#590002

Color #590002 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #590002

Tints of Rustic Red #590002

Color information

#590002 (or 0x590002) is unknown color: approx 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

RGB8902-
CMYK010.980.65
HSL358.65º100%17.45%-
HSV(B)358.65º100%34.9%-
XYZ4.132.130.25-
YUV26.84113.99172.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 97.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=97.80%
G=0%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8902010.980.65358.6510017.45
Hex590206462411676411
Octal13102014414210154714421
Binary10110010100110010011000101000001101100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>