Shades of Red Oxide #570C0B
Tints of Red Oxide #570C0B
RGB
CMYK
RGB Variations
Color information
#570C0B (or 0x570C0B) is known color: Red Oxide. HEX triplet: 57, 0C and 0B. RGB value is (87,12,11). Sum of RGB (Red+Green+Blue) = 87+12+11=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C0B is #A8F3F4. Grayscale: #222222. Windows color (decimal): -11072501 or 724055. OLE color: 724055.
HSL color Cylindrical-coordinate representation of color #570C0B: hue angle of 0.79º 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 #570C0B is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 11 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.66 |
| HSL | 0.79º | 0.78% | 0.19% | - |
| HSV(B) | 0.79º | 0.87% | 0.34% | - |
| XYZ | 4.12 | 2.31 | 0.55 | - |
| YUV | 34.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 11 | 0 | 0.86 | 0.87 | 0.66 | 0.79 | 0.78 | 0.19 |
| Hex | 57 | C | B | 0 | 56 | 57 | 42 | 1 | 4E | 13 |
| Octal | 127 | 14 | 13 | 0 | 126 | 127 | 102 | 1 | 116 | 23 |
| Binary | 1010111 | 1100 | 1011 | 0 | 1010110 | 1010111 | 1000010 | 1 | 1001110 | 10011 |
Color Harmonies of #570C0B
Complementary color
Monochromatic Colors of #570C0B
Black with #570C0B
Text Example
Text Example
White with #570C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C0B; }
p { color: rgb(87,12,11); }
H1.HeaderClassName
{
color: #570C0B;
}
.AnyTagClassName
{
color: #570C0B;
}
</style>
background-color css
<style>
a { background-color: #570C0B; }
a { background-color: rgb(87,12,11); }
div.DivClassName
{
background-color: #570C0B;
}
.BgClassName
{
background-color: #570C0B;
}
</style>
border-color css
<style>
span { border-color: #570C0B; }
span { border-color: rgb(87,12,11); }
td.TdClassName
{
border-color: #570C0B;
}
.TagClassName
{
border-color: #570C0B;
}
</style>