Html Css Color HEX #590104 Rustic Red

📋 copy color: '#590104'

red 89 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #590104

Tints of Rustic Red #590104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 94.68%
G = 1.06%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#590104 (or 0x590104) is known color: Rustic Red. HEX triplet: 59, 01 and 04. RGB value is (89,1,4). Sum of RGB (Red+Green+Blue) = 89+1+4=94 (12% of max value = 765). Red value is 89 (35.16% from 255 or 94.68% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 89 - color contains mainly: red. Hex color #590104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590104 is #A6FEFB. Grayscale: #1B1B1B. Windows color (decimal): -10944252 or 262489. OLE color: 262489.

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

Color convert

RGB 89 1 4 -
CMYK 0 0.99 0.96 0.65
HSL 357.95º 0.98% 0.18% -
HSV(B) 357.95º 0.99% 0.35% -
XYZ 4.15 2.15 0.31 -
YUV 27.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 89 1 4 0 0.99 0.96 0.65 357.95 0.98 0.18
Hex 59 1 4 0 63 60 41 166 62 12
Octal 131 1 4 0 143 140 101 546 142 22
Binary 1011001 1 100 0 1100011 1100000 1000001 101100110 1100010 10010

Color Harmonies of #590104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590104

Black with #590104

Text Example


Text Example

White with #590104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590104; }

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

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

background-color css

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

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

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

border-color css

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

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

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