Shades of Burnt Crimson #5A222B
Tints of Burnt Crimson #5A222B
RGB
CMYK
RGB Variations
Color information
#5A222B (or 0x5A222B) is known color: Burnt Crimson. HEX triplet: 5A, 22 and 2B. RGB value is (90,34,43). Sum of RGB (Red+Green+Blue) = 90+34+43=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A222B is #A5DDD4. Grayscale: #333333. Windows color (decimal): -10870229 or 2826842. OLE color: 2826842.
HSL color Cylindrical-coordinate representation of color #5A222B: hue angle of 350.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A222B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 34 | 43 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.65 |
| HSL | 350.36º | 0.45% | 0.24% | - |
| HSV(B) | 350.36º | 0.62% | 0.35% | - |
| XYZ | 5.22 | 3.49 | 2.68 | - |
| YUV | 51.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 43 | 0 | 0.62 | 0.52 | 0.65 | 350.36 | 0.45 | 0.24 |
| Hex | 5A | 22 | 2B | 0 | 3E | 34 | 41 | 15E | 2D | 18 |
| Octal | 132 | 42 | 53 | 0 | 76 | 64 | 101 | 536 | 55 | 30 |
| Binary | 1011010 | 100010 | 101011 | 0 | 111110 | 110100 | 1000001 | 101011110 | 101101 | 11000 |
Color Harmonies of #5A222B
Complementary color
Monochromatic Colors of #5A222B
Black with #5A222B
Text Example
Text Example
White with #5A222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A222B; }
p { color: rgb(90,34,43); }
H1.HeaderClassName
{
color: #5A222B;
}
.AnyTagClassName
{
color: #5A222B;
}
</style>
background-color css
<style>
a { background-color: #5A222B; }
a { background-color: rgb(90,34,43); }
div.DivClassName
{
background-color: #5A222B;
}
.BgClassName
{
background-color: #5A222B;
}
</style>
border-color css
<style>
span { border-color: #5A222B; }
span { border-color: rgb(90,34,43); }
td.TdClassName
{
border-color: #5A222B;
}
.TagClassName
{
border-color: #5A222B;
}
</style>