#570502

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

Shades of Red Oxide #570502

Tints of Red Oxide #570502

Color information

#570502 (or 0x570502) is unknown color: approx Red Oxide. HEX triplet: 57, 05 and 02. RGB value is (87,5,2). Sum of RGB (Red+Green+Blue) = 87+5+2=94 (12% of max value = 765). Red value is 87 (34.38% from 255 or 92.55% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 87 - color contains mainly: red. Hex color #570502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570502 is #A8FAFD. Grayscale: #1D1D1D. Windows color (decimal): -11074302 or 132439. OLE color: 132439.

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

Color convert

RGB8752-
CMYK00.940.980.66
HSL2.12º95.51%17.45%-
HSV(B)2.12º97.7%34.12%-
XYZ42.140.26-
YUV29.18112.67169.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 92.55%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=92.55%
G=5.32%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal875200.940.980.662.1295.5117.45
Hex575205E624226011
Octal127520136142102214021
Binary101011110110010111101100010100001010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570502; }

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

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

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

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

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

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

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

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