#8C1302

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

Shades of Dark Red #8C1302

Tints of Dark Red #8C1302

Color information

#8C1302 (or 0x8C1302) is unknown color: approx Dark Red. HEX triplet: 8C, 13 and 02. RGB value is (140,19,2). Sum of RGB (Red+Green+Blue) = 140+19+2=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1302 is #73ECFD. Grayscale: #353535. Windows color (decimal): -7597310 or 136076. OLE color: 136076.

HSL color Cylindrical-coordinate representation of color #8C1302: hue angle of 7.39º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C1302 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB140192-
CMYK00.860.990.45
HSL7.39º97.18%27.84%-
HSV(B)7.39º98.57%54.9%-
XYZ11.066.050.64-
YUV53.2499.09189.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 86.96%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=86.96%
G=11.80%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14019200.860.990.457.3997.1827.84
Hex8C132056632D7611c
Octal214232012614355714134
Binary100011001001110010101101100011101101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,2); }

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

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

 a { background-color: rgb(140,19,2); }

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

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

 span { border-color: rgb(140,19,2); }

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