#570204

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

Shades of Rustic Red #570204

Tints of Rustic Red #570204

Color information

#570204 (or 0x570204) is unknown color: approx Rustic Red. HEX triplet: 57, 02 and 04. RGB value is (87,2,4). Sum of RGB (Red+Green+Blue) = 87+2+4=93 (12% of max value = 765). Red value is 87 (34.38% from 255 or 93.55% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 87 - color contains mainly: red. Hex color #570204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570204 is #A8FDFB. Grayscale: #1B1B1B. Windows color (decimal): -11075068 or 262743. OLE color: 262743.

HSL color Cylindrical-coordinate representation of color #570204: hue angle of 358.59º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570204 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB8724-
CMYK00.980.950.66
HSL358.59º95.51%17.45%-
HSV(B)358.59º97.7%34.12%-
XYZ3.972.080.31-
YUV27.64114.66170.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 93.55%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=93.55%
G=2.15%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal872400.980.950.66358.5995.5117.45
Hex57240625F421676011
Octal12724014213710254714021
Binary1010111101000110001010111111000010101100111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570204; }

 p { color: rgb(87,2,4); }

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

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

 a { background-color: rgb(87,2,4); }

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

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

 span { border-color: rgb(87,2,4); }

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