Shades of Rustic Red #410005
Tints of Rustic Red #410005
RGB
CMYK
RGB Variations
Color information
#410005 (or 0x410005) is known color: Rustic Red. HEX triplet: 41, 00 and 05. RGB value is (65,0,5). Sum of RGB (Red+Green+Blue) = 65+0+5=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410005 is #BEFFFA. Grayscale: #141414. Windows color (decimal): -12517371 or 327745. OLE color: 327745.
HSL color Cylindrical-coordinate representation of color #410005: hue angle of 355.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410005 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.92 | 0.75 |
| HSL | 355.38º | 1% | 0.13% | - |
| HSV(B) | 355.38º | 1% | 0.25% | - |
| XYZ | 2.21 | 1.13 | 0.25 | - |
| YUV | 20.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 5 | 0 | 1 | 0.92 | 0.75 | 355.38 | 1 | 0.13 |
| Hex | 41 | 0 | 5 | 0 | 64 | 5C | 4B | 163 | 64 | D |
| Octal | 101 | 0 | 5 | 0 | 144 | 134 | 113 | 543 | 144 | 15 |
| Binary | 1000001 | 0 | 101 | 0 | 1100100 | 1011100 | 1001011 | 101100011 | 1100100 | 1101 |
Color Harmonies of #410005
Complementary color
Monochromatic Colors of #410005
Black with #410005
Text Example
Text Example
White with #410005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410005; }
p { color: rgb(65,0,5); }
H1.HeaderClassName
{
color: #410005;
}
.AnyTagClassName
{
color: #410005;
}
</style>
background-color css
<style>
a { background-color: #410005; }
a { background-color: rgb(65,0,5); }
div.DivClassName
{
background-color: #410005;
}
.BgClassName
{
background-color: #410005;
}
</style>
border-color css
<style>
span { border-color: #410005; }
span { border-color: rgb(65,0,5); }
td.TdClassName
{
border-color: #410005;
}
.TagClassName
{
border-color: #410005;
}
</style>