#570A00

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

Shades of Red Oxide #570A00

Tints of Red Oxide #570A00

Color information

#570A00 (or 0x570A00) is unknown color: approx Red Oxide. HEX triplet: 57, 0A and 00. RGB value is (87,10,0). Sum of RGB (Red+Green+Blue) = 87+10+0=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A00 is #A8F5FF. Grayscale: #1F1F1F. Windows color (decimal): -11073024 or 2647. OLE color: 2647.

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

Color convert

RGB87100-
CMYK00.8910.66
HSL6.9º100%17.06%-
HSV(B)6.9º100%34.12%-
XYZ4.042.240.22-
YUV31.88110.01167.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.69%
G=10.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8710000.8910.666.910017.06
Hex57A0059644276411
Octal1271200131144102714421
Binary1010111101000101100111001001000010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570A00; }

 p { color: rgb(87,10,0); }

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

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

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

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

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

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

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