Shades of Rustic Red #410D11
Tints of Rustic Red #410D11
RGB
CMYK
RGB Variations
Color information
#410D11 (or 0x410D11) is known color: Rustic Red. HEX triplet: 41, 0D and 11. RGB value is (65,13,17). Sum of RGB (Red+Green+Blue) = 65+13+17=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D11 is #BEF2EE. Grayscale: #1D1D1D. Windows color (decimal): -12514031 or 1117505. OLE color: 1117505.
HSL color Cylindrical-coordinate representation of color #410D11: hue angle of 355.38º 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 #410D11 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 17 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.75 |
| HSL | 355.38º | 0.67% | 0.15% | - |
| HSV(B) | 355.38º | 0.8% | 0.25% | - |
| XYZ | 2.43 | 1.45 | 0.68 | - |
| YUV | 29 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 17 | 0 | 0.80 | 0.74 | 0.75 | 355.38 | 0.67 | 0.15 |
| Hex | 41 | D | 11 | 0 | 50 | 4A | 4B | 163 | 43 | F |
| Octal | 101 | 15 | 21 | 0 | 120 | 112 | 113 | 543 | 103 | 17 |
| Binary | 1000001 | 1101 | 10001 | 0 | 1010000 | 1001010 | 1001011 | 101100011 | 1000011 | 1111 |
Color Harmonies of #410D11
Complementary color
Monochromatic Colors of #410D11
Black with #410D11
Text Example
Text Example
White with #410D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D11; }
p { color: rgb(65,13,17); }
H1.HeaderClassName
{
color: #410D11;
}
.AnyTagClassName
{
color: #410D11;
}
</style>
background-color css
<style>
a { background-color: #410D11; }
a { background-color: rgb(65,13,17); }
div.DivClassName
{
background-color: #410D11;
}
.BgClassName
{
background-color: #410D11;
}
</style>
border-color css
<style>
span { border-color: #410D11; }
span { border-color: rgb(65,13,17); }
td.TdClassName
{
border-color: #410D11;
}
.TagClassName
{
border-color: #410D11;
}
</style>