#580005

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

Shades of Rustic Red #580005

Tints of Rustic Red #580005

Color information

#580005 (or 0x580005) is unknown color: approx Rustic Red. HEX triplet: 58, 00 and 05. RGB value is (88,0,5). Sum of RGB (Red+Green+Blue) = 88+0+5=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580005 is #A7FFFA. Grayscale: #1A1A1A. Windows color (decimal): -11010043 or 327768. OLE color: 327768.

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

Color convert

RGB8805-
CMYK010.940.65
HSL356.59º100%17.25%-
HSV(B)356.59º100%34.51%-
XYZ4.052.090.33-
YUV26.88115.65171.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 94.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=94.62%
G=0%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8805010.940.65356.5910017.25
Hex58050645E411656411
Octal13005014413610154514421
Binary101100001010110010010111101000001101100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580005; }

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

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

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

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

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

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

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

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