Html Css Color HEX #580204 Rustic Red

📋 copy color: '#580204'

red 88 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #580204

Tints of Rustic Red #580204

RGB

 RED value IS 88 (34.77% from 255) = 93.62%

 GREEN value IS 2 (1.17% from 255) = 2.13%

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

R = 93.62%
G = 2.13%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#580204 (or 0x580204) is known color: Rustic Red. HEX triplet: 58, 02 and 04. RGB value is (88,2,4). Sum of RGB (Red+Green+Blue) = 88+2+4=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580204 is #A7FDFB. Grayscale: #1C1C1C. Windows color (decimal): -11009532 or 262744. OLE color: 262744.

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

Color convert

RGB 88 2 4 -
CMYK 0 0.98 0.95 0.65
HSL 358.6º 0.96% 0.18% -
HSV(B) 358.6º 0.98% 0.35% -
XYZ 4.07 2.13 0.31 -
YUV 27.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 88 2 4 0 0.98 0.95 0.65 358.6 0.96 0.18
Hex 58 2 4 0 62 5F 41 167 60 12
Octal 130 2 4 0 142 137 101 547 140 22
Binary 1011000 10 100 0 1100010 1011111 1000001 101100111 1100000 10010

Color Harmonies of #580204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580204

Black with #580204

Text Example


Text Example

White with #580204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580204; }

 p { color: rgb(88,2,4); }

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

background-color css

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

 a { background-color: rgb(88,2,4); }

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

border-color css

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

 span { border-color: rgb(88,2,4); }

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