Html Css Color HEX #590D02 Red Oxide

📋 copy color: '#590D02'

red 89 ◦ green 13 ◦ blue 2

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

Shades of Red Oxide #590D02

Tints of Red Oxide #590D02

RGB

 RED value IS 89 (35.16% from 255) = 85.58%

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 85.58%
G = 12.5%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590D02 (or 0x590D02) is known color: Red Oxide. HEX triplet: 59, 0D and 02. RGB value is (89,13,2). Sum of RGB (Red+Green+Blue) = 89+13+2=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #590D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D02 is #A6F2FD. Grayscale: #222222. Windows color (decimal): -10941182 or 134489. OLE color: 134489.

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

Color convert

RGB 89 13 2 -
CMYK 0 0.85 0.98 0.65
HSL 7.59º 0.96% 0.18% -
HSV(B) 7.59º 0.98% 0.35% -
XYZ 4.27 2.42 0.3 -
YUV 34.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 89 13 2 0 0.85 0.98 0.65 7.59 0.96 0.18
Hex 59 D 2 0 55 62 41 8 60 12
Octal 131 15 2 0 125 142 101 10 140 22
Binary 1011001 1101 10 0 1010101 1100010 1000001 1000 1100000 10010

Color Harmonies of #590D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D02

Black with #590D02

Text Example


Text Example

White with #590D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #590D02;
 }
 .AnyTagClassName
 {
   color: #590D02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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