#8C0B0A

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

Shades of Dark Red #8C0B0A

Tints of Dark Red #8C0B0A

Color information

#8C0B0A (or 0x8C0B0A) is unknown color: approx Dark Red. HEX triplet: 8C, 0B and 0A. RGB value is (140,11,10). Sum of RGB (Red+Green+Blue) = 140+11+10=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0B0A is #73F4F5. Grayscale: #313131. Windows color (decimal): -7599350 or 658316. OLE color: 658316.

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

Color convert

RGB1401110-
CMYK00.920.930.45
HSL0.46º86.67%29.41%-
HSV(B)0.46º92.86%54.9%-
XYZ10.995.840.83-
YUV49.46105.74192.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 86.96%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=86.96%
G=6.83%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140111000.920.930.450.4686.6729.41
Hex8CBA05C5D2D0571d
Octal2141312013413555012735
Binary10001100101110100101110010111011011010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,10); }

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

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

 a { background-color: rgb(140,11,10); }

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

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

 span { border-color: rgb(140,11,10); }

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