Shades of Rustic Red #411B1D
Tints of Rustic Red #411B1D
RGB
CMYK
RGB Variations
Color information
#411B1D (or 0x411B1D) is known color: Rustic Red. HEX triplet: 41, 1B and 1D. RGB value is (65,27,29). Sum of RGB (Red+Green+Blue) = 65+27+29=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1D is #BEE4E2. Grayscale: #262626. Windows color (decimal): -12510435 or 1907521. OLE color: 1907521.
HSL color Cylindrical-coordinate representation of color #411B1D: hue angle of 356.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B1D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 29 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.75 |
| HSL | 356.84º | 0.41% | 0.18% | - |
| HSV(B) | 356.84º | 0.58% | 0.25% | - |
| XYZ | 2.79 | 2 | 1.4 | - |
| YUV | 38.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 29 | 0 | 0.58 | 0.55 | 0.75 | 356.84 | 0.41 | 0.18 |
| Hex | 41 | 1B | 1D | 0 | 3A | 37 | 4B | 165 | 29 | 12 |
| Octal | 101 | 33 | 35 | 0 | 72 | 67 | 113 | 545 | 51 | 22 |
| Binary | 1000001 | 11011 | 11101 | 0 | 111010 | 110111 | 1001011 | 101100101 | 101001 | 10010 |
Color Harmonies of #411B1D
Complementary color
Monochromatic Colors of #411B1D
Black with #411B1D
Text Example
Text Example
White with #411B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B1D; }
p { color: rgb(65,27,29); }
H1.HeaderClassName
{
color: #411B1D;
}
.AnyTagClassName
{
color: #411B1D;
}
</style>
background-color css
<style>
a { background-color: #411B1D; }
a { background-color: rgb(65,27,29); }
div.DivClassName
{
background-color: #411B1D;
}
.BgClassName
{
background-color: #411B1D;
}
</style>
border-color css
<style>
span { border-color: #411B1D; }
span { border-color: rgb(65,27,29); }
td.TdClassName
{
border-color: #411B1D;
}
.TagClassName
{
border-color: #411B1D;
}
</style>