Shades of Rustic Red #410E18
Tints of Rustic Red #410E18
RGB
CMYK
RGB Variations
Color information
#410E18 (or 0x410E18) is known color: Rustic Red. HEX triplet: 41, 0E and 18. RGB value is (65,14,24). Sum of RGB (Red+Green+Blue) = 65+14+24=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E18 is #BEF1E7. Grayscale: #1E1E1E. Windows color (decimal): -12513768 or 1576513. OLE color: 1576513.
HSL color Cylindrical-coordinate representation of color #410E18: hue angle of 348.24º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E18 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 14 | 24 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.75 |
| HSL | 348.24º | 0.65% | 0.15% | - |
| HSV(B) | 348.24º | 0.78% | 0.25% | - |
| XYZ | 2.5 | 1.5 | 1.02 | - |
| YUV | 30.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 24 | 0 | 0.78 | 0.63 | 0.75 | 348.24 | 0.65 | 0.15 |
| Hex | 41 | E | 18 | 0 | 4E | 3F | 4B | 15C | 41 | F |
| Octal | 101 | 16 | 30 | 0 | 116 | 77 | 113 | 534 | 101 | 17 |
| Binary | 1000001 | 1110 | 11000 | 0 | 1001110 | 111111 | 1001011 | 101011100 | 1000001 | 1111 |
Color Harmonies of #410E18
Complementary color
Monochromatic Colors of #410E18
Black with #410E18
Text Example
Text Example
White with #410E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E18; }
p { color: rgb(65,14,24); }
H1.HeaderClassName
{
color: #410E18;
}
.AnyTagClassName
{
color: #410E18;
}
</style>
background-color css
<style>
a { background-color: #410E18; }
a { background-color: rgb(65,14,24); }
div.DivClassName
{
background-color: #410E18;
}
.BgClassName
{
background-color: #410E18;
}
</style>
border-color css
<style>
span { border-color: #410E18; }
span { border-color: rgb(65,14,24); }
td.TdClassName
{
border-color: #410E18;
}
.TagClassName
{
border-color: #410E18;
}
</style>