#9C0200

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

Shades of Dark Red #9C0200

Tints of Dark Red #9C0200

Color information

#9C0200 (or 0x9C0200) is unknown color: approx Dark Red. HEX triplet: 9C, 02 and 00. RGB value is (156,2,0). Sum of RGB (Red+Green+Blue) = 156+2+0=158 (20% of max value = 765). Red value is 156 (61.33% from 255 or 98.73% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0200 is #63FDFF. Grayscale: #2F2F2F. Windows color (decimal): -6553088 or 668. OLE color: 668.

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

Color convert

RGB15620-
CMYK00.9910.39
HSL0.77º100%30.59%-
HSV(B)0.77º100%61.18%-
XYZ13.737.110.65-
YUV47.82101.02205.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 98.73%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.73%
G=1.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562000.9910.390.7710030.59
Hex9C2006364271641f
Octal23420014314447114437
Binary100111001000110001111001001001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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