#570608

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

Shades of Rustic Red #570608

Tints of Rustic Red #570608

Color information

#570608 (or 0x570608) is unknown color: approx Rustic Red. HEX triplet: 57, 06 and 08. RGB value is (87,6,8). Sum of RGB (Red+Green+Blue) = 87+6+8=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #570608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570608 is #A8F9F7. Grayscale: #1E1E1E. Windows color (decimal): -11074040 or 525911. OLE color: 525911.

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

Color convert

RGB8768-
CMYK00.930.910.66
HSL358.52º87.1%18.24%-
HSV(B)358.52º93.1%34.12%-
XYZ4.042.170.44-
YUV30.45115.34168.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 86.14%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=86.14%
G=5.94%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal876800.930.910.66358.5287.118.24
Hex576805D5B421675712
Octal127610013513310254712722
Binary101011111010000101110110110111000010101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570608; }

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

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

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

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

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

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

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

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