Shades of Red Oxide #571212
Tints of Red Oxide #571212
RGB
CMYK
RGB Variations
Color information
#571212 (or 0x571212) is known color: Red Oxide. HEX triplet: 57, 12 and 12. RGB value is (87,18,18). Sum of RGB (Red+Green+Blue) = 87+18+18=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571212 is #A8EDED. Grayscale: #262626. Windows color (decimal): -11070958 or 1184343. OLE color: 1184343.
HSL color Cylindrical-coordinate representation of color #571212: hue angle of 0º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571212 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 18 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.66 |
| HSL | 0º | 0.66% | 0.21% | - |
| HSV(B) | 0º | 0.79% | 0.34% | - |
| XYZ | 4.26 | 2.5 | 0.83 | - |
| YUV | 38.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 18 | 0 | 0.79 | 0.79 | 0.66 | 0 | 0.66 | 0.21 |
| Hex | 57 | 12 | 12 | 0 | 4F | 4F | 42 | 0 | 42 | 15 |
| Octal | 127 | 22 | 22 | 0 | 117 | 117 | 102 | 0 | 102 | 25 |
| Binary | 1010111 | 10010 | 10010 | 0 | 1001111 | 1001111 | 1000010 | 0 | 1000010 | 10101 |
Color Harmonies of #571212
Complementary color
Monochromatic Colors of #571212
Black with #571212
Text Example
Text Example
White with #571212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571212; }
p { color: rgb(87,18,18); }
H1.HeaderClassName
{
color: #571212;
}
.AnyTagClassName
{
color: #571212;
}
</style>
background-color css
<style>
a { background-color: #571212; }
a { background-color: rgb(87,18,18); }
div.DivClassName
{
background-color: #571212;
}
.BgClassName
{
background-color: #571212;
}
</style>
border-color css
<style>
span { border-color: #571212; }
span { border-color: rgb(87,18,18); }
td.TdClassName
{
border-color: #571212;
}
.TagClassName
{
border-color: #571212;
}
</style>