Shades of Burnt Crimson #5B1516
Tints of Burnt Crimson #5B1516
RGB
CMYK
RGB Variations
Color information
#5B1516 (or 0x5B1516) is known color: Burnt Crimson. HEX triplet: 5B, 15 and 16. RGB value is (91,21,22). Sum of RGB (Red+Green+Blue) = 91+21+22=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1516 is #A4EAE9. Grayscale: #2A2A2A. Windows color (decimal): -10808042 or 1447259. OLE color: 1447259.
HSL color Cylindrical-coordinate representation of color #5B1516: hue angle of 359.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1516 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 22 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.64 |
| HSL | 359.14º | 0.63% | 0.22% | - |
| HSV(B) | 359.14º | 0.77% | 0.36% | - |
| XYZ | 4.73 | 2.82 | 1.05 | - |
| YUV | 42.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 22 | 0 | 0.77 | 0.76 | 0.64 | 359.14 | 0.63 | 0.22 |
| Hex | 5B | 15 | 16 | 0 | 4D | 4C | 40 | 167 | 3E | 16 |
| Octal | 133 | 25 | 26 | 0 | 115 | 114 | 100 | 547 | 76 | 26 |
| Binary | 1011011 | 10101 | 10110 | 0 | 1001101 | 1001100 | 1000000 | 101100111 | 111110 | 10110 |
Color Harmonies of #5B1516
Complementary color
Monochromatic Colors of #5B1516
Black with #5B1516
Text Example
Text Example
White with #5B1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1516; }
p { color: rgb(91,21,22); }
H1.HeaderClassName
{
color: #5B1516;
}
.AnyTagClassName
{
color: #5B1516;
}
</style>
background-color css
<style>
a { background-color: #5B1516; }
a { background-color: rgb(91,21,22); }
div.DivClassName
{
background-color: #5B1516;
}
.BgClassName
{
background-color: #5B1516;
}
</style>
border-color css
<style>
span { border-color: #5B1516; }
span { border-color: rgb(91,21,22); }
td.TdClassName
{
border-color: #5B1516;
}
.TagClassName
{
border-color: #5B1516;
}
</style>