#591202

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

Shades of Red Oxide #591202

Tints of Red Oxide #591202

Color information

#591202 (or 0x591202) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 02. RGB value is (89,18,2). Sum of RGB (Red+Green+Blue) = 89+18+2=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #591202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591202 is #A6EDFD. Grayscale: #252525. Windows color (decimal): -10939902 or 135769. OLE color: 135769.

HSL color Cylindrical-coordinate representation of color #591202: hue angle of 11.03º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #591202 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB89182-
CMYK00.800.980.65
HSL11.03º95.6%17.84%-
HSV(B)11.03º97.75%34.9%-
XYZ4.352.560.32-
YUV37.4108.02164.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 81.65%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=81.65%
G=16.51%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8918200.800.980.6511.0395.617.84
Hex591220506241b6012
Octal13122201201421011314022
Binary1011001100101001010000110001010000011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591202; }

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

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

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

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

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

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

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

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