Shades of Burnt Crimson #561112
Tints of Burnt Crimson #561112
RGB
CMYK
RGB Variations
Color information
#561112 (or 0x561112) is known color: Burnt Crimson. HEX triplet: 56, 11 and 12. RGB value is (86,17,18). Sum of RGB (Red+Green+Blue) = 86+17+18=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561112 is #A9EEED. Grayscale: #252525. Windows color (decimal): -11136750 or 1184086. OLE color: 1184086.
HSL color Cylindrical-coordinate representation of color #561112: hue angle of 359.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 18 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.66 |
| HSL | 359.13º | 0.67% | 0.2% | - |
| HSV(B) | 359.13º | 0.8% | 0.34% | - |
| XYZ | 4.15 | 2.42 | 0.82 | - |
| YUV | 37.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 18 | 0 | 0.80 | 0.79 | 0.66 | 359.13 | 0.67 | 0.2 |
| Hex | 56 | 11 | 12 | 0 | 50 | 4F | 42 | 167 | 43 | 14 |
| Octal | 126 | 21 | 22 | 0 | 120 | 117 | 102 | 547 | 103 | 24 |
| Binary | 1010110 | 10001 | 10010 | 0 | 1010000 | 1001111 | 1000010 | 101100111 | 1000011 | 10100 |
Color Harmonies of #561112
Complementary color
Monochromatic Colors of #561112
Black with #561112
Text Example
Text Example
White with #561112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561112; }
p { color: rgb(86,17,18); }
H1.HeaderClassName
{
color: #561112;
}
.AnyTagClassName
{
color: #561112;
}
</style>
background-color css
<style>
a { background-color: #561112; }
a { background-color: rgb(86,17,18); }
div.DivClassName
{
background-color: #561112;
}
.BgClassName
{
background-color: #561112;
}
</style>
border-color css
<style>
span { border-color: #561112; }
span { border-color: rgb(86,17,18); }
td.TdClassName
{
border-color: #561112;
}
.TagClassName
{
border-color: #561112;
}
</style>