#580205

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

Shades of Rustic Red #580205

Tints of Rustic Red #580205

Color information

#580205 (or 0x580205) is unknown color: approx Rustic Red. HEX triplet: 58, 02 and 05. RGB value is (88,2,5). Sum of RGB (Red+Green+Blue) = 88+2+5=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580205 is #A7FDFA. Grayscale: #1C1C1C. Windows color (decimal): -11009531 or 328280. OLE color: 328280.

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

Color convert

RGB8825-
CMYK00.980.940.65
HSL357.91º95.56%17.65%-
HSV(B)357.91º97.73%34.51%-
XYZ4.072.130.34-
YUV28.06114.99170.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 92.63%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=92.63%
G=2.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal882500.980.940.65357.9195.5617.65
Hex58250625E411666012
Octal13025014213610154614022
Binary1011000101010110001010111101000001101100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580205; }

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

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

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

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

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

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

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

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