Shades of Rustic Red #410109
Tints of Rustic Red #410109
RGB
CMYK
RGB Variations
Color information
#410109 (or 0x410109) is known color: Rustic Red. HEX triplet: 41, 01 and 09. RGB value is (65,1,9). Sum of RGB (Red+Green+Blue) = 65+1+9=75 (9% of max value = 765). Red value is 65 (25.78% from 255 or 86.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 65 - color contains mainly: red. Hex color #410109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410109 is #BEFEF6. Grayscale: #151515. Windows color (decimal): -12517111 or 590145. OLE color: 590145.
HSL color Cylindrical-coordinate representation of color #410109: hue angle of 352.5º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410109 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 9 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.75 |
| HSL | 352.5º | 0.97% | 0.13% | - |
| HSV(B) | 352.5º | 0.98% | 0.25% | - |
| XYZ | 2.24 | 1.17 | 0.37 | - |
| YUV | 21.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 9 | 0 | 0.98 | 0.86 | 0.75 | 352.5 | 0.97 | 0.13 |
| Hex | 41 | 1 | 9 | 0 | 62 | 56 | 4B | 160 | 61 | D |
| Octal | 101 | 1 | 11 | 0 | 142 | 126 | 113 | 540 | 141 | 15 |
| Binary | 1000001 | 1 | 1001 | 0 | 1100010 | 1010110 | 1001011 | 101100000 | 1100001 | 1101 |
Color Harmonies of #410109
Complementary color
Monochromatic Colors of #410109
Black with #410109
Text Example
Text Example
White with #410109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410109; }
p { color: rgb(65,1,9); }
H1.HeaderClassName
{
color: #410109;
}
.AnyTagClassName
{
color: #410109;
}
</style>
background-color css
<style>
a { background-color: #410109; }
a { background-color: rgb(65,1,9); }
div.DivClassName
{
background-color: #410109;
}
.BgClassName
{
background-color: #410109;
}
</style>
border-color css
<style>
span { border-color: #410109; }
span { border-color: rgb(65,1,9); }
td.TdClassName
{
border-color: #410109;
}
.TagClassName
{
border-color: #410109;
}
</style>