Shades of Burnt Crimson #56151C
Tints of Burnt Crimson #56151C
RGB
CMYK
RGB Variations
Color information
#56151C (or 0x56151C) is known color: Burnt Crimson. HEX triplet: 56, 15 and 1C. RGB value is (86,21,28). Sum of RGB (Red+Green+Blue) = 86+21+28=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151C is #A9EAE3. Grayscale: #292929. Windows color (decimal): -11135716 or 1840470. OLE color: 1840470.
HSL color Cylindrical-coordinate representation of color #56151C: hue angle of 353.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56151C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 28 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.66 |
| HSL | 353.54º | 0.61% | 0.21% | - |
| HSV(B) | 353.54º | 0.76% | 0.34% | - |
| XYZ | 4.32 | 2.6 | 1.37 | - |
| YUV | 41.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 28 | 0 | 0.76 | 0.67 | 0.66 | 353.54 | 0.61 | 0.21 |
| Hex | 56 | 15 | 1C | 0 | 4C | 43 | 42 | 162 | 3D | 15 |
| Octal | 126 | 25 | 34 | 0 | 114 | 103 | 102 | 542 | 75 | 25 |
| Binary | 1010110 | 10101 | 11100 | 0 | 1001100 | 1000011 | 1000010 | 101100010 | 111101 | 10101 |
Color Harmonies of #56151C
Complementary color
Monochromatic Colors of #56151C
Black with #56151C
Text Example
Text Example
White with #56151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56151C; }
p { color: rgb(86,21,28); }
H1.HeaderClassName
{
color: #56151C;
}
.AnyTagClassName
{
color: #56151C;
}
</style>
background-color css
<style>
a { background-color: #56151C; }
a { background-color: rgb(86,21,28); }
div.DivClassName
{
background-color: #56151C;
}
.BgClassName
{
background-color: #56151C;
}
</style>
border-color css
<style>
span { border-color: #56151C; }
span { border-color: rgb(86,21,28); }
td.TdClassName
{
border-color: #56151C;
}
.TagClassName
{
border-color: #56151C;
}
</style>