Shades of Burnt Crimson #5A0408
Tints of Burnt Crimson #5A0408
RGB
CMYK
RGB Variations
Color information
#5A0408 (or 0x5A0408) is known color: Burnt Crimson. HEX triplet: 5A, 04 and 08. RGB value is (90,4,8). Sum of RGB (Red+Green+Blue) = 90+4+8=102 (13% of max value = 765). Red value is 90 (35.55% from 255 or 88.24% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0408 is #A5FBF7. Grayscale: #1E1E1E. Windows color (decimal): -10877944 or 525402. OLE color: 525402.
HSL color Cylindrical-coordinate representation of color #5A0408: hue angle of 357.21º 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 #5A0408 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 8 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.65 |
| HSL | 357.21º | 0.91% | 0.18% | - |
| HSV(B) | 357.21º | 0.96% | 0.35% | - |
| XYZ | 4.3 | 2.28 | 0.44 | - |
| YUV | 30.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 8 | 0 | 0.96 | 0.91 | 0.65 | 357.21 | 0.91 | 0.18 |
| Hex | 5A | 4 | 8 | 0 | 60 | 5B | 41 | 165 | 5B | 12 |
| Octal | 132 | 4 | 10 | 0 | 140 | 133 | 101 | 545 | 133 | 22 |
| Binary | 1011010 | 100 | 1000 | 0 | 1100000 | 1011011 | 1000001 | 101100101 | 1011011 | 10010 |
Color Harmonies of #5A0408
Complementary color
Monochromatic Colors of #5A0408
Black with #5A0408
Text Example
Text Example
White with #5A0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0408; }
p { color: rgb(90,4,8); }
H1.HeaderClassName
{
color: #5A0408;
}
.AnyTagClassName
{
color: #5A0408;
}
</style>
background-color css
<style>
a { background-color: #5A0408; }
a { background-color: rgb(90,4,8); }
div.DivClassName
{
background-color: #5A0408;
}
.BgClassName
{
background-color: #5A0408;
}
</style>
border-color css
<style>
span { border-color: #5A0408; }
span { border-color: rgb(90,4,8); }
td.TdClassName
{
border-color: #5A0408;
}
.TagClassName
{
border-color: #5A0408;
}
</style>