Shades of Burnt Crimson #5A151E
Tints of Burnt Crimson #5A151E
RGB
CMYK
RGB Variations
Color information
#5A151E (or 0x5A151E) is known color: Burnt Crimson. HEX triplet: 5A, 15 and 1E. RGB value is (90,21,30). Sum of RGB (Red+Green+Blue) = 90+21+30=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A151E is #A5EAE1. Grayscale: #2A2A2A. Windows color (decimal): -10873570 or 1971546. OLE color: 1971546.
HSL color Cylindrical-coordinate representation of color #5A151E: hue angle of 352.17º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A151E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 30 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.65 |
| HSL | 352.17º | 0.62% | 0.22% | - |
| HSV(B) | 352.17º | 0.77% | 0.35% | - |
| XYZ | 4.72 | 2.8 | 1.52 | - |
| YUV | 42.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 30 | 0 | 0.77 | 0.67 | 0.65 | 352.17 | 0.62 | 0.22 |
| Hex | 5A | 15 | 1E | 0 | 4D | 43 | 41 | 160 | 3E | 16 |
| Octal | 132 | 25 | 36 | 0 | 115 | 103 | 101 | 540 | 76 | 26 |
| Binary | 1011010 | 10101 | 11110 | 0 | 1001101 | 1000011 | 1000001 | 101100000 | 111110 | 10110 |
Color Harmonies of #5A151E
Complementary color
Monochromatic Colors of #5A151E
Black with #5A151E
Text Example
Text Example
White with #5A151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A151E; }
p { color: rgb(90,21,30); }
H1.HeaderClassName
{
color: #5A151E;
}
.AnyTagClassName
{
color: #5A151E;
}
</style>
background-color css
<style>
a { background-color: #5A151E; }
a { background-color: rgb(90,21,30); }
div.DivClassName
{
background-color: #5A151E;
}
.BgClassName
{
background-color: #5A151E;
}
</style>
border-color css
<style>
span { border-color: #5A151E; }
span { border-color: rgb(90,21,30); }
td.TdClassName
{
border-color: #5A151E;
}
.TagClassName
{
border-color: #5A151E;
}
</style>