Shades of Red Oxide #570F08
Tints of Red Oxide #570F08
RGB
CMYK
RGB Variations
Color information
#570F08 (or 0x570F08) is known color: Red Oxide. HEX triplet: 57, 0F and 08. RGB value is (87,15,8). Sum of RGB (Red+Green+Blue) = 87+15+8=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F08 is #A8F0F7. Grayscale: #232323. Windows color (decimal): -11071736 or 528215. OLE color: 528215.
HSL color Cylindrical-coordinate representation of color #570F08: hue angle of 5.32º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570F08 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 8 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.66 |
| HSL | 5.32º | 0.83% | 0.19% | - |
| HSV(B) | 5.32º | 0.91% | 0.34% | - |
| XYZ | 4.15 | 2.39 | 0.47 | - |
| YUV | 35.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 8 | 0 | 0.83 | 0.91 | 0.66 | 5.32 | 0.83 | 0.19 |
| Hex | 57 | F | 8 | 0 | 53 | 5B | 42 | 5 | 53 | 13 |
| Octal | 127 | 17 | 10 | 0 | 123 | 133 | 102 | 5 | 123 | 23 |
| Binary | 1010111 | 1111 | 1000 | 0 | 1010011 | 1011011 | 1000010 | 101 | 1010011 | 10011 |
Color Harmonies of #570F08
Complementary color
Monochromatic Colors of #570F08
Black with #570F08
Text Example
Text Example
White with #570F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F08; }
p { color: rgb(87,15,8); }
H1.HeaderClassName
{
color: #570F08;
}
.AnyTagClassName
{
color: #570F08;
}
</style>
background-color css
<style>
a { background-color: #570F08; }
a { background-color: rgb(87,15,8); }
div.DivClassName
{
background-color: #570F08;
}
.BgClassName
{
background-color: #570F08;
}
</style>
border-color css
<style>
span { border-color: #570F08; }
span { border-color: rgb(87,15,8); }
td.TdClassName
{
border-color: #570F08;
}
.TagClassName
{
border-color: #570F08;
}
</style>