#8b0d0c

Color #8B0D0C Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #8B0D0C

Tints of Dark Red #8B0D0C

Color information

#8B0D0C (or 0x8B0D0C) is unknown color: approx Dark Red. HEX triplet: 8B, 0D and 0C. RGB value is (139,13,12). Sum of RGB (Red+Green+Blue) = 139+13+12=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D0C is #74F2F3. Grayscale: #323232. Windows color (decimal): -7664372 or 789899. OLE color: 789899.

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

Color convert

RGB1391312-
CMYK00.910.910.45
HSL0.47º84.11%29.61%-
HSV(B)0.47º91.37%54.51%-
XYZ10.865.80.9-
YUV50.56106.24191.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.76%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=84.76%
G=7.93%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139131200.910.910.450.4784.1129.61
Hex8BDC05B5B2D0541e
Octal2131514013313355012436
Binary10001011110111000101101110110111011010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0d0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8b0d0c;
 }
 .AnyTagClassName
 {
   color: #8b0d0c;
 }
</style>
background-color css

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

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

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

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

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

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