Shades of Rustic Red #411B1F
Tints of Rustic Red #411B1F
RGB
CMYK
RGB Variations
Color information
#411B1F (or 0x411B1F) is known color: Rustic Red. HEX triplet: 41, 1B and 1F. RGB value is (65,27,31). Sum of RGB (Red+Green+Blue) = 65+27+31=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1F is #BEE4E0. Grayscale: #262626. Windows color (decimal): -12510433 or 2038593. OLE color: 2038593.
HSL color Cylindrical-coordinate representation of color #411B1F: hue angle of 353.68º 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 #411B1F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 31 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.75 |
| HSL | 353.68º | 0.41% | 0.18% | - |
| HSV(B) | 353.68º | 0.58% | 0.25% | - |
| XYZ | 2.82 | 2.01 | 1.54 | - |
| YUV | 38.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 31 | 0 | 0.58 | 0.52 | 0.75 | 353.68 | 0.41 | 0.18 |
| Hex | 41 | 1B | 1F | 0 | 3A | 34 | 4B | 162 | 29 | 12 |
| Octal | 101 | 33 | 37 | 0 | 72 | 64 | 113 | 542 | 51 | 22 |
| Binary | 1000001 | 11011 | 11111 | 0 | 111010 | 110100 | 1001011 | 101100010 | 101001 | 10010 |
Color Harmonies of #411B1F
Complementary color
Monochromatic Colors of #411B1F
Black with #411B1F
Text Example
Text Example
White with #411B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B1F; }
p { color: rgb(65,27,31); }
H1.HeaderClassName
{
color: #411B1F;
}
.AnyTagClassName
{
color: #411B1F;
}
</style>
background-color css
<style>
a { background-color: #411B1F; }
a { background-color: rgb(65,27,31); }
div.DivClassName
{
background-color: #411B1F;
}
.BgClassName
{
background-color: #411B1F;
}
</style>
border-color css
<style>
span { border-color: #411B1F; }
span { border-color: rgb(65,27,31); }
td.TdClassName
{
border-color: #411B1F;
}
.TagClassName
{
border-color: #411B1F;
}
</style>