Shades of Burnt Crimson #5A1118
Tints of Burnt Crimson #5A1118
RGB
CMYK
RGB Variations
Color information
#5A1118 (or 0x5A1118) is known color: Burnt Crimson. HEX triplet: 5A, 11 and 18. RGB value is (90,17,24). Sum of RGB (Red+Green+Blue) = 90+17+24=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1118 is #A5EEE7. Grayscale: #272727. Windows color (decimal): -10874600 or 1577306. OLE color: 1577306.
HSL color Cylindrical-coordinate representation of color #5A1118: hue angle of 354.25º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1118 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 24 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.65 |
| HSL | 354.25º | 0.68% | 0.21% | - |
| HSV(B) | 354.25º | 0.81% | 0.35% | - |
| XYZ | 4.58 | 2.64 | 1.13 | - |
| YUV | 39.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 24 | 0 | 0.81 | 0.73 | 0.65 | 354.25 | 0.68 | 0.21 |
| Hex | 5A | 11 | 18 | 0 | 51 | 49 | 41 | 162 | 44 | 15 |
| Octal | 132 | 21 | 30 | 0 | 121 | 111 | 101 | 542 | 104 | 25 |
| Binary | 1011010 | 10001 | 11000 | 0 | 1010001 | 1001001 | 1000001 | 101100010 | 1000100 | 10101 |
Color Harmonies of #5A1118
Complementary color
Monochromatic Colors of #5A1118
Black with #5A1118
Text Example
Text Example
White with #5A1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1118; }
p { color: rgb(90,17,24); }
H1.HeaderClassName
{
color: #5A1118;
}
.AnyTagClassName
{
color: #5A1118;
}
</style>
background-color css
<style>
a { background-color: #5A1118; }
a { background-color: rgb(90,17,24); }
div.DivClassName
{
background-color: #5A1118;
}
.BgClassName
{
background-color: #5A1118;
}
</style>
border-color css
<style>
span { border-color: #5A1118; }
span { border-color: rgb(90,17,24); }
td.TdClassName
{
border-color: #5A1118;
}
.TagClassName
{
border-color: #5A1118;
}
</style>