Shades of Burnt Crimson #5A1216
Tints of Burnt Crimson #5A1216
RGB
CMYK
RGB Variations
Color information
#5A1216 (or 0x5A1216) is known color: Burnt Crimson. HEX triplet: 5A, 12 and 16. RGB value is (90,18,22). Sum of RGB (Red+Green+Blue) = 90+18+22=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1216 is #A5EDE9. Grayscale: #282828. Windows color (decimal): -10874346 or 1446490. OLE color: 1446490.
HSL color Cylindrical-coordinate representation of color #5A1216: hue angle of 356.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1216 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 22 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.65 |
| HSL | 356.67º | 0.67% | 0.21% | - |
| HSV(B) | 356.67º | 0.8% | 0.35% | - |
| XYZ | 4.58 | 2.66 | 1.03 | - |
| YUV | 39.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 22 | 0 | 0.80 | 0.76 | 0.65 | 356.67 | 0.67 | 0.21 |
| Hex | 5A | 12 | 16 | 0 | 50 | 4C | 41 | 165 | 43 | 15 |
| Octal | 132 | 22 | 26 | 0 | 120 | 114 | 101 | 545 | 103 | 25 |
| Binary | 1011010 | 10010 | 10110 | 0 | 1010000 | 1001100 | 1000001 | 101100101 | 1000011 | 10101 |
Color Harmonies of #5A1216
Complementary color
Monochromatic Colors of #5A1216
Black with #5A1216
Text Example
Text Example
White with #5A1216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1216; }
p { color: rgb(90,18,22); }
H1.HeaderClassName
{
color: #5A1216;
}
.AnyTagClassName
{
color: #5A1216;
}
</style>
background-color css
<style>
a { background-color: #5A1216; }
a { background-color: rgb(90,18,22); }
div.DivClassName
{
background-color: #5A1216;
}
.BgClassName
{
background-color: #5A1216;
}
</style>
border-color css
<style>
span { border-color: #5A1216; }
span { border-color: rgb(90,18,22); }
td.TdClassName
{
border-color: #5A1216;
}
.TagClassName
{
border-color: #5A1216;
}
</style>