Shades of Rustic Red #410104
Tints of Rustic Red #410104
RGB
CMYK
RGB Variations
Color information
#410104 (or 0x410104) is known color: Rustic Red. HEX triplet: 41, 01 and 04. RGB value is (65,1,4). Sum of RGB (Red+Green+Blue) = 65+1+4=70 (9% of max value = 765). Red value is 65 (25.78% from 255 or 92.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 65 - color contains mainly: red. Hex color #410104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410104 is #BEFEFB. Grayscale: #141414. Windows color (decimal): -12517116 or 262465. OLE color: 262465.
HSL color Cylindrical-coordinate representation of color #410104: hue angle of 357.19º 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 #410104 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 1 | 4 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.75 |
| HSL | 357.19º | 0.97% | 0.13% | - |
| HSV(B) | 357.19º | 0.98% | 0.25% | - |
| XYZ | 2.21 | 1.15 | 0.22 | - |
| YUV | 20.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 4 | 0 | 0.98 | 0.94 | 0.75 | 357.19 | 0.97 | 0.13 |
| Hex | 41 | 1 | 4 | 0 | 62 | 5E | 4B | 165 | 61 | D |
| Octal | 101 | 1 | 4 | 0 | 142 | 136 | 113 | 545 | 141 | 15 |
| Binary | 1000001 | 1 | 100 | 0 | 1100010 | 1011110 | 1001011 | 101100101 | 1100001 | 1101 |
Color Harmonies of #410104
Complementary color
Monochromatic Colors of #410104
Black with #410104
Text Example
Text Example
White with #410104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410104; }
p { color: rgb(65,1,4); }
H1.HeaderClassName
{
color: #410104;
}
.AnyTagClassName
{
color: #410104;
}
</style>
background-color css
<style>
a { background-color: #410104; }
a { background-color: rgb(65,1,4); }
div.DivClassName
{
background-color: #410104;
}
.BgClassName
{
background-color: #410104;
}
</style>
border-color css
<style>
span { border-color: #410104; }
span { border-color: rgb(65,1,4); }
td.TdClassName
{
border-color: #410104;
}
.TagClassName
{
border-color: #410104;
}
</style>