Shades of Burnt Crimson #5A0406
Tints of Burnt Crimson #5A0406
RGB
CMYK
RGB Variations
Color information
#5A0406 (or 0x5A0406) is known color: Burnt Crimson. HEX triplet: 5A, 04 and 06. RGB value is (90,4,6). Sum of RGB (Red+Green+Blue) = 90+4+6=100 (13% of max value = 765). Red value is 90 (35.55% from 255 or 90% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0406 is #A5FBF9. Grayscale: #1E1E1E. Windows color (decimal): -10877946 or 394330. OLE color: 394330.
HSL color Cylindrical-coordinate representation of color #5A0406: hue angle of 358.6º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0406 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 6 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.65 |
| HSL | 358.6º | 0.91% | 0.18% | - |
| HSV(B) | 358.6º | 0.96% | 0.35% | - |
| XYZ | 4.29 | 2.27 | 0.38 | - |
| YUV | 29.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 6 | 0 | 0.96 | 0.93 | 0.65 | 358.6 | 0.91 | 0.18 |
| Hex | 5A | 4 | 6 | 0 | 60 | 5D | 41 | 167 | 5B | 12 |
| Octal | 132 | 4 | 6 | 0 | 140 | 135 | 101 | 547 | 133 | 22 |
| Binary | 1011010 | 100 | 110 | 0 | 1100000 | 1011101 | 1000001 | 101100111 | 1011011 | 10010 |
Color Harmonies of #5A0406
Complementary color
Monochromatic Colors of #5A0406
Black with #5A0406
Text Example
Text Example
White with #5A0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0406; }
p { color: rgb(90,4,6); }
H1.HeaderClassName
{
color: #5A0406;
}
.AnyTagClassName
{
color: #5A0406;
}
</style>
background-color css
<style>
a { background-color: #5A0406; }
a { background-color: rgb(90,4,6); }
div.DivClassName
{
background-color: #5A0406;
}
.BgClassName
{
background-color: #5A0406;
}
</style>
border-color css
<style>
span { border-color: #5A0406; }
span { border-color: rgb(90,4,6); }
td.TdClassName
{
border-color: #5A0406;
}
.TagClassName
{
border-color: #5A0406;
}
</style>