Html Css Color HEX #590102 Rustic Red

📋 copy color: '#590102'

red 89 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #590102

Tints of Rustic Red #590102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 96.74%
G = 1.09%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590102 (or 0x590102) is known color: Rustic Red. HEX triplet: 59, 01 and 02. RGB value is (89,1,2). Sum of RGB (Red+Green+Blue) = 89+1+2=92 (12% of max value = 765). Red value is 89 (35.16% from 255 or 96.74% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 89 - color contains mainly: red. Hex color #590102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590102 is #A6FEFD. Grayscale: #1B1B1B. Windows color (decimal): -10944254 or 131417. OLE color: 131417.

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

Color convert

RGB 89 1 2 -
CMYK 0 0.99 0.98 0.65
HSL 359.32º 0.98% 0.18% -
HSV(B) 359.32º 0.99% 0.35% -
XYZ 4.14 2.15 0.25 -
YUV 27.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 89 1 2 0 0.99 0.98 0.65 359.32 0.98 0.18
Hex 59 1 2 0 63 62 41 167 62 12
Octal 131 1 2 0 143 142 101 547 142 22
Binary 1011001 1 10 0 1100011 1100010 1000001 101100111 1100010 10010

Color Harmonies of #590102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590102

Black with #590102

Text Example


Text Example

White with #590102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590102; }

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

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

background-color css

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

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

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

border-color css

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

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

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