Shades of Burnt Crimson #501A1C
Tints of Burnt Crimson #501A1C
RGB
CMYK
RGB Variations
Color information
#501A1C (or 0x501A1C) is known color: Burnt Crimson. HEX triplet: 50, 1A and 1C. RGB value is (80,26,28). Sum of RGB (Red+Green+Blue) = 80+26+28=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1C is #AFE5E3. Grayscale: #2A2A2A. Windows color (decimal): -11527652 or 1841744. OLE color: 1841744.
HSL color Cylindrical-coordinate representation of color #501A1C: hue angle of 357.78º 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 #501A1C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 28 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.69 |
| HSL | 357.78º | 0.51% | 0.21% | - |
| HSV(B) | 357.78º | 0.68% | 0.31% | - |
| XYZ | 3.89 | 2.53 | 1.38 | - |
| YUV | 42.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 28 | 0 | 0.67 | 0.65 | 0.69 | 357.78 | 0.51 | 0.21 |
| Hex | 50 | 1A | 1C | 0 | 43 | 41 | 45 | 166 | 33 | 15 |
| Octal | 120 | 32 | 34 | 0 | 103 | 101 | 105 | 546 | 63 | 25 |
| Binary | 1010000 | 11010 | 11100 | 0 | 1000011 | 1000001 | 1000101 | 101100110 | 110011 | 10101 |
Color Harmonies of #501A1C
Complementary color
Monochromatic Colors of #501A1C
Black with #501A1C
Text Example
Text Example
White with #501A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A1C; }
p { color: rgb(80,26,28); }
H1.HeaderClassName
{
color: #501A1C;
}
.AnyTagClassName
{
color: #501A1C;
}
</style>
background-color css
<style>
a { background-color: #501A1C; }
a { background-color: rgb(80,26,28); }
div.DivClassName
{
background-color: #501A1C;
}
.BgClassName
{
background-color: #501A1C;
}
</style>
border-color css
<style>
span { border-color: #501A1C; }
span { border-color: rgb(80,26,28); }
td.TdClassName
{
border-color: #501A1C;
}
.TagClassName
{
border-color: #501A1C;
}
</style>