#590F02

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

Shades of Red Oxide #590F02

Tints of Red Oxide #590F02

Color information

#590F02 (or 0x590F02) is unknown color: approx Red Oxide. HEX triplet: 59, 0F and 02. RGB value is (89,15,2). Sum of RGB (Red+Green+Blue) = 89+15+2=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #590F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F02 is #A6F0FD. Grayscale: #232323. Windows color (decimal): -10940670 or 135001. OLE color: 135001.

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

Color convert

RGB89152-
CMYK00.830.980.65
HSL8.97º95.6%17.84%-
HSV(B)8.97º97.75%34.9%-
XYZ4.32.470.31-
YUV35.64109.02166.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=83.96%
G=14.15%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8915200.830.980.658.9795.617.84
Hex59F2053624196012
Octal13117201231421011114022
Binary101100111111001010011110001010000011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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