Shades of Red Oxide #570F00
Tints of Red Oxide #570F00
RGB
CMYK
RGB Variations
Color information
#570F00 (or 0x570F00) is known color: Red Oxide. HEX triplet: 57, 0F and 00. RGB value is (87,15,0). Sum of RGB (Red+Green+Blue) = 87+15+0=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #570F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F00 is #A8F0FF. Grayscale: #222222. Windows color (decimal): -11071744 or 3927. OLE color: 3927.
HSL color Cylindrical-coordinate representation of color #570F00: hue angle of 10.34º 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 #570F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.66 |
| HSL | 10.34º | 1% | 0.17% | - |
| HSV(B) | 10.34º | 1% | 0.34% | - |
| XYZ | 4.1 | 2.37 | 0.24 | - |
| YUV | 34.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 0 | 0 | 0.83 | 1 | 0.66 | 10.34 | 1 | 0.17 |
| Hex | 57 | F | 0 | 0 | 53 | 64 | 42 | A | 64 | 11 |
| Octal | 127 | 17 | 0 | 0 | 123 | 144 | 102 | 12 | 144 | 21 |
| Binary | 1010111 | 1111 | 0 | 0 | 1010011 | 1100100 | 1000010 | 1010 | 1100100 | 10001 |
Color Harmonies of #570F00
Complementary color
Monochromatic Colors of #570F00
Black with #570F00
Text Example
Text Example
White with #570F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F00; }
p { color: rgb(87,15,0); }
H1.HeaderClassName
{
color: #570F00;
}
.AnyTagClassName
{
color: #570F00;
}
</style>
background-color css
<style>
a { background-color: #570F00; }
a { background-color: rgb(87,15,0); }
div.DivClassName
{
background-color: #570F00;
}
.BgClassName
{
background-color: #570F00;
}
</style>
border-color css
<style>
span { border-color: #570F00; }
span { border-color: rgb(87,15,0); }
td.TdClassName
{
border-color: #570F00;
}
.TagClassName
{
border-color: #570F00;
}
</style>