Shades of Rustic Red #410016
Tints of Rustic Red #410016
RGB
CMYK
RGB Variations
Color information
#410016 (or 0x410016) is known color: Rustic Red. HEX triplet: 41, 00 and 16. RGB value is (65,0,22). Sum of RGB (Red+Green+Blue) = 65+0+22=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410016 is #BEFFE9. Grayscale: #151515. Windows color (decimal): -12517354 or 1441857. OLE color: 1441857.
HSL color Cylindrical-coordinate representation of color #410016: hue angle of 339.69º 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 #410016 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.66 | 0.75 |
| HSL | 339.69º | 1% | 0.13% | - |
| HSV(B) | 339.69º | 1% | 0.25% | - |
| XYZ | 2.32 | 1.18 | 0.86 | - |
| YUV | 21.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 22 | 0 | 1 | 0.66 | 0.75 | 339.69 | 1 | 0.13 |
| Hex | 41 | 0 | 16 | 0 | 64 | 42 | 4B | 154 | 64 | D |
| Octal | 101 | 0 | 26 | 0 | 144 | 102 | 113 | 524 | 144 | 15 |
| Binary | 1000001 | 0 | 10110 | 0 | 1100100 | 1000010 | 1001011 | 101010100 | 1100100 | 1101 |
Color Harmonies of #410016
Complementary color
Monochromatic Colors of #410016
Black with #410016
Text Example
Text Example
White with #410016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410016; }
p { color: rgb(65,0,22); }
H1.HeaderClassName
{
color: #410016;
}
.AnyTagClassName
{
color: #410016;
}
</style>
background-color css
<style>
a { background-color: #410016; }
a { background-color: rgb(65,0,22); }
div.DivClassName
{
background-color: #410016;
}
.BgClassName
{
background-color: #410016;
}
</style>
border-color css
<style>
span { border-color: #410016; }
span { border-color: rgb(65,0,22); }
td.TdClassName
{
border-color: #410016;
}
.TagClassName
{
border-color: #410016;
}
</style>