Shades of Burnt Crimson #5A0B0F
Tints of Burnt Crimson #5A0B0F
RGB
CMYK
RGB Variations
Color information
#5A0B0F (or 0x5A0B0F) is known color: Burnt Crimson. HEX triplet: 5A, 0B and 0F. RGB value is (90,11,15). Sum of RGB (Red+Green+Blue) = 90+11+15=116 (15% of max value = 765). Red value is 90 (35.55% from 255 or 77.59% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B0F is #A5F4F0. Grayscale: #232323. Windows color (decimal): -10876145 or 985946. OLE color: 985946.
HSL color Cylindrical-coordinate representation of color #5A0B0F: hue angle of 356.96º 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 #5A0B0F is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 15 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.65 |
| HSL | 356.96º | 0.78% | 0.2% | - |
| HSV(B) | 356.96º | 0.88% | 0.35% | - |
| XYZ | 4.42 | 2.45 | 0.69 | - |
| YUV | 35.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 15 | 0 | 0.88 | 0.83 | 0.65 | 356.96 | 0.78 | 0.2 |
| Hex | 5A | B | F | 0 | 58 | 53 | 41 | 165 | 4E | 14 |
| Octal | 132 | 13 | 17 | 0 | 130 | 123 | 101 | 545 | 116 | 24 |
| Binary | 1011010 | 1011 | 1111 | 0 | 1011000 | 1010011 | 1000001 | 101100101 | 1001110 | 10100 |
Color Harmonies of #5A0B0F
Complementary color
Monochromatic Colors of #5A0B0F
Black with #5A0B0F
Text Example
Text Example
White with #5A0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B0F; }
p { color: rgb(90,11,15); }
H1.HeaderClassName
{
color: #5A0B0F;
}
.AnyTagClassName
{
color: #5A0B0F;
}
</style>
background-color css
<style>
a { background-color: #5A0B0F; }
a { background-color: rgb(90,11,15); }
div.DivClassName
{
background-color: #5A0B0F;
}
.BgClassName
{
background-color: #5A0B0F;
}
</style>
border-color css
<style>
span { border-color: #5A0B0F; }
span { border-color: rgb(90,11,15); }
td.TdClassName
{
border-color: #5A0B0F;
}
.TagClassName
{
border-color: #5A0B0F;
}
</style>