#59120C

Color #59120C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #59120C

Tints of Red Oxide #59120C

Color information

#59120C (or 0x59120C) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 0C. RGB value is (89,18,12). Sum of RGB (Red+Green+Blue) = 89+18+12=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #59120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59120C is #A6EDF3. Grayscale: #262626. Windows color (decimal): -10939892 or 791129. OLE color: 791129.

HSL color Cylindrical-coordinate representation of color #59120C: hue angle of 4.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59120C is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB891812-
CMYK00.800.870.65
HSL4.68º76.24%19.8%-
HSV(B)4.68º86.52%34.9%-
XYZ4.42.580.61-
YUV38.54113.02163.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.79%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=74.79%
G=15.13%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89181200.800.870.654.6876.2419.8
Hex5912C050574154c14
Octal13122140120127101511424
Binary10110011001011000101000010101111000001101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59120C; }

 p { color: rgb(89,18,12); }

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

<style>
 a { background-color: #59120C; }

 a { background-color: rgb(89,18,12); }

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

<style>
 span { border-color: #59120C; }

 span { border-color: rgb(89,18,12); }

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