#580506

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

Shades of Rustic Red #580506

Tints of Rustic Red #580506

Color information

#580506 (or 0x580506) is unknown color: approx Rustic Red. HEX triplet: 58, 05 and 06. RGB value is (88,5,6). Sum of RGB (Red+Green+Blue) = 88+5+6=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580506 is #A7FAF9. Grayscale: #1E1E1E. Windows color (decimal): -11008762 or 394584. OLE color: 394584.

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

Color convert

RGB8856-
CMYK00.940.930.65
HSL359.28º89.25%18.24%-
HSV(B)359.28º94.32%34.51%-
XYZ4.112.20.38-
YUV29.93114.5169.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88.89%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=88.89%
G=5.05%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal885600.940.930.65359.2889.2518.24
Hex585605E5D411675912
Octal13056013613510154713122
Binary10110001011100101111010111011000001101100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580506; }

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

 H1.HeaderClassName
 {
   color: #580506;
 }
 .AnyTagClassName
 {
   color: #580506;
 }
</style>
background-color css

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

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

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

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

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

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