Html Css Color HEX #590002 Rustic Red

📋 copy color: '#590002'

red 89 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #590002

Tints of Rustic Red #590002

RGB

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

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

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

R = 97.8%
G = 0%
B = 2.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590002 (or 0x590002) is known color: Rustic Red. HEX triplet: 59, 00 and 02. RGB value is (89,0,2). Sum of RGB (Red+Green+Blue) = 89+0+2=91 (12% of max value = 765). Red value is 89 (35.16% from 255 or 97.80% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 89 - color contains mainly: red. Hex color #590002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590002 is #A6FFFD. Grayscale: #1A1A1A. Windows color (decimal): -10944510 or 131161. OLE color: 131161.

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

Color convert

RGB 89 0 2 -
CMYK 0 1 0.98 0.65
HSL 358.65º 1% 0.17% -
HSV(B) 358.65º 1% 0.35% -
XYZ 4.13 2.13 0.25 -
YUV 26.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 89 0 2 0 1 0.98 0.65 358.65 1 0.17
Hex 59 0 2 0 64 62 41 167 64 11
Octal 131 0 2 0 144 142 101 547 144 21
Binary 1011001 0 10 0 1100100 1100010 1000001 101100111 1100100 10001

Color Harmonies of #590002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590002

Black with #590002

Text Example


Text Example

White with #590002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590002; }

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

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

background-color css

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

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

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

border-color css

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

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

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