Html Css Color HEX #590005 Rustic Red

📋 copy color: '#590005'

red 89 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #590005

Tints of Rustic Red #590005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 94.68%
G = 0%
B = 5.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#590005 (or 0x590005) is known color: Rustic Red. HEX triplet: 59, 00 and 05. RGB value is (89,0,5). Sum of RGB (Red+Green+Blue) = 89+0+5=94 (12% of max value = 765). Red value is 89 (35.16% from 255 or 94.68% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 89 - color contains mainly: red. Hex color #590005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590005 is #A6FFFA. Grayscale: #1B1B1B. Windows color (decimal): -10944507 or 327769. OLE color: 327769.

HSL color Cylindrical-coordinate representation of color #590005: hue angle of 356.63º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 5 -
CMYK 0 1 0.94 0.65
HSL 356.63º 1% 0.17% -
HSV(B) 356.63º 1% 0.35% -
XYZ 4.15 2.13 0.34 -
YUV 27.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 89 0 5 0 1 0.94 0.65 356.63 1 0.17
Hex 59 0 5 0 64 5E 41 165 64 11
Octal 131 0 5 0 144 136 101 545 144 21
Binary 1011001 0 101 0 1100100 1011110 1000001 101100101 1100100 10001

Color Harmonies of #590005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590005

Black with #590005

Text Example


Text Example

White with #590005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590005; }

 p { color: rgb(89,0,5); }

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

background-color css

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

 a { background-color: rgb(89,0,5); }

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

border-color css

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

 span { border-color: rgb(89,0,5); }

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