#580106

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

Shades of Rustic Red #580106

Tints of Rustic Red #580106

Color information

#580106 (or 0x580106) is unknown color: approx 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

RGB8816-
CMYK00.990.930.65
HSL356.55º97.75%17.45%-
HSV(B)356.55º98.86%34.51%-
XYZ4.072.110.37-
YUV27.58115.82171.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881600.990.930.65356.5597.7517.45
Hex58160635D411656211
Octal13016014313510154514221
Binary101100011100110001110111011000001101100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>