#570307

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

Shades of Rustic Red #570307

Tints of Rustic Red #570307

Color information

#570307 (or 0x570307) is unknown color: approx Rustic Red. HEX triplet: 57, 03 and 07. RGB value is (87,3,7). Sum of RGB (Red+Green+Blue) = 87+3+7=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570307 is #A8FCF8. Grayscale: #1C1C1C. Windows color (decimal): -11074809 or 459607. OLE color: 459607.

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

Color convert

RGB8737-
CMYK00.970.920.66
HSL357.14º93.33%17.65%-
HSV(B)357.14º96.55%34.12%-
XYZ42.110.4-
YUV28.57115.83169.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=89.69%
G=3.09%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal873700.970.920.66357.1493.3317.65
Hex57370615C421655d12
Octal12737014113410254513522
Binary1010111111110110000110111001000010101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570307; }

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

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

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

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

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

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

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

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