Shades of Rustic Red #410D17
Tints of Rustic Red #410D17
RGB
CMYK
RGB Variations
Color information
#410D17 (or 0x410D17) is known color: Rustic Red. HEX triplet: 41, 0D and 17. RGB value is (65,13,23). Sum of RGB (Red+Green+Blue) = 65+13+23=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D17 is #BEF2E8. Grayscale: #1D1D1D. Windows color (decimal): -12514025 or 1510721. OLE color: 1510721.
HSL color Cylindrical-coordinate representation of color #410D17: hue angle of 348.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D17 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 23 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.75 |
| HSL | 348.46º | 0.67% | 0.15% | - |
| HSV(B) | 348.46º | 0.8% | 0.25% | - |
| XYZ | 2.48 | 1.47 | 0.96 | - |
| YUV | 29.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 23 | 0 | 0.80 | 0.65 | 0.75 | 348.46 | 0.67 | 0.15 |
| Hex | 41 | D | 17 | 0 | 50 | 41 | 4B | 15C | 43 | F |
| Octal | 101 | 15 | 27 | 0 | 120 | 101 | 113 | 534 | 103 | 17 |
| Binary | 1000001 | 1101 | 10111 | 0 | 1010000 | 1000001 | 1001011 | 101011100 | 1000011 | 1111 |
Color Harmonies of #410D17
Complementary color
Monochromatic Colors of #410D17
Black with #410D17
Text Example
Text Example
White with #410D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D17; }
p { color: rgb(65,13,23); }
H1.HeaderClassName
{
color: #410D17;
}
.AnyTagClassName
{
color: #410D17;
}
</style>
background-color css
<style>
a { background-color: #410D17; }
a { background-color: rgb(65,13,23); }
div.DivClassName
{
background-color: #410D17;
}
.BgClassName
{
background-color: #410D17;
}
</style>
border-color css
<style>
span { border-color: #410D17; }
span { border-color: rgb(65,13,23); }
td.TdClassName
{
border-color: #410D17;
}
.TagClassName
{
border-color: #410D17;
}
</style>