Shades of Burnt Crimson #56141A
Tints of Burnt Crimson #56141A
RGB
CMYK
RGB Variations
Color information
#56141A (or 0x56141A) is known color: Burnt Crimson. HEX triplet: 56, 14 and 1A. RGB value is (86,20,26). Sum of RGB (Red+Green+Blue) = 86+20+26=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141A is #A9EBE5. Grayscale: #282828. Windows color (decimal): -11135974 or 1709142. OLE color: 1709142.
HSL color Cylindrical-coordinate representation of color #56141A: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56141A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 26 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.66 |
| HSL | 354.55º | 0.62% | 0.21% | - |
| HSV(B) | 354.55º | 0.77% | 0.34% | - |
| XYZ | 4.27 | 2.55 | 1.24 | - |
| YUV | 40.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 26 | 0 | 0.77 | 0.70 | 0.66 | 354.55 | 0.62 | 0.21 |
| Hex | 56 | 14 | 1A | 0 | 4D | 46 | 42 | 163 | 3E | 15 |
| Octal | 126 | 24 | 32 | 0 | 115 | 106 | 102 | 543 | 76 | 25 |
| Binary | 1010110 | 10100 | 11010 | 0 | 1001101 | 1000110 | 1000010 | 101100011 | 111110 | 10101 |
Color Harmonies of #56141A
Complementary color
Monochromatic Colors of #56141A
Black with #56141A
Text Example
Text Example
White with #56141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56141A; }
p { color: rgb(86,20,26); }
H1.HeaderClassName
{
color: #56141A;
}
.AnyTagClassName
{
color: #56141A;
}
</style>
background-color css
<style>
a { background-color: #56141A; }
a { background-color: rgb(86,20,26); }
div.DivClassName
{
background-color: #56141A;
}
.BgClassName
{
background-color: #56141A;
}
</style>
border-color css
<style>
span { border-color: #56141A; }
span { border-color: rgb(86,20,26); }
td.TdClassName
{
border-color: #56141A;
}
.TagClassName
{
border-color: #56141A;
}
</style>