Shades of Rustic Red #410014
Tints of Rustic Red #410014
RGB
CMYK
RGB Variations
Color information
#410014 (or 0x410014) is known color: Rustic Red. HEX triplet: 41, 00 and 14. RGB value is (65,0,20). Sum of RGB (Red+Green+Blue) = 65+0+20=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410014 is #BEFFEB. Grayscale: #151515. Windows color (decimal): -12517356 or 1310785. OLE color: 1310785.
HSL color Cylindrical-coordinate representation of color #410014: hue angle of 341.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410014 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.69 | 0.75 |
| HSL | 341.54º | 1% | 0.13% | - |
| HSV(B) | 341.54º | 1% | 0.25% | - |
| XYZ | 2.31 | 1.17 | 0.77 | - |
| YUV | 21.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 20 | 0 | 1 | 0.69 | 0.75 | 341.54 | 1 | 0.13 |
| Hex | 41 | 0 | 14 | 0 | 64 | 45 | 4B | 156 | 64 | D |
| Octal | 101 | 0 | 24 | 0 | 144 | 105 | 113 | 526 | 144 | 15 |
| Binary | 1000001 | 0 | 10100 | 0 | 1100100 | 1000101 | 1001011 | 101010110 | 1100100 | 1101 |
Color Harmonies of #410014
Complementary color
Monochromatic Colors of #410014
Black with #410014
Text Example
Text Example
White with #410014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410014; }
p { color: rgb(65,0,20); }
H1.HeaderClassName
{
color: #410014;
}
.AnyTagClassName
{
color: #410014;
}
</style>
background-color css
<style>
a { background-color: #410014; }
a { background-color: rgb(65,0,20); }
div.DivClassName
{
background-color: #410014;
}
.BgClassName
{
background-color: #410014;
}
</style>
border-color css
<style>
span { border-color: #410014; }
span { border-color: rgb(65,0,20); }
td.TdClassName
{
border-color: #410014;
}
.TagClassName
{
border-color: #410014;
}
</style>