#570D0A

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

Shades of Red Oxide #570D0A

Tints of Red Oxide #570D0A

Color information

#570D0A (or 0x570D0A) is unknown color: approx Red Oxide. HEX triplet: 57, 0D and 0A. RGB value is (87,13,10). Sum of RGB (Red+Green+Blue) = 87+13+10=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D0A is #A8F2F5. Grayscale: #222222. Windows color (decimal): -11072246 or 658775. OLE color: 658775.

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

Color convert

RGB871310-
CMYK00.850.890.66
HSL2.34º79.38%19.02%-
HSV(B)2.34º88.51%34.12%-
XYZ4.132.340.52-
YUV34.78114.02165.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.09%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=79.09%
G=11.82%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87131000.850.890.662.3479.3819.02
Hex57DA055594224f13
Octal12715120125131102211723
Binary101011111011010010101011011001100001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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