Shades of Burnt Crimson #5A0D0E
Tints of Burnt Crimson #5A0D0E
RGB
CMYK
RGB Variations
Color information
#5A0D0E (or 0x5A0D0E) is known color: Burnt Crimson. HEX triplet: 5A, 0D and 0E. RGB value is (90,13,14). Sum of RGB (Red+Green+Blue) = 90+13+14=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0D0E is #A5F2F1. Grayscale: #242424. Windows color (decimal): -10875634 or 920922. OLE color: 920922.
HSL color Cylindrical-coordinate representation of color #5A0D0E: hue angle of 359.22º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D0E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 14 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.65 |
| HSL | 359.22º | 0.75% | 0.2% | - |
| HSV(B) | 359.22º | 0.86% | 0.35% | - |
| XYZ | 4.44 | 2.49 | 0.66 | - |
| YUV | 36.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 14 | 0 | 0.86 | 0.84 | 0.65 | 359.22 | 0.75 | 0.2 |
| Hex | 5A | D | E | 0 | 56 | 54 | 41 | 167 | 4B | 14 |
| Octal | 132 | 15 | 16 | 0 | 126 | 124 | 101 | 547 | 113 | 24 |
| Binary | 1011010 | 1101 | 1110 | 0 | 1010110 | 1010100 | 1000001 | 101100111 | 1001011 | 10100 |
Color Harmonies of #5A0D0E
Complementary color
Monochromatic Colors of #5A0D0E
Black with #5A0D0E
Text Example
Text Example
White with #5A0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D0E; }
p { color: rgb(90,13,14); }
H1.HeaderClassName
{
color: #5A0D0E;
}
.AnyTagClassName
{
color: #5A0D0E;
}
</style>
background-color css
<style>
a { background-color: #5A0D0E; }
a { background-color: rgb(90,13,14); }
div.DivClassName
{
background-color: #5A0D0E;
}
.BgClassName
{
background-color: #5A0D0E;
}
</style>
border-color css
<style>
span { border-color: #5A0D0E; }
span { border-color: rgb(90,13,14); }
td.TdClassName
{
border-color: #5A0D0E;
}
.TagClassName
{
border-color: #5A0D0E;
}
</style>