Shades of Rustic Red #41191B
Tints of Rustic Red #41191B
RGB
CMYK
RGB Variations
Color information
#41191B (or 0x41191B) is known color: Rustic Red. HEX triplet: 41, 19 and 1B. RGB value is (65,25,27). Sum of RGB (Red+Green+Blue) = 65+25+27=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191B is #BEE6E4. Grayscale: #252525. Windows color (decimal): -12510949 or 1775937. OLE color: 1775937.
HSL color Cylindrical-coordinate representation of color #41191B: hue angle of 357º 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 #41191B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 27 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.75 |
| HSL | 357º | 0.44% | 0.18% | - |
| HSV(B) | 357º | 0.62% | 0.25% | - |
| XYZ | 2.73 | 1.9 | 1.26 | - |
| YUV | 37.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 27 | 0 | 0.62 | 0.58 | 0.75 | 357 | 0.44 | 0.18 |
| Hex | 41 | 19 | 1B | 0 | 3E | 3A | 4B | 165 | 2C | 12 |
| Octal | 101 | 31 | 33 | 0 | 76 | 72 | 113 | 545 | 54 | 22 |
| Binary | 1000001 | 11001 | 11011 | 0 | 111110 | 111010 | 1001011 | 101100101 | 101100 | 10010 |
Color Harmonies of #41191B
Complementary color
Monochromatic Colors of #41191B
Black with #41191B
Text Example
Text Example
White with #41191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41191B; }
p { color: rgb(65,25,27); }
H1.HeaderClassName
{
color: #41191B;
}
.AnyTagClassName
{
color: #41191B;
}
</style>
background-color css
<style>
a { background-color: #41191B; }
a { background-color: rgb(65,25,27); }
div.DivClassName
{
background-color: #41191B;
}
.BgClassName
{
background-color: #41191B;
}
</style>
border-color css
<style>
span { border-color: #41191B; }
span { border-color: rgb(65,25,27); }
td.TdClassName
{
border-color: #41191B;
}
.TagClassName
{
border-color: #41191B;
}
</style>