#9C130E

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

Shades of Dark Red #9C130E

Tints of Dark Red #9C130E

Color information

#9C130E (or 0x9C130E) is unknown color: approx Dark Red. HEX triplet: 9C, 13 and 0E. RGB value is (156,19,14). Sum of RGB (Red+Green+Blue) = 156+19+14=189 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.54% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 156 - color contains mainly: red. Hex color #9C130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C130E is #63ECF1. Grayscale: #3B3B3B. Windows color (decimal): -6548722 or 922524. OLE color: 922524.

HSL color Cylindrical-coordinate representation of color #9C130E: hue angle of 2.11º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C130E is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1561914-
CMYK00.880.910.39
HSL2.11º83.53%33.33%-
HSV(B)2.11º91.03%61.18%-
XYZ14.027.571.14-
YUV59.39102.39196.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 82.54%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=82.54%
G=10.05%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156191400.880.910.392.1183.5333.33
Hex9C13E0585B2725421
Octal2342316013013347212441
Binary10011100100111110010110001011011100111101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,14); }

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

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

 a { background-color: rgb(156,19,14); }

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

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

 span { border-color: rgb(156,19,14); }

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