Shades of Rustic Red #410F14
Tints of Rustic Red #410F14
RGB
CMYK
RGB Variations
Color information
#410F14 (or 0x410F14) is known color: Rustic Red. HEX triplet: 41, 0F and 14. RGB value is (65,15,20). Sum of RGB (Red+Green+Blue) = 65+15+20=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F14 is #BEF0EB. Grayscale: #1E1E1E. Windows color (decimal): -12513516 or 1314625. OLE color: 1314625.
HSL color Cylindrical-coordinate representation of color #410F14: hue angle of 354º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F14 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 20 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.75 |
| HSL | 354º | 0.63% | 0.16% | - |
| HSV(B) | 354º | 0.77% | 0.25% | - |
| XYZ | 2.48 | 1.52 | 0.82 | - |
| YUV | 30.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 20 | 0 | 0.77 | 0.69 | 0.75 | 354 | 0.63 | 0.16 |
| Hex | 41 | F | 14 | 0 | 4D | 45 | 4B | 162 | 3E | 10 |
| Octal | 101 | 17 | 24 | 0 | 115 | 105 | 113 | 542 | 76 | 20 |
| Binary | 1000001 | 1111 | 10100 | 0 | 1001101 | 1000101 | 1001011 | 101100010 | 111110 | 10000 |
Color Harmonies of #410F14
Complementary color
Monochromatic Colors of #410F14
Black with #410F14
Text Example
Text Example
White with #410F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F14; }
p { color: rgb(65,15,20); }
H1.HeaderClassName
{
color: #410F14;
}
.AnyTagClassName
{
color: #410F14;
}
</style>
background-color css
<style>
a { background-color: #410F14; }
a { background-color: rgb(65,15,20); }
div.DivClassName
{
background-color: #410F14;
}
.BgClassName
{
background-color: #410F14;
}
</style>
border-color css
<style>
span { border-color: #410F14; }
span { border-color: rgb(65,15,20); }
td.TdClassName
{
border-color: #410F14;
}
.TagClassName
{
border-color: #410F14;
}
</style>