Shades of Rustic Red #50010C
Tints of Rustic Red #50010C
RGB
CMYK
RGB Variations
Color information
#50010C (or 0x50010C) is known color: Rustic Red. HEX triplet: 50, 01 and 0C. RGB value is (80,1,12). Sum of RGB (Red+Green+Blue) = 80+1+12=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #50010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50010C is #AFFEF3. Grayscale: #191919. Windows color (decimal): -11534068 or 786768. OLE color: 786768.
HSL color Cylindrical-coordinate representation of color #50010C: hue angle of 351.65º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50010C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.69 |
| HSL | 351.65º | 0.98% | 0.16% | - |
| HSV(B) | 351.65º | 0.99% | 0.31% | - |
| XYZ | 3.39 | 1.75 | 0.51 | - |
| YUV | 25.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 12 | 0 | 0.99 | 0.85 | 0.69 | 351.65 | 0.98 | 0.16 |
| Hex | 50 | 1 | C | 0 | 63 | 55 | 45 | 160 | 62 | 10 |
| Octal | 120 | 1 | 14 | 0 | 143 | 125 | 105 | 540 | 142 | 20 |
| Binary | 1010000 | 1 | 1100 | 0 | 1100011 | 1010101 | 1000101 | 101100000 | 1100010 | 10000 |
Color Harmonies of #50010C
Complementary color
Monochromatic Colors of #50010C
Black with #50010C
Text Example
Text Example
White with #50010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50010C; }
p { color: rgb(80,1,12); }
H1.HeaderClassName
{
color: #50010C;
}
.AnyTagClassName
{
color: #50010C;
}
</style>
background-color css
<style>
a { background-color: #50010C; }
a { background-color: rgb(80,1,12); }
div.DivClassName
{
background-color: #50010C;
}
.BgClassName
{
background-color: #50010C;
}
</style>
border-color css
<style>
span { border-color: #50010C; }
span { border-color: rgb(80,1,12); }
td.TdClassName
{
border-color: #50010C;
}
.TagClassName
{
border-color: #50010C;
}
</style>