Shades of Burnt Crimson #5A151B
Tints of Burnt Crimson #5A151B
RGB
CMYK
RGB Variations
Color information
#5A151B (or 0x5A151B) is known color: Burnt Crimson. HEX triplet: 5A, 15 and 1B. RGB value is (90,21,27). Sum of RGB (Red+Green+Blue) = 90+21+27=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A151B is #A5EAE4. Grayscale: #2A2A2A. Windows color (decimal): -10873573 or 1774938. OLE color: 1774938.
HSL color Cylindrical-coordinate representation of color #5A151B: hue angle of 354.78º 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 #5A151B is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 27 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.65 |
| HSL | 354.78º | 0.62% | 0.22% | - |
| HSV(B) | 354.78º | 0.77% | 0.35% | - |
| XYZ | 4.68 | 2.79 | 1.33 | - |
| YUV | 42.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 27 | 0 | 0.77 | 0.70 | 0.65 | 354.78 | 0.62 | 0.22 |
| Hex | 5A | 15 | 1B | 0 | 4D | 46 | 41 | 163 | 3E | 16 |
| Octal | 132 | 25 | 33 | 0 | 115 | 106 | 101 | 543 | 76 | 26 |
| Binary | 1011010 | 10101 | 11011 | 0 | 1001101 | 1000110 | 1000001 | 101100011 | 111110 | 10110 |
Color Harmonies of #5A151B
Complementary color
Monochromatic Colors of #5A151B
Black with #5A151B
Text Example
Text Example
White with #5A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A151B; }
p { color: rgb(90,21,27); }
H1.HeaderClassName
{
color: #5A151B;
}
.AnyTagClassName
{
color: #5A151B;
}
</style>
background-color css
<style>
a { background-color: #5A151B; }
a { background-color: rgb(90,21,27); }
div.DivClassName
{
background-color: #5A151B;
}
.BgClassName
{
background-color: #5A151B;
}
</style>
border-color css
<style>
span { border-color: #5A151B; }
span { border-color: rgb(90,21,27); }
td.TdClassName
{
border-color: #5A151B;
}
.TagClassName
{
border-color: #5A151B;
}
</style>