Shades of Rustic Red #41191F
Tints of Rustic Red #41191F
RGB
CMYK
RGB Variations
Color information
#41191F (or 0x41191F) is known color: Rustic Red. HEX triplet: 41, 19 and 1F. RGB value is (65,25,31). Sum of RGB (Red+Green+Blue) = 65+25+31=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #41191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191F is #BEE6E0. Grayscale: #252525. Windows color (decimal): -12510945 or 2038081. OLE color: 2038081.
HSL color Cylindrical-coordinate representation of color #41191F: hue angle of 351º 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 #41191F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 31 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.75 |
| HSL | 351º | 0.44% | 0.18% | - |
| HSV(B) | 351º | 0.62% | 0.25% | - |
| XYZ | 2.77 | 1.92 | 1.52 | - |
| YUV | 37.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 31 | 0 | 0.62 | 0.52 | 0.75 | 351 | 0.44 | 0.18 |
| Hex | 41 | 19 | 1F | 0 | 3E | 34 | 4B | 15F | 2C | 12 |
| Octal | 101 | 31 | 37 | 0 | 76 | 64 | 113 | 537 | 54 | 22 |
| Binary | 1000001 | 11001 | 11111 | 0 | 111110 | 110100 | 1001011 | 101011111 | 101100 | 10010 |
Color Harmonies of #41191F
Complementary color
Monochromatic Colors of #41191F
Black with #41191F
Text Example
Text Example
White with #41191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41191F; }
p { color: rgb(65,25,31); }
H1.HeaderClassName
{
color: #41191F;
}
.AnyTagClassName
{
color: #41191F;
}
</style>
background-color css
<style>
a { background-color: #41191F; }
a { background-color: rgb(65,25,31); }
div.DivClassName
{
background-color: #41191F;
}
.BgClassName
{
background-color: #41191F;
}
</style>
border-color css
<style>
span { border-color: #41191F; }
span { border-color: rgb(65,25,31); }
td.TdClassName
{
border-color: #41191F;
}
.TagClassName
{
border-color: #41191F;
}
</style>