Shades of Burnt Crimson #560D10
Tints of Burnt Crimson #560D10
RGB
CMYK
RGB Variations
Color information
#560D10 (or 0x560D10) is known color: Burnt Crimson. HEX triplet: 56, 0D and 10. RGB value is (86,13,16). Sum of RGB (Red+Green+Blue) = 86+13+16=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D10 is #A9F2EF. Grayscale: #232323. Windows color (decimal): -11137776 or 1051990. OLE color: 1051990.
HSL color Cylindrical-coordinate representation of color #560D10: hue angle of 357.53º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D10 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 16 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.66 |
| HSL | 357.53º | 0.74% | 0.19% | - |
| HSV(B) | 357.53º | 0.85% | 0.34% | - |
| XYZ | 4.08 | 2.3 | 0.72 | - |
| YUV | 35.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 16 | 0 | 0.85 | 0.81 | 0.66 | 357.53 | 0.74 | 0.19 |
| Hex | 56 | D | 10 | 0 | 55 | 51 | 42 | 166 | 4A | 13 |
| Octal | 126 | 15 | 20 | 0 | 125 | 121 | 102 | 546 | 112 | 23 |
| Binary | 1010110 | 1101 | 10000 | 0 | 1010101 | 1010001 | 1000010 | 101100110 | 1001010 | 10011 |
Color Harmonies of #560D10
Complementary color
Monochromatic Colors of #560D10
Black with #560D10
Text Example
Text Example
White with #560D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D10; }
p { color: rgb(86,13,16); }
H1.HeaderClassName
{
color: #560D10;
}
.AnyTagClassName
{
color: #560D10;
}
</style>
background-color css
<style>
a { background-color: #560D10; }
a { background-color: rgb(86,13,16); }
div.DivClassName
{
background-color: #560D10;
}
.BgClassName
{
background-color: #560D10;
}
</style>
border-color css
<style>
span { border-color: #560D10; }
span { border-color: rgb(86,13,16); }
td.TdClassName
{
border-color: #560D10;
}
.TagClassName
{
border-color: #560D10;
}
</style>