COLOR #BE0F0C

HEX: #BE0F0C RGB: (190,15,12)

Color info

#BE0F0C contains mainly red color. Web safe color of #BE0F0C is #CC0000 (or #C00).

RGB color model

#BE0F0C color RGB value is (190,15,12).

RGB: (190,15,12) (75%, 6%, 5%)

RGB channels and saturation

R 190 of 255 = 75%
G 15 of 255 = 6%
B 12 of 255 = 5%

190
15
12

R + G + B ~ 29%. #BE0F0C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 190 + 15 + 12 = 217 (100%)
R 190 of 217 ~ 87.56%
G 15 of 217 ~ 6.91%
B 12 of 217 ~ 5.53'%

%87.56

CMYK color model

#BE0F0C color CMYK value is (0,92,94,25).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 93.68%
  • key color value is 25.49%
CMYK: (0,92,94,25) C0M92Y94K25 (0%,92%,94%,25%) (0.00/0.92/0.94/0.25) 

CMYK percentages

%0
%92.11
%93.68
%25.49

Codes

Color #BE0F0C in popluar color models

BE 0F 0C
RGB 190 15 12
HSL 88.12% 39.61%
HSB/HSV 93.68% 74.51%
CMYK 0.00% 92.11% 93.68%
25.49%

Color #BE0F0C in popluar number systems.

HEX BE 0F 0C
Decimal 190 15 12
Binary 10111110 1111 1100
Octal 276 17 14

Shades and tints

Shades of #BE0F0C

#BE0F0C
(190,15,12)
#AD0E0B
(173,14,11)
#9C0D0A
(156,13,10)
#8B0C09
(139,12,9)
#7A0B08
(122,11,8)
#690A07
(105,10,7)
#580906
(88,9,6)
#470805
(71,8,5)
#360704
(54,7,4)
#250603
(37,6,3)
#140502
(20,5,2)
#000000
(0,0,0)

Tints of #BE0F0C

#BE0F0C
(190,15,12)
#C32422
(195,36,34)
#C83938
(200,57,56)
#CD4E4E
(205,78,78)
#D26364
(210,99,100)
#D7787A
(215,120,122)
#DC8D90
(220,141,144)
#E1A2A6
(225,162,166)
#E6B7BC
(230,183,188)
#EBCCD2
(235,204,210)
#F0E1E8
(240,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE0F0C color. Also use rgb(190,15,12) instead hex code.

Text Font Color

.myTextColor { color: #BE0F0C; }

<p style="color:#BE0F0C">This sample text font color is #BE0F0C.</p>

This text font color is #BE0F0C.

Background Color

.myBgColor { background-color: #BE0F0C; }

<div style="background-color:#BE0F0C">Inner text</div>

This div background color is #BE0F0C.

Border color

.myBorderColor { border: 1px solid #BE0F0C; }

<div style="border:3px solid #BE0F0C">Div</div>

This div border color is #BE0F0C.

Opacity

.myOpacity80 { color: #BE0F0C; opacity: 0.8; }

<p style="color:#BE0F0C;opacity:0.8;">80%</p>

Text with #BE0F0C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE0F0C;}

<p style="text-shadow: 3px 3px 1px #BE0F0C">Text here.</p>

This text has shadow with #BE0F0C color.


.textShadow {text-shadow: 3px 3px 1px #BE0F0C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE0F0C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE0F0C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE0F0C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE0F0C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE0F0C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE0F0C;
-webkit-box-shadow: 1px 1px 3px 2px #BE0F0C;
box-shadow: 1px 1px 3px 2px #BE0F0C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE0F0C; -webkit-box-shadow: 1px 1px 3px 2px #BE0F0C; box-shadow:1px 1px 3px 2px #BE0F0C;">
Div content here
</div>

This div box has shadow with color #BE0F0C.

Preview

Color preview on black background

This text has color #BE0F0C on black background.


Color preview on white background

This text has color #BE0F0C on white background.


Black color preview on #BE0F0C background

This text has black color on #BE0F0C background.


White color preview on #BE0F0C background

This text has white color on #BE0F0C background.


Related colors

Complementary color

Complementary color for #hex is #41F0F3.


I love getcolorcode.com

Triadic colors

1 #0CBE0F and #0F0CBE with #BE0F0C are triadic colors.

2 #0C0FBE and #0FBE0C with #BE0F0C are triadic colors.