#570306

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

Shades of Rustic Red #570306

Tints of Rustic Red #570306

Color information

#570306 (or 0x570306) is unknown color: approx Rustic Red. HEX triplet: 57, 03 and 06. RGB value is (87,3,6). Sum of RGB (Red+Green+Blue) = 87+3+6=96 (12% of max value = 765). Red value is 87 (34.38% from 255 or 90.62% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 87 - color contains mainly: red. Hex color #570306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570306 is #A8FCF9. Grayscale: #1C1C1C. Windows color (decimal): -11074810 or 394071. OLE color: 394071.

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

Color convert

RGB8736-
CMYK00.970.930.66
HSL357.86º93.33%17.65%-
HSV(B)357.86º96.55%34.12%-
XYZ42.10.37-
YUV28.46115.33169.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 90.62%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=90.62%
G=3.12%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal873600.970.930.66357.8693.3317.65
Hex57360615D421665d12
Octal12736014113510254613522
Binary1010111111100110000110111011000010101100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570306; }

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

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

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

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

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

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

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

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