Shades of Rustic Red #411213
Tints of Rustic Red #411213
RGB
CMYK
RGB Variations
Color information
#411213 (or 0x411213) is known color: Rustic Red. HEX triplet: 41, 12 and 13. RGB value is (65,18,19). Sum of RGB (Red+Green+Blue) = 65+18+19=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411213 is #BEEDEC. Grayscale: #202020. Windows color (decimal): -12512749 or 1249857. OLE color: 1249857.
HSL color Cylindrical-coordinate representation of color #411213: hue angle of 358.72º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411213 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 19 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.75 |
| HSL | 358.72º | 0.57% | 0.16% | - |
| HSV(B) | 358.72º | 0.72% | 0.25% | - |
| XYZ | 2.51 | 1.6 | 0.79 | - |
| YUV | 32.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 19 | 0 | 0.72 | 0.71 | 0.75 | 358.72 | 0.57 | 0.16 |
| Hex | 41 | 12 | 13 | 0 | 48 | 47 | 4B | 167 | 39 | 10 |
| Octal | 101 | 22 | 23 | 0 | 110 | 107 | 113 | 547 | 71 | 20 |
| Binary | 1000001 | 10010 | 10011 | 0 | 1001000 | 1000111 | 1001011 | 101100111 | 111001 | 10000 |
Color Harmonies of #411213
Complementary color
Monochromatic Colors of #411213
Black with #411213
Text Example
Text Example
White with #411213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411213; }
p { color: rgb(65,18,19); }
H1.HeaderClassName
{
color: #411213;
}
.AnyTagClassName
{
color: #411213;
}
</style>
background-color css
<style>
a { background-color: #411213; }
a { background-color: rgb(65,18,19); }
div.DivClassName
{
background-color: #411213;
}
.BgClassName
{
background-color: #411213;
}
</style>
border-color css
<style>
span { border-color: #411213; }
span { border-color: rgb(65,18,19); }
td.TdClassName
{
border-color: #411213;
}
.TagClassName
{
border-color: #411213;
}
</style>