Html Css Color HEX #590F02 Red Oxide

📋 copy color: '#590F02'

red 89 ◦ green 15 ◦ blue 2

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

Shades of Red Oxide #590F02

Tints of Red Oxide #590F02

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

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590F02 (or 0x590F02) is known color: 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

RGB 89 15 2 -
CMYK 0 0.83 0.98 0.65
HSL 8.97º 0.96% 0.18% -
HSV(B) 8.97º 0.98% 0.35% -
XYZ 4.3 2.47 0.31 -
YUV 35.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 89 15 2 0 0.83 0.98 0.65 8.97 0.96 0.18
Hex 59 F 2 0 53 62 41 9 60 12
Octal 131 17 2 0 123 142 101 11 140 22
Binary 1011001 1111 10 0 1010011 1100010 1000001 1001 1100000 10010

Color Harmonies of #590F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F02

Black with #590F02

Text Example


Text Example

White with #590F02

Text Example


Text Example

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