Shades of Burnt Crimson #501516
Tints of Burnt Crimson #501516
RGB
CMYK
RGB Variations
Color information
#501516 (or 0x501516) is known color: Burnt Crimson. HEX triplet: 50, 15 and 16. RGB value is (80,21,22). Sum of RGB (Red+Green+Blue) = 80+21+22=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501516 is #AFEAE9. Grayscale: #262626. Windows color (decimal): -11528938 or 1447248. OLE color: 1447248.
HSL color Cylindrical-coordinate representation of color #501516: hue angle of 358.98º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501516 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 22 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.69 |
| HSL | 358.98º | 0.58% | 0.2% | - |
| HSV(B) | 358.98º | 0.74% | 0.31% | - |
| XYZ | 3.72 | 2.3 | 1.01 | - |
| YUV | 38.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 22 | 0 | 0.74 | 0.72 | 0.69 | 358.98 | 0.58 | 0.2 |
| Hex | 50 | 15 | 16 | 0 | 4A | 48 | 45 | 167 | 3A | 14 |
| Octal | 120 | 25 | 26 | 0 | 112 | 110 | 105 | 547 | 72 | 24 |
| Binary | 1010000 | 10101 | 10110 | 0 | 1001010 | 1001000 | 1000101 | 101100111 | 111010 | 10100 |
Color Harmonies of #501516
Complementary color
Monochromatic Colors of #501516
Black with #501516
Text Example
Text Example
White with #501516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501516; }
p { color: rgb(80,21,22); }
H1.HeaderClassName
{
color: #501516;
}
.AnyTagClassName
{
color: #501516;
}
</style>
background-color css
<style>
a { background-color: #501516; }
a { background-color: rgb(80,21,22); }
div.DivClassName
{
background-color: #501516;
}
.BgClassName
{
background-color: #501516;
}
</style>
border-color css
<style>
span { border-color: #501516; }
span { border-color: rgb(80,21,22); }
td.TdClassName
{
border-color: #501516;
}
.TagClassName
{
border-color: #501516;
}
</style>