Shades of Red Oxide #561212
Tints of Red Oxide #561212
RGB
CMYK
RGB Variations
Color information
#561212 (or 0x561212) is known color: Red Oxide. HEX triplet: 56, 12 and 12. RGB value is (86,18,18). Sum of RGB (Red+Green+Blue) = 86+18+18=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #561212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561212 is #A9EDED. Grayscale: #262626. Windows color (decimal): -11136494 or 1184342. OLE color: 1184342.
HSL color Cylindrical-coordinate representation of color #561212: hue angle of 0º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561212 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 18 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.66 |
| HSL | 0º | 0.65% | 0.2% | - |
| HSV(B) | 0º | 0.79% | 0.34% | - |
| XYZ | 4.16 | 2.45 | 0.83 | - |
| YUV | 38.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 18 | 0 | 0.79 | 0.79 | 0.66 | 0 | 0.65 | 0.2 |
| Hex | 56 | 12 | 12 | 0 | 4F | 4F | 42 | 0 | 41 | 14 |
| Octal | 126 | 22 | 22 | 0 | 117 | 117 | 102 | 0 | 101 | 24 |
| Binary | 1010110 | 10010 | 10010 | 0 | 1001111 | 1001111 | 1000010 | 0 | 1000001 | 10100 |
Color Harmonies of #561212
Complementary color
Monochromatic Colors of #561212
Black with #561212
Text Example
Text Example
White with #561212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561212; }
p { color: rgb(86,18,18); }
H1.HeaderClassName
{
color: #561212;
}
.AnyTagClassName
{
color: #561212;
}
</style>
background-color css
<style>
a { background-color: #561212; }
a { background-color: rgb(86,18,18); }
div.DivClassName
{
background-color: #561212;
}
.BgClassName
{
background-color: #561212;
}
</style>
border-color css
<style>
span { border-color: #561212; }
span { border-color: rgb(86,18,18); }
td.TdClassName
{
border-color: #561212;
}
.TagClassName
{
border-color: #561212;
}
</style>