Shades of Rustic Red #410207
Tints of Rustic Red #410207
RGB
CMYK
RGB Variations
Color information
#410207 (or 0x410207) is known color: Rustic Red. HEX triplet: 41, 02 and 07. RGB value is (65,2,7). Sum of RGB (Red+Green+Blue) = 65+2+7=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410207 is #BEFDF8. Grayscale: #151515. Windows color (decimal): -12516857 or 459329. OLE color: 459329.
HSL color Cylindrical-coordinate representation of color #410207: hue angle of 355.24º 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 #410207 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 2 | 7 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.75 |
| HSL | 355.24º | 0.94% | 0.13% | - |
| HSV(B) | 355.24º | 0.97% | 0.25% | - |
| XYZ | 2.24 | 1.18 | 0.31 | - |
| YUV | 21.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 7 | 0 | 0.97 | 0.89 | 0.75 | 355.24 | 0.94 | 0.13 |
| Hex | 41 | 2 | 7 | 0 | 61 | 59 | 4B | 163 | 5E | D |
| Octal | 101 | 2 | 7 | 0 | 141 | 131 | 113 | 543 | 136 | 15 |
| Binary | 1000001 | 10 | 111 | 0 | 1100001 | 1011001 | 1001011 | 101100011 | 1011110 | 1101 |
Color Harmonies of #410207
Complementary color
Monochromatic Colors of #410207
Black with #410207
Text Example
Text Example
White with #410207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410207; }
p { color: rgb(65,2,7); }
H1.HeaderClassName
{
color: #410207;
}
.AnyTagClassName
{
color: #410207;
}
</style>
background-color css
<style>
a { background-color: #410207; }
a { background-color: rgb(65,2,7); }
div.DivClassName
{
background-color: #410207;
}
.BgClassName
{
background-color: #410207;
}
</style>
border-color css
<style>
span { border-color: #410207; }
span { border-color: rgb(65,2,7); }
td.TdClassName
{
border-color: #410207;
}
.TagClassName
{
border-color: #410207;
}
</style>