#570102

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

Shades of Rustic Red #570102

Tints of Rustic Red #570102

Color information

#570102 (or 0x570102) is unknown color: approx Rustic Red. HEX triplet: 57, 01 and 02. RGB value is (87,1,2). Sum of RGB (Red+Green+Blue) = 87+1+2=90 (11% of max value = 765). Red value is 87 (34.38% from 255 or 96.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 87 - color contains mainly: red. Hex color #570102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570102 is #A8FEFD. Grayscale: #1A1A1A. Windows color (decimal): -11075326 or 131415. OLE color: 131415.

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

Color convert

RGB8712-
CMYK00.990.980.66
HSL359.3º97.73%17.25%-
HSV(B)359.3º98.85%34.12%-
XYZ3.952.050.25-
YUV26.83113.99170.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 96.67%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=96.67%
G=1.11%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal871200.990.980.66359.397.7317.25
Hex571206362421676211
Octal12712014314210254714221
Binary10101111100110001111000101000010101100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570102; }

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

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

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

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

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

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

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

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