#580407

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

Shades of Rustic Red #580407

Tints of Rustic Red #580407

Color information

#580407 (or 0x580407) is unknown color: approx Rustic Red. HEX triplet: 58, 04 and 07. RGB value is (88,4,7). Sum of RGB (Red+Green+Blue) = 88+4+7=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580407 is #A7FBF8. Grayscale: #1D1D1D. Windows color (decimal): -11009017 or 459864. OLE color: 459864.

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

Color convert

RGB8847-
CMYK00.950.920.65
HSL357.86º91.3%18.04%-
HSV(B)357.86º95.45%34.51%-
XYZ4.112.180.4-
YUV29.46115.33169.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88.89%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=88.89%
G=4.04%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal884700.950.920.65357.8691.318.04
Hex584705F5C411665b12
Octal13047013713410154613322
Binary10110001001110101111110111001000001101100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580407; }

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

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

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

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

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

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

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

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