#570508

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

Shades of Rustic Red #570508

Tints of Rustic Red #570508

Color information

#570508 (or 0x570508) is unknown color: approx Rustic Red. HEX triplet: 57, 05 and 08. RGB value is (87,5,8). Sum of RGB (Red+Green+Blue) = 87+5+8=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570508 is #A8FAF7. Grayscale: #1D1D1D. Windows color (decimal): -11074296 or 525655. OLE color: 525655.

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

Color convert

RGB8758-
CMYK00.940.910.66
HSL357.8º89.13%18.04%-
HSV(B)357.8º94.25%34.12%-
XYZ4.032.150.43-
YUV29.86115.67168.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 87%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 8 (3.52% from 255) = 8%
R=87%
G=5%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal875800.940.910.66357.889.1318.04
Hex575805E5B421665912
Octal127510013613310254613122
Binary101011110110000101111010110111000010101100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570508; }

 p { color: rgb(87,5,8); }

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

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

 a { background-color: rgb(87,5,8); }

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

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

 span { border-color: rgb(87,5,8); }

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