Shades of Burnt Crimson #5A1B24
Tints of Burnt Crimson #5A1B24
RGB
CMYK
RGB Variations
Color information
#5A1B24 (or 0x5A1B24) is known color: Burnt Crimson. HEX triplet: 5A, 1B and 24. RGB value is (90,27,36). Sum of RGB (Red+Green+Blue) = 90+27+36=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B24 is #A5E4DB. Grayscale: #2E2E2E. Windows color (decimal): -10872028 or 2366298. OLE color: 2366298.
HSL color Cylindrical-coordinate representation of color #5A1B24: hue angle of 351.43º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B24 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 36 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.65 |
| HSL | 351.43º | 0.54% | 0.23% | - |
| HSV(B) | 351.43º | 0.7% | 0.35% | - |
| XYZ | 4.93 | 3.08 | 2 | - |
| YUV | 46.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 36 | 0 | 0.70 | 0.60 | 0.65 | 351.43 | 0.54 | 0.23 |
| Hex | 5A | 1B | 24 | 0 | 46 | 3C | 41 | 15F | 36 | 17 |
| Octal | 132 | 33 | 44 | 0 | 106 | 74 | 101 | 537 | 66 | 27 |
| Binary | 1011010 | 11011 | 100100 | 0 | 1000110 | 111100 | 1000001 | 101011111 | 110110 | 10111 |
Color Harmonies of #5A1B24
Complementary color
Monochromatic Colors of #5A1B24
Black with #5A1B24
Text Example
Text Example
White with #5A1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B24; }
p { color: rgb(90,27,36); }
H1.HeaderClassName
{
color: #5A1B24;
}
.AnyTagClassName
{
color: #5A1B24;
}
</style>
background-color css
<style>
a { background-color: #5A1B24; }
a { background-color: rgb(90,27,36); }
div.DivClassName
{
background-color: #5A1B24;
}
.BgClassName
{
background-color: #5A1B24;
}
</style>
border-color css
<style>
span { border-color: #5A1B24; }
span { border-color: rgb(90,27,36); }
td.TdClassName
{
border-color: #5A1B24;
}
.TagClassName
{
border-color: #5A1B24;
}
</style>