Shades of Rustic Red #41191E
Tints of Rustic Red #41191E
RGB
CMYK
RGB Variations
Color information
#41191E (or 0x41191E) is known color: Rustic Red. HEX triplet: 41, 19 and 1E. RGB value is (65,25,30). Sum of RGB (Red+Green+Blue) = 65+25+30=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191E is #BEE6E1. Grayscale: #252525. Windows color (decimal): -12510946 or 1972545. OLE color: 1972545.
HSL color Cylindrical-coordinate representation of color #41191E: hue angle of 352.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41191E is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 30 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.75 |
| HSL | 352.5º | 0.44% | 0.18% | - |
| HSV(B) | 352.5º | 0.62% | 0.25% | - |
| XYZ | 2.76 | 1.91 | 1.45 | - |
| YUV | 37.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 30 | 0 | 0.62 | 0.54 | 0.75 | 352.5 | 0.44 | 0.18 |
| Hex | 41 | 19 | 1E | 0 | 3E | 36 | 4B | 160 | 2C | 12 |
| Octal | 101 | 31 | 36 | 0 | 76 | 66 | 113 | 540 | 54 | 22 |
| Binary | 1000001 | 11001 | 11110 | 0 | 111110 | 110110 | 1001011 | 101100000 | 101100 | 10010 |
Color Harmonies of #41191E
Complementary color
Monochromatic Colors of #41191E
Black with #41191E
Text Example
Text Example
White with #41191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41191E; }
p { color: rgb(65,25,30); }
H1.HeaderClassName
{
color: #41191E;
}
.AnyTagClassName
{
color: #41191E;
}
</style>
background-color css
<style>
a { background-color: #41191E; }
a { background-color: rgb(65,25,30); }
div.DivClassName
{
background-color: #41191E;
}
.BgClassName
{
background-color: #41191E;
}
</style>
border-color css
<style>
span { border-color: #41191E; }
span { border-color: rgb(65,25,30); }
td.TdClassName
{
border-color: #41191E;
}
.TagClassName
{
border-color: #41191E;
}
</style>