#580405

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

Shades of Rustic Red #580405

Tints of Rustic Red #580405

Color information

#580405 (or 0x580405) is unknown color: approx Rustic Red. HEX triplet: 58, 04 and 05. RGB value is (88,4,5). Sum of RGB (Red+Green+Blue) = 88+4+5=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580405 is #A7FBFA. Grayscale: #1D1D1D. Windows color (decimal): -11009019 or 328792. OLE color: 328792.

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

Color convert

RGB8845-
CMYK00.950.940.65
HSL359.29º91.3%18.04%-
HSV(B)359.29º95.45%34.51%-
XYZ4.12.170.35-
YUV29.23114.33169.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 90.72%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=90.72%
G=4.12%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal884500.950.940.65359.2991.318.04
Hex584505F5E411675b12
Octal13045013713610154713322
Binary10110001001010101111110111101000001101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580405; }

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

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

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

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

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

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

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

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