Shades of Burnt Crimson #5A1A24
Tints of Burnt Crimson #5A1A24
RGB
CMYK
RGB Variations
Color information
#5A1A24 (or 0x5A1A24) is known color: Burnt Crimson. HEX triplet: 5A, 1A and 24. RGB value is (90,26,36). Sum of RGB (Red+Green+Blue) = 90+26+36=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A24 is #A5E5DB. Grayscale: #2E2E2E. Windows color (decimal): -10872284 or 2366042. OLE color: 2366042.
HSL color Cylindrical-coordinate representation of color #5A1A24: hue angle of 350.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A24 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 36 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.65 |
| HSL | 350.63º | 0.55% | 0.23% | - |
| HSV(B) | 350.63º | 0.71% | 0.35% | - |
| XYZ | 4.9 | 3.04 | 2 | - |
| YUV | 46.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 36 | 0 | 0.71 | 0.60 | 0.65 | 350.63 | 0.55 | 0.23 |
| Hex | 5A | 1A | 24 | 0 | 47 | 3C | 41 | 15F | 37 | 17 |
| Octal | 132 | 32 | 44 | 0 | 107 | 74 | 101 | 537 | 67 | 27 |
| Binary | 1011010 | 11010 | 100100 | 0 | 1000111 | 111100 | 1000001 | 101011111 | 110111 | 10111 |
Color Harmonies of #5A1A24
Complementary color
Monochromatic Colors of #5A1A24
Black with #5A1A24
Text Example
Text Example
White with #5A1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A24; }
p { color: rgb(90,26,36); }
H1.HeaderClassName
{
color: #5A1A24;
}
.AnyTagClassName
{
color: #5A1A24;
}
</style>
background-color css
<style>
a { background-color: #5A1A24; }
a { background-color: rgb(90,26,36); }
div.DivClassName
{
background-color: #5A1A24;
}
.BgClassName
{
background-color: #5A1A24;
}
</style>
border-color css
<style>
span { border-color: #5A1A24; }
span { border-color: rgb(90,26,36); }
td.TdClassName
{
border-color: #5A1A24;
}
.TagClassName
{
border-color: #5A1A24;
}
</style>