#570F0A

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

Shades of Red Oxide #570F0A

Tints of Red Oxide #570F0A

Color information

#570F0A (or 0x570F0A) is unknown color: approx Red Oxide. HEX triplet: 57, 0F and 0A. RGB value is (87,15,10). Sum of RGB (Red+Green+Blue) = 87+15+10=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F0A is #A8F0F5. Grayscale: #242424. Windows color (decimal): -11071734 or 659287. OLE color: 659287.

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

Color convert

RGB871510-
CMYK00.830.890.66
HSL3.9º79.38%19.02%-
HSV(B)3.9º88.51%34.12%-
XYZ4.162.390.53-
YUV35.96113.35164.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=77.68%
G=13.39%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87151000.830.890.663.979.3819.02
Hex57FA053594244f13
Octal12717120123131102411723
Binary1010111111110100101001110110011000010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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