Html Css Color HEX #590402 Red Oxide

📋 copy color: '#590402'

red 89 ◦ green 4 ◦ blue 2

#590402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #590402

Tints of Red Oxide #590402

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 value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590402 (or 0x590402) is known color: 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

RGB 89 4 2 -
CMYK 0 0.96 0.98 0.65
HSL 1.38º 0.96% 0.18% -
HSV(B) 1.38º 0.98% 0.35% -
XYZ 4.17 2.22 0.26 -
YUV 29.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 89 4 2 0 0.96 0.98 0.65 1.38 0.96 0.18
Hex 59 4 2 0 60 62 41 1 60 12
Octal 131 4 2 0 140 142 101 1 140 22
Binary 1011001 100 10 0 1100000 1100010 1000001 1 1100000 10010

Color Harmonies of #590402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590402

Black with #590402

Text Example


Text Example

White with #590402

Text Example


Text Example

HTML Codes & Css Web 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>