Html Css Color HEX #580106 Rustic Red

📋 copy color: '#580106'

red 88 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #580106

Tints of Rustic Red #580106

RGB

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

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

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

R = 92.63%
G = 1.05%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580106 (or 0x580106) is known color: Rustic Red. HEX triplet: 58, 01 and 06. RGB value is (88,1,6). Sum of RGB (Red+Green+Blue) = 88+1+6=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580106 is #A7FEF9. Grayscale: #1B1B1B. Windows color (decimal): -11009786 or 393560. OLE color: 393560.

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

Color convert

RGB 88 1 6 -
CMYK 0 0.99 0.93 0.65
HSL 356.55º 0.98% 0.17% -
HSV(B) 356.55º 0.99% 0.35% -
XYZ 4.07 2.11 0.37 -
YUV 27.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 88 1 6 0 0.99 0.93 0.65 356.55 0.98 0.17
Hex 58 1 6 0 63 5D 41 165 62 11
Octal 130 1 6 0 143 135 101 545 142 21
Binary 1011000 1 110 0 1100011 1011101 1000001 101100101 1100010 10001

Color Harmonies of #580106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580106

Black with #580106

Text Example


Text Example

White with #580106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580106; }

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

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

background-color css

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

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

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

border-color css

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

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

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