#9C0602

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

Shades of Dark Red #9C0602

Tints of Dark Red #9C0602

Color information

#9C0602 (or 0x9C0602) is unknown color: approx Dark Red. HEX triplet: 9C, 06 and 02. RGB value is (156,6,2). Sum of RGB (Red+Green+Blue) = 156+6+2=164 (21% of max value = 765). Red value is 156 (61.33% from 255 or 95.12% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0602 is #63F9FD. Grayscale: #323232. Windows color (decimal): -6552062 or 132764. OLE color: 132764.

HSL color Cylindrical-coordinate representation of color #9C0602: hue angle of 1.56º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB15662-
CMYK00.960.990.39
HSL1.56º97.47%30.98%-
HSV(B)1.56º98.72%61.18%-
XYZ13.797.20.72-
YUV50.39100.7203.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 95.12%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=95.12%
G=3.66%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566200.960.990.391.5697.4730.98
Hex9C6206063272611f
Octal23462014014347214137
Binary100111001101001100000110001110011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0602; }

 p { color: rgb(156,6,2); }

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

<style>
 a { background-color: #9C0602; }

 a { background-color: rgb(156,6,2); }

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

<style>
 span { border-color: #9C0602; }

 span { border-color: rgb(156,6,2); }

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