Shades of Burnt Crimson #5A1E22
Tints of Burnt Crimson #5A1E22
RGB
CMYK
RGB Variations
Color information
#5A1E22 (or 0x5A1E22) is known color: Burnt Crimson. HEX triplet: 5A, 1E and 22. RGB value is (90,30,34). Sum of RGB (Red+Green+Blue) = 90+30+34=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E22 is #A5E1DD. Grayscale: #303030. Windows color (decimal): -10871262 or 2235994. OLE color: 2235994.
HSL color Cylindrical-coordinate representation of color #5A1E22: hue angle of 356º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E22 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 34 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.65 |
| HSL | 356º | 0.5% | 0.24% | - |
| HSV(B) | 356º | 0.67% | 0.35% | - |
| XYZ | 4.97 | 3.22 | 1.87 | - |
| YUV | 48.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 34 | 0 | 0.67 | 0.62 | 0.65 | 356 | 0.5 | 0.24 |
| Hex | 5A | 1E | 22 | 0 | 43 | 3E | 41 | 164 | 32 | 18 |
| Octal | 132 | 36 | 42 | 0 | 103 | 76 | 101 | 544 | 62 | 30 |
| Binary | 1011010 | 11110 | 100010 | 0 | 1000011 | 111110 | 1000001 | 101100100 | 110010 | 11000 |
Color Harmonies of #5A1E22
Complementary color
Monochromatic Colors of #5A1E22
Black with #5A1E22
Text Example
Text Example
White with #5A1E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E22; }
p { color: rgb(90,30,34); }
H1.HeaderClassName
{
color: #5A1E22;
}
.AnyTagClassName
{
color: #5A1E22;
}
</style>
background-color css
<style>
a { background-color: #5A1E22; }
a { background-color: rgb(90,30,34); }
div.DivClassName
{
background-color: #5A1E22;
}
.BgClassName
{
background-color: #5A1E22;
}
</style>
border-color css
<style>
span { border-color: #5A1E22; }
span { border-color: rgb(90,30,34); }
td.TdClassName
{
border-color: #5A1E22;
}
.TagClassName
{
border-color: #5A1E22;
}
</style>