Shades of Burnt Crimson #5A212A
Tints of Burnt Crimson #5A212A
RGB
CMYK
RGB Variations
Color information
#5A212A (or 0x5A212A) is known color: Burnt Crimson. HEX triplet: 5A, 21 and 2A. RGB value is (90,33,42). Sum of RGB (Red+Green+Blue) = 90+33+42=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A212A is #A5DED5. Grayscale: #333333. Windows color (decimal): -10870486 or 2761050. OLE color: 2761050.
HSL color Cylindrical-coordinate representation of color #5A212A: hue angle of 350.53º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A212A is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 33 | 42 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.65 |
| HSL | 350.53º | 0.46% | 0.24% | - |
| HSV(B) | 350.53º | 0.63% | 0.35% | - |
| XYZ | 5.18 | 3.43 | 2.58 | - |
| YUV | 51.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 42 | 0 | 0.63 | 0.53 | 0.65 | 350.53 | 0.46 | 0.24 |
| Hex | 5A | 21 | 2A | 0 | 3F | 35 | 41 | 15F | 2E | 18 |
| Octal | 132 | 41 | 52 | 0 | 77 | 65 | 101 | 537 | 56 | 30 |
| Binary | 1011010 | 100001 | 101010 | 0 | 111111 | 110101 | 1000001 | 101011111 | 101110 | 11000 |
Color Harmonies of #5A212A
Complementary color
Monochromatic Colors of #5A212A
Black with #5A212A
Text Example
Text Example
White with #5A212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A212A; }
p { color: rgb(90,33,42); }
H1.HeaderClassName
{
color: #5A212A;
}
.AnyTagClassName
{
color: #5A212A;
}
</style>
background-color css
<style>
a { background-color: #5A212A; }
a { background-color: rgb(90,33,42); }
div.DivClassName
{
background-color: #5A212A;
}
.BgClassName
{
background-color: #5A212A;
}
</style>
border-color css
<style>
span { border-color: #5A212A; }
span { border-color: rgb(90,33,42); }
td.TdClassName
{
border-color: #5A212A;
}
.TagClassName
{
border-color: #5A212A;
}
</style>