Html Css Color HEX #590204 Rustic Red

📋 copy color: '#590204'

red 89 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #590204

Tints of Rustic Red #590204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 93.68%
G = 2.11%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#590204 (or 0x590204) is known color: Rustic Red. HEX triplet: 59, 02 and 04. RGB value is (89,2,4). Sum of RGB (Red+Green+Blue) = 89+2+4=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590204 is #A6FDFB. Grayscale: #1C1C1C. Windows color (decimal): -10943996 or 262745. OLE color: 262745.

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

Color convert

RGB 89 2 4 -
CMYK 0 0.98 0.96 0.65
HSL 358.62º 0.96% 0.18% -
HSV(B) 358.62º 0.98% 0.35% -
XYZ 4.16 2.18 0.32 -
YUV 28.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 89 2 4 0 0.98 0.96 0.65 358.62 0.96 0.18
Hex 59 2 4 0 62 60 41 167 60 12
Octal 131 2 4 0 142 140 101 547 140 22
Binary 1011001 10 100 0 1100010 1100000 1000001 101100111 1100000 10010

Color Harmonies of #590204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590204

Black with #590204

Text Example


Text Example

White with #590204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590204; }

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

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

background-color css

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

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

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

border-color css

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

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

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