#570203

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

Shades of Rustic Red #570203

Tints of Rustic Red #570203

Color information

#570203 (or 0x570203) is unknown color: approx Rustic Red. HEX triplet: 57, 02 and 03. RGB value is (87,2,3). Sum of RGB (Red+Green+Blue) = 87+2+3=92 (12% of max value = 765). Red value is 87 (34.38% from 255 or 94.57% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 87 - color contains mainly: red. Hex color #570203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570203 is #A8FDFC. Grayscale: #1B1B1B. Windows color (decimal): -11075069 or 197207. OLE color: 197207.

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

Color convert

RGB8723-
CMYK00.980.970.66
HSL359.29º95.51%17.45%-
HSV(B)359.29º97.7%34.12%-
XYZ3.972.080.28-
YUV27.53114.16170.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 94.57%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=94.57%
G=2.17%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal872300.980.970.66359.2995.5117.45
Hex572306261421676011
Octal12723014214110254714021
Binary101011110110110001011000011000010101100111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570203; }

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

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

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

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

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

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

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

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