Html Css Color HEX #580206 Rustic Red

📋 copy color: '#580206'

red 88 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #580206

Tints of Rustic Red #580206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 91.67%
G = 2.08%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580206 (or 0x580206) is known color: Rustic Red. HEX triplet: 58, 02 and 06. RGB value is (88,2,6). Sum of RGB (Red+Green+Blue) = 88+2+6=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580206 is #A7FDF9. Grayscale: #1C1C1C. Windows color (decimal): -11009530 or 393816. OLE color: 393816.

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

Color convert

RGB 88 2 6 -
CMYK 0 0.98 0.93 0.65
HSL 357.21º 0.96% 0.18% -
HSV(B) 357.21º 0.98% 0.35% -
XYZ 4.08 2.13 0.37 -
YUV 28.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 88 2 6 0 0.98 0.93 0.65 357.21 0.96 0.18
Hex 58 2 6 0 62 5D 41 165 60 12
Octal 130 2 6 0 142 135 101 545 140 22
Binary 1011000 10 110 0 1100010 1011101 1000001 101100101 1100000 10010

Color Harmonies of #580206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580206

Black with #580206

Text Example


Text Example

White with #580206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580206; }

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

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

background-color css

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

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

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

border-color css

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

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

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