Shades of Rustic Red #41171B
Tints of Rustic Red #41171B
RGB
CMYK
RGB Variations
Color information
#41171B (or 0x41171B) is known color: Rustic Red. HEX triplet: 41, 17 and 1B. RGB value is (65,23,27). Sum of RGB (Red+Green+Blue) = 65+23+27=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171B is #BEE8E4. Grayscale: #242424. Windows color (decimal): -12511461 or 1775425. OLE color: 1775425.
HSL color Cylindrical-coordinate representation of color #41171B: hue angle of 354.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41171B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 27 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.75 |
| HSL | 354.29º | 0.48% | 0.17% | - |
| HSV(B) | 354.29º | 0.65% | 0.25% | - |
| XYZ | 2.68 | 1.82 | 1.25 | - |
| YUV | 36.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 27 | 0 | 0.65 | 0.58 | 0.75 | 354.29 | 0.48 | 0.17 |
| Hex | 41 | 17 | 1B | 0 | 41 | 3A | 4B | 162 | 30 | 11 |
| Octal | 101 | 27 | 33 | 0 | 101 | 72 | 113 | 542 | 60 | 21 |
| Binary | 1000001 | 10111 | 11011 | 0 | 1000001 | 111010 | 1001011 | 101100010 | 110000 | 10001 |
Color Harmonies of #41171B
Complementary color
Monochromatic Colors of #41171B
Black with #41171B
Text Example
Text Example
White with #41171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41171B; }
p { color: rgb(65,23,27); }
H1.HeaderClassName
{
color: #41171B;
}
.AnyTagClassName
{
color: #41171B;
}
</style>
background-color css
<style>
a { background-color: #41171B; }
a { background-color: rgb(65,23,27); }
div.DivClassName
{
background-color: #41171B;
}
.BgClassName
{
background-color: #41171B;
}
</style>
border-color css
<style>
span { border-color: #41171B; }
span { border-color: rgb(65,23,27); }
td.TdClassName
{
border-color: #41171B;
}
.TagClassName
{
border-color: #41171B;
}
</style>