Shades of Rustic Red #411014
Tints of Rustic Red #411014
RGB
CMYK
RGB Variations
Color information
#411014 (or 0x411014) is known color: Rustic Red. HEX triplet: 41, 10 and 14. RGB value is (65,16,20). Sum of RGB (Red+Green+Blue) = 65+16+20=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411014 is #BEEFEB. Grayscale: #1F1F1F. Windows color (decimal): -12513260 or 1314881. OLE color: 1314881.
HSL color Cylindrical-coordinate representation of color #411014: hue angle of 355.1º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411014 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 20 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.75 |
| HSL | 355.1º | 0.6% | 0.16% | - |
| HSV(B) | 355.1º | 0.75% | 0.25% | - |
| XYZ | 2.49 | 1.54 | 0.83 | - |
| YUV | 31.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 20 | 0 | 0.75 | 0.69 | 0.75 | 355.1 | 0.6 | 0.16 |
| Hex | 41 | 10 | 14 | 0 | 4B | 45 | 4B | 163 | 3C | 10 |
| Octal | 101 | 20 | 24 | 0 | 113 | 105 | 113 | 543 | 74 | 20 |
| Binary | 1000001 | 10000 | 10100 | 0 | 1001011 | 1000101 | 1001011 | 101100011 | 111100 | 10000 |
Color Harmonies of #411014
Complementary color
Monochromatic Colors of #411014
Black with #411014
Text Example
Text Example
White with #411014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411014; }
p { color: rgb(65,16,20); }
H1.HeaderClassName
{
color: #411014;
}
.AnyTagClassName
{
color: #411014;
}
</style>
background-color css
<style>
a { background-color: #411014; }
a { background-color: rgb(65,16,20); }
div.DivClassName
{
background-color: #411014;
}
.BgClassName
{
background-color: #411014;
}
</style>
border-color css
<style>
span { border-color: #411014; }
span { border-color: rgb(65,16,20); }
td.TdClassName
{
border-color: #411014;
}
.TagClassName
{
border-color: #411014;
}
</style>