Shades of Red Oxide #570B0A
Tints of Red Oxide #570B0A
RGB
CMYK
RGB Variations
Color information
#570B0A (or 0x570B0A) is known color: Red Oxide. HEX triplet: 57, 0B and 0A. RGB value is (87,11,10). Sum of RGB (Red+Green+Blue) = 87+11+10=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B0A is #A8F4F5. Grayscale: #212121. Windows color (decimal): -11072758 or 658263. OLE color: 658263.
HSL color Cylindrical-coordinate representation of color #570B0A: hue angle of 0.78º 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 #570B0A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 10 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.66 |
| HSL | 0.78º | 0.79% | 0.19% | - |
| HSV(B) | 0.78º | 0.89% | 0.34% | - |
| XYZ | 4.1 | 2.29 | 0.51 | - |
| YUV | 33.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 10 | 0 | 0.87 | 0.89 | 0.66 | 0.78 | 0.79 | 0.19 |
| Hex | 57 | B | A | 0 | 57 | 59 | 42 | 1 | 4F | 13 |
| Octal | 127 | 13 | 12 | 0 | 127 | 131 | 102 | 1 | 117 | 23 |
| Binary | 1010111 | 1011 | 1010 | 0 | 1010111 | 1011001 | 1000010 | 1 | 1001111 | 10011 |
Color Harmonies of #570B0A
Complementary color
Monochromatic Colors of #570B0A
Black with #570B0A
Text Example
Text Example
White with #570B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B0A; }
p { color: rgb(87,11,10); }
H1.HeaderClassName
{
color: #570B0A;
}
.AnyTagClassName
{
color: #570B0A;
}
</style>
background-color css
<style>
a { background-color: #570B0A; }
a { background-color: rgb(87,11,10); }
div.DivClassName
{
background-color: #570B0A;
}
.BgClassName
{
background-color: #570B0A;
}
</style>
border-color css
<style>
span { border-color: #570B0A; }
span { border-color: rgb(87,11,10); }
td.TdClassName
{
border-color: #570B0A;
}
.TagClassName
{
border-color: #570B0A;
}
</style>