Shades of Rustic Red #410506
Tints of Rustic Red #410506
RGB
CMYK
RGB Variations
Color information
#410506 (or 0x410506) is known color: Rustic Red. HEX triplet: 41, 05 and 06. RGB value is (65,5,6). Sum of RGB (Red+Green+Blue) = 65+5+6=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410506 is #BEFAF9. Grayscale: #171717. Windows color (decimal): -12516090 or 394561. OLE color: 394561.
HSL color Cylindrical-coordinate representation of color #410506: hue angle of 359º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410506 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 6 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.75 |
| HSL | 359º | 0.86% | 0.14% | - |
| HSV(B) | 359º | 0.92% | 0.25% | - |
| XYZ | 2.27 | 1.25 | 0.29 | - |
| YUV | 23.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 6 | 0 | 0.92 | 0.91 | 0.75 | 359 | 0.86 | 0.14 |
| Hex | 41 | 5 | 6 | 0 | 5C | 5B | 4B | 167 | 56 | E |
| Octal | 101 | 5 | 6 | 0 | 134 | 133 | 113 | 547 | 126 | 16 |
| Binary | 1000001 | 101 | 110 | 0 | 1011100 | 1011011 | 1001011 | 101100111 | 1010110 | 1110 |
Color Harmonies of #410506
Complementary color
Monochromatic Colors of #410506
Black with #410506
Text Example
Text Example
White with #410506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410506; }
p { color: rgb(65,5,6); }
H1.HeaderClassName
{
color: #410506;
}
.AnyTagClassName
{
color: #410506;
}
</style>
background-color css
<style>
a { background-color: #410506; }
a { background-color: rgb(65,5,6); }
div.DivClassName
{
background-color: #410506;
}
.BgClassName
{
background-color: #410506;
}
</style>
border-color css
<style>
span { border-color: #410506; }
span { border-color: rgb(65,5,6); }
td.TdClassName
{
border-color: #410506;
}
.TagClassName
{
border-color: #410506;
}
</style>