Shades of Burnt Crimson #560A0C
Tints of Burnt Crimson #560A0C
RGB
CMYK
RGB Variations
Color information
#560A0C (or 0x560A0C) is known color: Burnt Crimson. HEX triplet: 56, 0A and 0C. RGB value is (86,10,12). Sum of RGB (Red+Green+Blue) = 86+10+12=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A0C is #A9F5F3. Grayscale: #212121. Windows color (decimal): -11138548 or 789078. OLE color: 789078.
HSL color Cylindrical-coordinate representation of color #560A0C: hue angle of 358.42º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A0C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 12 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.66 |
| HSL | 358.42º | 0.79% | 0.19% | - |
| HSV(B) | 358.42º | 0.88% | 0.34% | - |
| XYZ | 4.01 | 2.22 | 0.57 | - |
| YUV | 32.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 12 | 0 | 0.88 | 0.86 | 0.66 | 358.42 | 0.79 | 0.19 |
| Hex | 56 | A | C | 0 | 58 | 56 | 42 | 166 | 4F | 13 |
| Octal | 126 | 12 | 14 | 0 | 130 | 126 | 102 | 546 | 117 | 23 |
| Binary | 1010110 | 1010 | 1100 | 0 | 1011000 | 1010110 | 1000010 | 101100110 | 1001111 | 10011 |
Color Harmonies of #560A0C
Complementary color
Monochromatic Colors of #560A0C
Black with #560A0C
Text Example
Text Example
White with #560A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A0C; }
p { color: rgb(86,10,12); }
H1.HeaderClassName
{
color: #560A0C;
}
.AnyTagClassName
{
color: #560A0C;
}
</style>
background-color css
<style>
a { background-color: #560A0C; }
a { background-color: rgb(86,10,12); }
div.DivClassName
{
background-color: #560A0C;
}
.BgClassName
{
background-color: #560A0C;
}
</style>
border-color css
<style>
span { border-color: #560A0C; }
span { border-color: rgb(86,10,12); }
td.TdClassName
{
border-color: #560A0C;
}
.TagClassName
{
border-color: #560A0C;
}
</style>