#570A0A

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

Shades of Red Oxide #570A0A

Tints of Red Oxide #570A0A

Color information

#570A0A (or 0x570A0A) is unknown color: approx Red Oxide. HEX triplet: 57, 0A and 0A. RGB value is (87,10,10). Sum of RGB (Red+Green+Blue) = 87+10+10=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A0A is #A8F5F5. Grayscale: #212121. Windows color (decimal): -11073014 or 658007. OLE color: 658007.

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

Color convert

RGB871010-
CMYK00.890.890.66
HSL79.38%19.02%-
HSV(B)88.51%34.12%-
XYZ4.092.270.51-
YUV33.02115.01166.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 81.31%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=81.31%
G=9.35%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87101000.890.890.66079.3819.02
Hex57AA059594204f13
Octal12712120131131102011723
Binary10101111010101001011001101100110000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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