Shades of Burnt Crimson #501A1B
Tints of Burnt Crimson #501A1B
RGB
CMYK
RGB Variations
Color information
#501A1B (or 0x501A1B) is known color: Burnt Crimson. HEX triplet: 50, 1A and 1B. RGB value is (80,26,27). Sum of RGB (Red+Green+Blue) = 80+26+27=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1B is #AFE5E4. Grayscale: #2A2A2A. Windows color (decimal): -11527653 or 1776208. OLE color: 1776208.
HSL color Cylindrical-coordinate representation of color #501A1B: hue angle of 358.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A1B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 27 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.69 |
| HSL | 358.89º | 0.51% | 0.21% | - |
| HSV(B) | 358.89º | 0.68% | 0.31% | - |
| XYZ | 3.88 | 2.52 | 1.32 | - |
| YUV | 42.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 27 | 0 | 0.67 | 0.66 | 0.69 | 358.89 | 0.51 | 0.21 |
| Hex | 50 | 1A | 1B | 0 | 43 | 42 | 45 | 167 | 33 | 15 |
| Octal | 120 | 32 | 33 | 0 | 103 | 102 | 105 | 547 | 63 | 25 |
| Binary | 1010000 | 11010 | 11011 | 0 | 1000011 | 1000010 | 1000101 | 101100111 | 110011 | 10101 |
Color Harmonies of #501A1B
Complementary color
Monochromatic Colors of #501A1B
Black with #501A1B
Text Example
Text Example
White with #501A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A1B; }
p { color: rgb(80,26,27); }
H1.HeaderClassName
{
color: #501A1B;
}
.AnyTagClassName
{
color: #501A1B;
}
</style>
background-color css
<style>
a { background-color: #501A1B; }
a { background-color: rgb(80,26,27); }
div.DivClassName
{
background-color: #501A1B;
}
.BgClassName
{
background-color: #501A1B;
}
</style>
border-color css
<style>
span { border-color: #501A1B; }
span { border-color: rgb(80,26,27); }
td.TdClassName
{
border-color: #501A1B;
}
.TagClassName
{
border-color: #501A1B;
}
</style>