Shades of Red Oxide #570F0B
Tints of Red Oxide #570F0B
RGB
CMYK
RGB Variations
Color information
#570F0B (or 0x570F0B) is known color: Red Oxide. HEX triplet: 57, 0F and 0B. RGB value is (87,15,11). Sum of RGB (Red+Green+Blue) = 87+15+11=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F0B is #A8F0F4. Grayscale: #242424. Windows color (decimal): -11071733 or 724823. OLE color: 724823.
HSL color Cylindrical-coordinate representation of color #570F0B: hue angle of 3.16º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570F0B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 11 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.66 |
| HSL | 3.16º | 0.78% | 0.19% | - |
| HSV(B) | 3.16º | 0.87% | 0.34% | - |
| XYZ | 4.16 | 2.39 | 0.56 | - |
| YUV | 36.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 11 | 0 | 0.83 | 0.87 | 0.66 | 3.16 | 0.78 | 0.19 |
| Hex | 57 | F | B | 0 | 53 | 57 | 42 | 3 | 4E | 13 |
| Octal | 127 | 17 | 13 | 0 | 123 | 127 | 102 | 3 | 116 | 23 |
| Binary | 1010111 | 1111 | 1011 | 0 | 1010011 | 1010111 | 1000010 | 11 | 1001110 | 10011 |
Color Harmonies of #570F0B
Complementary color
Monochromatic Colors of #570F0B
Black with #570F0B
Text Example
Text Example
White with #570F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F0B; }
p { color: rgb(87,15,11); }
H1.HeaderClassName
{
color: #570F0B;
}
.AnyTagClassName
{
color: #570F0B;
}
</style>
background-color css
<style>
a { background-color: #570F0B; }
a { background-color: rgb(87,15,11); }
div.DivClassName
{
background-color: #570F0B;
}
.BgClassName
{
background-color: #570F0B;
}
</style>
border-color css
<style>
span { border-color: #570F0B; }
span { border-color: rgb(87,15,11); }
td.TdClassName
{
border-color: #570F0B;
}
.TagClassName
{
border-color: #570F0B;
}
</style>