Shades of Burnt Crimson #560B0C
Tints of Burnt Crimson #560B0C
RGB
CMYK
RGB Variations
Color information
#560B0C (or 0x560B0C) is known color: Burnt Crimson. HEX triplet: 56, 0B and 0C. RGB value is (86,11,12). Sum of RGB (Red+Green+Blue) = 86+11+12=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B0C is #A9F4F3. Grayscale: #212121. Windows color (decimal): -11138292 or 789334. OLE color: 789334.
HSL color Cylindrical-coordinate representation of color #560B0C: hue angle of 359.2º degrees, saturation: 0.77, 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 #560B0C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 12 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.66 |
| HSL | 359.2º | 0.77% | 0.19% | - |
| HSV(B) | 359.2º | 0.87% | 0.34% | - |
| XYZ | 4.02 | 2.24 | 0.57 | - |
| YUV | 33.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 12 | 0 | 0.87 | 0.86 | 0.66 | 359.2 | 0.77 | 0.19 |
| Hex | 56 | B | C | 0 | 57 | 56 | 42 | 167 | 4D | 13 |
| Octal | 126 | 13 | 14 | 0 | 127 | 126 | 102 | 547 | 115 | 23 |
| Binary | 1010110 | 1011 | 1100 | 0 | 1010111 | 1010110 | 1000010 | 101100111 | 1001101 | 10011 |
Color Harmonies of #560B0C
Complementary color
Monochromatic Colors of #560B0C
Black with #560B0C
Text Example
Text Example
White with #560B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B0C; }
p { color: rgb(86,11,12); }
H1.HeaderClassName
{
color: #560B0C;
}
.AnyTagClassName
{
color: #560B0C;
}
</style>
background-color css
<style>
a { background-color: #560B0C; }
a { background-color: rgb(86,11,12); }
div.DivClassName
{
background-color: #560B0C;
}
.BgClassName
{
background-color: #560B0C;
}
</style>
border-color css
<style>
span { border-color: #560B0C; }
span { border-color: rgb(86,11,12); }
td.TdClassName
{
border-color: #560B0C;
}
.TagClassName
{
border-color: #560B0C;
}
</style>