#590003

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

Shades of Rustic Red #590003

Tints of Rustic Red #590003

Color information

#590003 (or 0x590003) is unknown color: approx Rustic Red. HEX triplet: 59, 00 and 03. RGB value is (89,0,3). Sum of RGB (Red+Green+Blue) = 89+0+3=92 (12% of max value = 765). Red value is 89 (35.16% from 255 or 96.74% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 89 - color contains mainly: red. Hex color #590003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590003 is #A6FFFC. Grayscale: #1B1B1B. Windows color (decimal): -10944509 or 196697. OLE color: 196697.

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

Color convert

RGB8903-
CMYK010.970.65
HSL357.98º100%17.45%-
HSV(B)357.98º100%34.9%-
XYZ4.142.130.28-
YUV26.95114.49172.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 96.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=96.74%
G=0%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8903010.970.65357.9810017.45
Hex590306461411666411
Octal13103014414110154614421
Binary10110010110110010011000011000001101100110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590003; }

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

 H1.HeaderClassName
 {
   color: #590003;
 }
 .AnyTagClassName
 {
   color: #590003;
 }
</style>
background-color css

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

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

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

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

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

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