#9C1D00

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

Shades of Dark Red #9C1D00

Tints of Dark Red #9C1D00

Color information

#9C1D00 (or 0x9C1D00) is unknown color: approx Dark Red. HEX triplet: 9C, 1D and 00. RGB value is (156,29,0). Sum of RGB (Red+Green+Blue) = 156+29+0=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1D00 is #63E2FF. Grayscale: #3F3F3F. Windows color (decimal): -6546176 or 7580. OLE color: 7580.

HSL color Cylindrical-coordinate representation of color #9C1D00: hue angle of 11.15º 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 #9C1D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB156290-
CMYK00.8110.39
HSL11.15º100%30.59%-
HSV(B)11.15º100%61.18%-
XYZ14.157.950.79-
YUV63.6792.08193.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 84.32%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.32%
G=15.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15629000.8110.3911.1510030.59
Hex9C1D00516427b641f
Octal2343500121144471314437
Binary100111001110100101000111001001001111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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