#590402

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

Shades of Red Oxide #590402

Tints of Red Oxide #590402

Color information

#590402 (or 0x590402) is unknown color: approx Red Oxide. HEX triplet: 59, 04 and 02. RGB value is (89,4,2). Sum of RGB (Red+Green+Blue) = 89+4+2=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590402 is #A6FBFD. Grayscale: #1D1D1D. Windows color (decimal): -10943486 or 132185. OLE color: 132185.

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

Color convert

RGB8942-
CMYK00.960.980.65
HSL1.38º95.6%17.84%-
HSV(B)1.38º97.75%34.9%-
XYZ4.172.220.26-
YUV29.19112.66170.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 93.68%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=93.68%
G=4.21%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal894200.960.980.651.3895.617.84
Hex5942060624116012
Octal131420140142101114022
Binary10110011001001100000110001010000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590402; }

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

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

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

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

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

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

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

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