Shades of Rustic Red #410410
Tints of Rustic Red #410410
RGB
CMYK
RGB Variations
Color information
#410410 (or 0x410410) is known color: Rustic Red. HEX triplet: 41, 04 and 10. RGB value is (65,4,16). Sum of RGB (Red+Green+Blue) = 65+4+16=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410410 is #BEFBEF. Grayscale: #171717. Windows color (decimal): -12516336 or 1049665. OLE color: 1049665.
HSL color Cylindrical-coordinate representation of color #410410: hue angle of 348.2º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410410 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 4 | 16 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.75 |
| HSL | 348.2º | 0.88% | 0.14% | - |
| HSV(B) | 348.2º | 0.94% | 0.25% | - |
| XYZ | 2.32 | 1.25 | 0.61 | - |
| YUV | 23.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 16 | 0 | 0.94 | 0.75 | 0.75 | 348.2 | 0.88 | 0.14 |
| Hex | 41 | 4 | 10 | 0 | 5E | 4B | 4B | 15C | 58 | E |
| Octal | 101 | 4 | 20 | 0 | 136 | 113 | 113 | 534 | 130 | 16 |
| Binary | 1000001 | 100 | 10000 | 0 | 1011110 | 1001011 | 1001011 | 101011100 | 1011000 | 1110 |
Color Harmonies of #410410
Complementary color
Monochromatic Colors of #410410
Black with #410410
Text Example
Text Example
White with #410410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410410; }
p { color: rgb(65,4,16); }
H1.HeaderClassName
{
color: #410410;
}
.AnyTagClassName
{
color: #410410;
}
</style>
background-color css
<style>
a { background-color: #410410; }
a { background-color: rgb(65,4,16); }
div.DivClassName
{
background-color: #410410;
}
.BgClassName
{
background-color: #410410;
}
</style>
border-color css
<style>
span { border-color: #410410; }
span { border-color: rgb(65,4,16); }
td.TdClassName
{
border-color: #410410;
}
.TagClassName
{
border-color: #410410;
}
</style>