Shades of Burnt Crimson #5A0B10
Tints of Burnt Crimson #5A0B10
RGB
CMYK
RGB Variations
Color information
#5A0B10 (or 0x5A0B10) is known color: Burnt Crimson. HEX triplet: 5A, 0B and 10. RGB value is (90,11,16). Sum of RGB (Red+Green+Blue) = 90+11+16=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B10 is #A5F4EF. Grayscale: #232323. Windows color (decimal): -10876144 or 1051482. OLE color: 1051482.
HSL color Cylindrical-coordinate representation of color #5A0B10: hue angle of 356.2º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B10 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 16 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.65 |
| HSL | 356.2º | 0.78% | 0.2% | - |
| HSV(B) | 356.2º | 0.88% | 0.35% | - |
| XYZ | 4.43 | 2.45 | 0.73 | - |
| YUV | 35.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 16 | 0 | 0.88 | 0.82 | 0.65 | 356.2 | 0.78 | 0.2 |
| Hex | 5A | B | 10 | 0 | 58 | 52 | 41 | 164 | 4E | 14 |
| Octal | 132 | 13 | 20 | 0 | 130 | 122 | 101 | 544 | 116 | 24 |
| Binary | 1011010 | 1011 | 10000 | 0 | 1011000 | 1010010 | 1000001 | 101100100 | 1001110 | 10100 |
Color Harmonies of #5A0B10
Complementary color
Monochromatic Colors of #5A0B10
Black with #5A0B10
Text Example
Text Example
White with #5A0B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B10; }
p { color: rgb(90,11,16); }
H1.HeaderClassName
{
color: #5A0B10;
}
.AnyTagClassName
{
color: #5A0B10;
}
</style>
background-color css
<style>
a { background-color: #5A0B10; }
a { background-color: rgb(90,11,16); }
div.DivClassName
{
background-color: #5A0B10;
}
.BgClassName
{
background-color: #5A0B10;
}
</style>
border-color css
<style>
span { border-color: #5A0B10; }
span { border-color: rgb(90,11,16); }
td.TdClassName
{
border-color: #5A0B10;
}
.TagClassName
{
border-color: #5A0B10;
}
</style>