Shades of Rustic Red #410209
Tints of Rustic Red #410209
RGB
CMYK
RGB Variations
Color information
#410209 (or 0x410209) is known color: Rustic Red. HEX triplet: 41, 02 and 09. RGB value is (65,2,9). Sum of RGB (Red+Green+Blue) = 65+2+9=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410209 is #BEFDF6. Grayscale: #151515. Windows color (decimal): -12516855 or 590401. OLE color: 590401.
HSL color Cylindrical-coordinate representation of color #410209: hue angle of 353.33º 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 #410209 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 9 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.75 |
| HSL | 353.33º | 0.94% | 0.13% | - |
| HSV(B) | 353.33º | 0.97% | 0.25% | - |
| XYZ | 2.25 | 1.19 | 0.37 | - |
| YUV | 21.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 9 | 0 | 0.97 | 0.86 | 0.75 | 353.33 | 0.94 | 0.13 |
| Hex | 41 | 2 | 9 | 0 | 61 | 56 | 4B | 161 | 5E | D |
| Octal | 101 | 2 | 11 | 0 | 141 | 126 | 113 | 541 | 136 | 15 |
| Binary | 1000001 | 10 | 1001 | 0 | 1100001 | 1010110 | 1001011 | 101100001 | 1011110 | 1101 |
Color Harmonies of #410209
Complementary color
Monochromatic Colors of #410209
Black with #410209
Text Example
Text Example
White with #410209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410209; }
p { color: rgb(65,2,9); }
H1.HeaderClassName
{
color: #410209;
}
.AnyTagClassName
{
color: #410209;
}
</style>
background-color css
<style>
a { background-color: #410209; }
a { background-color: rgb(65,2,9); }
div.DivClassName
{
background-color: #410209;
}
.BgClassName
{
background-color: #410209;
}
</style>
border-color css
<style>
span { border-color: #410209; }
span { border-color: rgb(65,2,9); }
td.TdClassName
{
border-color: #410209;
}
.TagClassName
{
border-color: #410209;
}
</style>