#590C0C

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

Shades of Red Oxide #590C0C

Tints of Red Oxide #590C0C

Color information

#590C0C (or 0x590C0C) is unknown color: approx Red Oxide. HEX triplet: 59, 0C and 0C. RGB value is (89,12,12). Sum of RGB (Red+Green+Blue) = 89+12+12=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #590C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C0C is #A6F3F3. Grayscale: #232323. Windows color (decimal): -10941428 or 789593. OLE color: 789593.

HSL color Cylindrical-coordinate representation of color #590C0C: hue angle of 0º 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 #590C0C is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB891212-
CMYK00.870.870.65
HSL76.24%19.8%-
HSV(B)86.52%34.9%-
XYZ4.322.410.59-
YUV35.02115.01166.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=78.76%
G=10.62%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89121200.870.870.65076.2419.8
Hex59CC057574104c14
Octal13114140127127101011424
Binary10110011100110001010111101011110000010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590C0C; }

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

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

<style>
 a { background-color: #590C0C; }

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

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

<style>
 span { border-color: #590C0C; }

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

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