#570506

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

Shades of Rustic Red #570506

Tints of Rustic Red #570506

Color information

#570506 (or 0x570506) is unknown color: approx Rustic Red. HEX triplet: 57, 05 and 06. RGB value is (87,5,6). Sum of RGB (Red+Green+Blue) = 87+5+6=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570506 is #A8FAF9. Grayscale: #1D1D1D. Windows color (decimal): -11074298 or 394583. OLE color: 394583.

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

Color convert

RGB8756-
CMYK00.940.930.66
HSL359.27º89.13%18.04%-
HSV(B)359.27º94.25%34.12%-
XYZ4.022.150.38-
YUV29.63114.67168.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 88.78%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=88.78%
G=5.10%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal875600.940.930.66359.2789.1318.04
Hex575605E5D421675912
Octal12756013613510254713122
Binary10101111011100101111010111011000010101100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570506; }

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

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

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

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

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

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

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

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