#570802

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

Shades of Red Oxide #570802

Tints of Red Oxide #570802

Color information

#570802 (or 0x570802) is unknown color: approx Red Oxide. HEX triplet: 57, 08 and 02. RGB value is (87,8,2). Sum of RGB (Red+Green+Blue) = 87+8+2=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570802 is #A8F7FD. Grayscale: #1F1F1F. Windows color (decimal): -11073534 or 133207. OLE color: 133207.

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

Color convert

RGB8782-
CMYK00.910.980.66
HSL4.24º95.51%17.45%-
HSV(B)4.24º97.7%34.12%-
XYZ4.032.20.27-
YUV30.94111.67167.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=89.69%
G=8.25%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878200.910.980.664.2495.5117.45
Hex578205B624246011
Octal1271020133142102414021
Binary10101111000100101101111000101000010100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570802; }

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

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

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

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

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

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

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

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