Shades of Burnt Crimson #50181A
Tints of Burnt Crimson #50181A
RGB
CMYK
RGB Variations
Color information
#50181A (or 0x50181A) is known color: Burnt Crimson. HEX triplet: 50, 18 and 1A. RGB value is (80,24,26). Sum of RGB (Red+Green+Blue) = 80+24+26=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181A is #AFE7E5. Grayscale: #292929. Windows color (decimal): -11528166 or 1710160. OLE color: 1710160.
HSL color Cylindrical-coordinate representation of color #50181A: hue angle of 357.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50181A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 26 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.69 |
| HSL | 357.86º | 0.54% | 0.2% | - |
| HSV(B) | 357.86º | 0.7% | 0.31% | - |
| XYZ | 3.82 | 2.43 | 1.25 | - |
| YUV | 40.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 26 | 0 | 0.70 | 0.67 | 0.69 | 357.86 | 0.54 | 0.2 |
| Hex | 50 | 18 | 1A | 0 | 46 | 43 | 45 | 166 | 36 | 14 |
| Octal | 120 | 30 | 32 | 0 | 106 | 103 | 105 | 546 | 66 | 24 |
| Binary | 1010000 | 11000 | 11010 | 0 | 1000110 | 1000011 | 1000101 | 101100110 | 110110 | 10100 |
Color Harmonies of #50181A
Complementary color
Monochromatic Colors of #50181A
Black with #50181A
Text Example
Text Example
White with #50181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50181A; }
p { color: rgb(80,24,26); }
H1.HeaderClassName
{
color: #50181A;
}
.AnyTagClassName
{
color: #50181A;
}
</style>
background-color css
<style>
a { background-color: #50181A; }
a { background-color: rgb(80,24,26); }
div.DivClassName
{
background-color: #50181A;
}
.BgClassName
{
background-color: #50181A;
}
</style>
border-color css
<style>
span { border-color: #50181A; }
span { border-color: rgb(80,24,26); }
td.TdClassName
{
border-color: #50181A;
}
.TagClassName
{
border-color: #50181A;
}
</style>