Html Css Color HEX #8B0C08 Dark Red

📋 copy color: '#8B0C08'

red 139 ◦ green 12 ◦ blue 8

#8B0C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #8B0C08

Tints of Dark Red #8B0C08

RGB

 RED value IS 139 (54.69% from 255) = 87.42%

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 87.42%
G = 7.55%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B0C08 (or 0x8B0C08) is known color: Dark Red. HEX triplet: 8B, 0C and 08. RGB value is (139,12,8). Sum of RGB (Red+Green+Blue) = 139+12+8=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C08 is #74F3F7. Grayscale: #313131. Windows color (decimal): -7664632 or 527499. OLE color: 527499.

HSL color Cylindrical-coordinate representation of color #8B0C08: hue angle of 1.83º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0C08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 8 -
CMYK 0 0.91 0.94 0.45
HSL 1.83º 0.89% 0.29% -
HSV(B) 1.83º 0.94% 0.55% -
XYZ 10.82 5.77 0.77 -
YUV 49.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 139 12 8 0 0.91 0.94 0.45 1.83 0.89 0.29
Hex 8B C 8 0 5B 5E 2D 2 59 1D
Octal 213 14 10 0 133 136 55 2 131 35
Binary 10001011 1100 1000 0 1011011 1011110 101101 10 1011001 11101

Color Harmonies of #8B0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C08

Black with #8B0C08

Text Example


Text Example

White with #8B0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0C08; }

 p { color: rgb(139,12,8); }

 H1.HeaderClassName
 {
   color: #8B0C08;
 }
 .AnyTagClassName
 {
   color: #8B0C08;
 }
</style>

background-color css

<style>
 a { background-color: #8B0C08; }

 a { background-color: rgb(139,12,8); }

 div.DivClassName
 {
   background-color: #8B0C08;
 }
 .BgClassName
 {
   background-color: #8B0C08;
 }
</style>

border-color css

<style>
 span { border-color: #8B0C08; }

 span { border-color: rgb(139,12,8); }

 td.TdClassName
 {
   border-color: #8B0C08;
 }
 .TagClassName
 {
   border-color: #8B0C08;
 }
</style>