Shades of Rustic Red #410205
Tints of Rustic Red #410205
RGB
CMYK
RGB Variations
Color information
#410205 (or 0x410205) is known color: Rustic Red. HEX triplet: 41, 02 and 05. RGB value is (65,2,5). Sum of RGB (Red+Green+Blue) = 65+2+5=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410205 is #BEFDFA. Grayscale: #151515. Windows color (decimal): -12516859 or 328257. OLE color: 328257.
HSL color Cylindrical-coordinate representation of color #410205: hue angle of 357.14º 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 #410205 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.75 |
| HSL | 357.14º | 0.94% | 0.13% | - |
| HSV(B) | 357.14º | 0.97% | 0.25% | - |
| XYZ | 2.23 | 1.18 | 0.25 | - |
| YUV | 21.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 5 | 0 | 0.97 | 0.92 | 0.75 | 357.14 | 0.94 | 0.13 |
| Hex | 41 | 2 | 5 | 0 | 61 | 5C | 4B | 165 | 5E | D |
| Octal | 101 | 2 | 5 | 0 | 141 | 134 | 113 | 545 | 136 | 15 |
| Binary | 1000001 | 10 | 101 | 0 | 1100001 | 1011100 | 1001011 | 101100101 | 1011110 | 1101 |
Color Harmonies of #410205
Complementary color
Monochromatic Colors of #410205
Black with #410205
Text Example
Text Example
White with #410205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410205; }
p { color: rgb(65,2,5); }
H1.HeaderClassName
{
color: #410205;
}
.AnyTagClassName
{
color: #410205;
}
</style>
background-color css
<style>
a { background-color: #410205; }
a { background-color: rgb(65,2,5); }
div.DivClassName
{
background-color: #410205;
}
.BgClassName
{
background-color: #410205;
}
</style>
border-color css
<style>
span { border-color: #410205; }
span { border-color: rgb(65,2,5); }
td.TdClassName
{
border-color: #410205;
}
.TagClassName
{
border-color: #410205;
}
</style>