#580104

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

Shades of Rustic Red #580104

Tints of Rustic Red #580104

Color information

#580104 (or 0x580104) is unknown color: approx Rustic Red. HEX triplet: 58, 01 and 04. RGB value is (88,1,4). Sum of RGB (Red+Green+Blue) = 88+1+4=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580104 is #A7FEFB. Grayscale: #1B1B1B. Windows color (decimal): -11009788 or 262488. OLE color: 262488.

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

Color convert

RGB8814-
CMYK00.990.950.65
HSL357.93º97.75%17.45%-
HSV(B)357.93º98.86%34.51%-
XYZ4.062.110.31-
YUV27.35114.82171.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 94.62%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=94.62%
G=1.08%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881400.990.950.65357.9397.7517.45
Hex58140635F411666211
Octal13014014313710154614221
Binary101100011000110001110111111000001101100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580104; }

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

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

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

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

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

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

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

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