Shades of Rustic Red #410F15
Tints of Rustic Red #410F15
RGB
CMYK
RGB Variations
Color information
#410F15 (or 0x410F15) is known color: Rustic Red. HEX triplet: 41, 0F and 15. RGB value is (65,15,21). Sum of RGB (Red+Green+Blue) = 65+15+21=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F15 is #BEF0EA. Grayscale: #1E1E1E. Windows color (decimal): -12513515 or 1380161. OLE color: 1380161.
HSL color Cylindrical-coordinate representation of color #410F15: hue angle of 352.8º 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 #410F15 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 15 | 21 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.75 |
| HSL | 352.8º | 0.63% | 0.16% | - |
| HSV(B) | 352.8º | 0.77% | 0.25% | - |
| XYZ | 2.49 | 1.52 | 0.87 | - |
| YUV | 30.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 21 | 0 | 0.77 | 0.68 | 0.75 | 352.8 | 0.63 | 0.16 |
| Hex | 41 | F | 15 | 0 | 4D | 44 | 4B | 161 | 3E | 10 |
| Octal | 101 | 17 | 25 | 0 | 115 | 104 | 113 | 541 | 76 | 20 |
| Binary | 1000001 | 1111 | 10101 | 0 | 1001101 | 1000100 | 1001011 | 101100001 | 111110 | 10000 |
Color Harmonies of #410F15
Complementary color
Monochromatic Colors of #410F15
Black with #410F15
Text Example
Text Example
White with #410F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F15; }
p { color: rgb(65,15,21); }
H1.HeaderClassName
{
color: #410F15;
}
.AnyTagClassName
{
color: #410F15;
}
</style>
background-color css
<style>
a { background-color: #410F15; }
a { background-color: rgb(65,15,21); }
div.DivClassName
{
background-color: #410F15;
}
.BgClassName
{
background-color: #410F15;
}
</style>
border-color css
<style>
span { border-color: #410F15; }
span { border-color: rgb(65,15,21); }
td.TdClassName
{
border-color: #410F15;
}
.TagClassName
{
border-color: #410F15;
}
</style>