#570202

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

Shades of Red Oxide #570202

Tints of Red Oxide #570202

Color information

#570202 (or 0x570202) is unknown color: approx Red Oxide. HEX triplet: 57, 02 and 02. RGB value is (87,2,2). Sum of RGB (Red+Green+Blue) = 87+2+2=91 (12% of max value = 765). Red value is 87 (34.38% from 255 or 95.60% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 87 - color contains mainly: red. Hex color #570202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570202 is #A8FDFD. Grayscale: #1B1B1B. Windows color (decimal): -11075070 or 131671. OLE color: 131671.

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

Color convert

RGB8722-
CMYK00.980.980.66
HSL95.51%17.45%-
HSV(B)97.7%34.12%-
XYZ3.962.070.25-
YUV27.42113.66170.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 95.60%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=95.60%
G=2.20%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal872200.980.980.66095.5117.45
Hex5722062624206011
Octal127220142142102014021
Binary1010111101001100010110001010000100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570202; }

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

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

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

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

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

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

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

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