Shades of Red Oxide #570F0A
Tints of Red Oxide #570F0A
RGB
CMYK
RGB Variations
Color information
#570F0A (or 0x570F0A) is known color: 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
| RGB | 87 | 15 | 10 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.66 |
| HSL | 3.9º | 0.79% | 0.19% | - |
| HSV(B) | 3.9º | 0.89% | 0.34% | - |
| XYZ | 4.16 | 2.39 | 0.53 | - |
| YUV | 35.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 10 | 0 | 0.83 | 0.89 | 0.66 | 3.9 | 0.79 | 0.19 |
| Hex | 57 | F | A | 0 | 53 | 59 | 42 | 4 | 4F | 13 |
| Octal | 127 | 17 | 12 | 0 | 123 | 131 | 102 | 4 | 117 | 23 |
| Binary | 1010111 | 1111 | 1010 | 0 | 1010011 | 1011001 | 1000010 | 100 | 1001111 | 10011 |
Color Harmonies of #570F0A
Complementary color
Monochromatic Colors of #570F0A
Black with #570F0A
Text Example
Text Example
White with #570F0A
Text Example
Text Example
HTML Codes & Css Web 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>