#9D0C00

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

Shades of Dark Red #9D0C00

Tints of Dark Red #9D0C00

Color information

#9D0C00 (or 0x9D0C00) is unknown color: approx Dark Red. HEX triplet: 9D, 0C and 00. RGB value is (157,12,0). Sum of RGB (Red+Green+Blue) = 157+12+0=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0C00 is #62F3FF. Grayscale: #363636. Windows color (decimal): -6484992 or 3229. OLE color: 3229.

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

Color convert

RGB157120-
CMYK00.9210.38
HSL4.59º100%30.78%-
HSV(B)4.59º100%61.57%-
XYZ14.047.430.69-
YUV53.9997.54201.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 92.90%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.90%
G=7.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712000.9210.384.5910030.78
Hex9DC005C64265641f
Octal235140013414446514437
Binary1001110111000010111001100100100110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,0); }

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

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

 a { background-color: rgb(157,12,0); }

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

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

 span { border-color: rgb(157,12,0); }

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