Shades of Burnt Crimson #5A151A
Tints of Burnt Crimson #5A151A
RGB
CMYK
RGB Variations
Color information
#5A151A (or 0x5A151A) is known color: Burnt Crimson. HEX triplet: 5A, 15 and 1A. RGB value is (90,21,26). Sum of RGB (Red+Green+Blue) = 90+21+26=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A151A is #A5EAE5. Grayscale: #2A2A2A. Windows color (decimal): -10873574 or 1709402. OLE color: 1709402.
HSL color Cylindrical-coordinate representation of color #5A151A: hue angle of 355.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A151A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 26 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.65 |
| HSL | 355.65º | 0.62% | 0.22% | - |
| HSV(B) | 355.65º | 0.77% | 0.35% | - |
| XYZ | 4.67 | 2.78 | 1.27 | - |
| YUV | 42.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 26 | 0 | 0.77 | 0.71 | 0.65 | 355.65 | 0.62 | 0.22 |
| Hex | 5A | 15 | 1A | 0 | 4D | 47 | 41 | 164 | 3E | 16 |
| Octal | 132 | 25 | 32 | 0 | 115 | 107 | 101 | 544 | 76 | 26 |
| Binary | 1011010 | 10101 | 11010 | 0 | 1001101 | 1000111 | 1000001 | 101100100 | 111110 | 10110 |
Color Harmonies of #5A151A
Complementary color
Monochromatic Colors of #5A151A
Black with #5A151A
Text Example
Text Example
White with #5A151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A151A; }
p { color: rgb(90,21,26); }
H1.HeaderClassName
{
color: #5A151A;
}
.AnyTagClassName
{
color: #5A151A;
}
</style>
background-color css
<style>
a { background-color: #5A151A; }
a { background-color: rgb(90,21,26); }
div.DivClassName
{
background-color: #5A151A;
}
.BgClassName
{
background-color: #5A151A;
}
</style>
border-color css
<style>
span { border-color: #5A151A; }
span { border-color: rgb(90,21,26); }
td.TdClassName
{
border-color: #5A151A;
}
.TagClassName
{
border-color: #5A151A;
}
</style>