#591C12

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

Shades of Red Oxide #591C12

Tints of Red Oxide #591C12

Color information

#591C12 (or 0x591C12) is unknown color: approx Red Oxide. HEX triplet: 59, 1C and 12. RGB value is (89,28,18). Sum of RGB (Red+Green+Blue) = 89+28+18=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C12 is #A6E3ED. Grayscale: #2D2D2D. Windows color (decimal): -10937326 or 1186905. OLE color: 1186905.

HSL color Cylindrical-coordinate representation of color #591C12: hue angle of 8.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591C12 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB892818-
CMYK00.690.800.65
HSL8.45º66.36%20.98%-
HSV(B)8.45º79.78%34.9%-
XYZ4.6430.91-
YUV45.1112.71159.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=65.93%
G=20.74%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89281800.690.800.658.4566.3620.98
Hex591C12045504184215
Octal131342201051201011010225
Binary1011001111001001001000101101000010000011000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591C12; }

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

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

<style>
 a { background-color: #591C12; }

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

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

<style>
 span { border-color: #591C12; }

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

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