Shades of Rustic Red #410A16
Tints of Rustic Red #410A16
RGB
CMYK
RGB Variations
Color information
#410A16 (or 0x410A16) is known color: Rustic Red. HEX triplet: 41, 0A and 16. RGB value is (65,10,22). Sum of RGB (Red+Green+Blue) = 65+10+22=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A16 is #BEF5E9. Grayscale: #1B1B1B. Windows color (decimal): -12514794 or 1444417. OLE color: 1444417.
HSL color Cylindrical-coordinate representation of color #410A16: hue angle of 346.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A16 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 22 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.75 |
| HSL | 346.91º | 0.73% | 0.15% | - |
| HSV(B) | 346.91º | 0.85% | 0.25% | - |
| XYZ | 2.43 | 1.4 | 0.9 | - |
| YUV | 27.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 22 | 0 | 0.85 | 0.66 | 0.75 | 346.91 | 0.73 | 0.15 |
| Hex | 41 | A | 16 | 0 | 55 | 42 | 4B | 15B | 49 | F |
| Octal | 101 | 12 | 26 | 0 | 125 | 102 | 113 | 533 | 111 | 17 |
| Binary | 1000001 | 1010 | 10110 | 0 | 1010101 | 1000010 | 1001011 | 101011011 | 1001001 | 1111 |
Color Harmonies of #410A16
Complementary color
Monochromatic Colors of #410A16
Black with #410A16
Text Example
Text Example
White with #410A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A16; }
p { color: rgb(65,10,22); }
H1.HeaderClassName
{
color: #410A16;
}
.AnyTagClassName
{
color: #410A16;
}
</style>
background-color css
<style>
a { background-color: #410A16; }
a { background-color: rgb(65,10,22); }
div.DivClassName
{
background-color: #410A16;
}
.BgClassName
{
background-color: #410A16;
}
</style>
border-color css
<style>
span { border-color: #410A16; }
span { border-color: rgb(65,10,22); }
td.TdClassName
{
border-color: #410A16;
}
.TagClassName
{
border-color: #410A16;
}
</style>