Shades of Burnt Crimson #5A1B22
Tints of Burnt Crimson #5A1B22
RGB
CMYK
RGB Variations
Color information
#5A1B22 (or 0x5A1B22) is known color: Burnt Crimson. HEX triplet: 5A, 1B and 22. RGB value is (90,27,34). Sum of RGB (Red+Green+Blue) = 90+27+34=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B22 is #A5E4DD. Grayscale: #2E2E2E. Windows color (decimal): -10872030 or 2235226. OLE color: 2235226.
HSL color Cylindrical-coordinate representation of color #5A1B22: hue angle of 353.33º 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 #5A1B22 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 34 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.65 |
| HSL | 353.33º | 0.54% | 0.23% | - |
| HSV(B) | 353.33º | 0.7% | 0.35% | - |
| XYZ | 4.9 | 3.07 | 1.85 | - |
| YUV | 46.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 34 | 0 | 0.70 | 0.62 | 0.65 | 353.33 | 0.54 | 0.23 |
| Hex | 5A | 1B | 22 | 0 | 46 | 3E | 41 | 161 | 36 | 17 |
| Octal | 132 | 33 | 42 | 0 | 106 | 76 | 101 | 541 | 66 | 27 |
| Binary | 1011010 | 11011 | 100010 | 0 | 1000110 | 111110 | 1000001 | 101100001 | 110110 | 10111 |
Color Harmonies of #5A1B22
Complementary color
Monochromatic Colors of #5A1B22
Black with #5A1B22
Text Example
Text Example
White with #5A1B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B22; }
p { color: rgb(90,27,34); }
H1.HeaderClassName
{
color: #5A1B22;
}
.AnyTagClassName
{
color: #5A1B22;
}
</style>
background-color css
<style>
a { background-color: #5A1B22; }
a { background-color: rgb(90,27,34); }
div.DivClassName
{
background-color: #5A1B22;
}
.BgClassName
{
background-color: #5A1B22;
}
</style>
border-color css
<style>
span { border-color: #5A1B22; }
span { border-color: rgb(90,27,34); }
td.TdClassName
{
border-color: #5A1B22;
}
.TagClassName
{
border-color: #5A1B22;
}
</style>