Shades of Rustic Red #410211
Tints of Rustic Red #410211
RGB
CMYK
RGB Variations
Color information
#410211 (or 0x410211) is known color: Rustic Red. HEX triplet: 41, 02 and 11. RGB value is (65,2,17). Sum of RGB (Red+Green+Blue) = 65+2+17=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #410211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410211 is #BEFDEE. Grayscale: #161616. Windows color (decimal): -12516847 or 1114689. OLE color: 1114689.
HSL color Cylindrical-coordinate representation of color #410211: hue angle of 345.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410211 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 17 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.75 |
| HSL | 345.71º | 0.94% | 0.13% | - |
| HSV(B) | 345.71º | 0.97% | 0.25% | - |
| XYZ | 2.3 | 1.21 | 0.64 | - |
| YUV | 22.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 17 | 0 | 0.97 | 0.74 | 0.75 | 345.71 | 0.94 | 0.13 |
| Hex | 41 | 2 | 11 | 0 | 61 | 4A | 4B | 15A | 5E | D |
| Octal | 101 | 2 | 21 | 0 | 141 | 112 | 113 | 532 | 136 | 15 |
| Binary | 1000001 | 10 | 10001 | 0 | 1100001 | 1001010 | 1001011 | 101011010 | 1011110 | 1101 |
Color Harmonies of #410211
Complementary color
Monochromatic Colors of #410211
Black with #410211
Text Example
Text Example
White with #410211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410211; }
p { color: rgb(65,2,17); }
H1.HeaderClassName
{
color: #410211;
}
.AnyTagClassName
{
color: #410211;
}
</style>
background-color css
<style>
a { background-color: #410211; }
a { background-color: rgb(65,2,17); }
div.DivClassName
{
background-color: #410211;
}
.BgClassName
{
background-color: #410211;
}
</style>
border-color css
<style>
span { border-color: #410211; }
span { border-color: rgb(65,2,17); }
td.TdClassName
{
border-color: #410211;
}
.TagClassName
{
border-color: #410211;
}
</style>