Shades of Rustic Red #411619
Tints of Rustic Red #411619
RGB
CMYK
RGB Variations
Color information
#411619 (or 0x411619) is known color: Rustic Red. HEX triplet: 41, 16 and 19. RGB value is (65,22,25). Sum of RGB (Red+Green+Blue) = 65+22+25=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411619 is #BEE9E6. Grayscale: #232323. Windows color (decimal): -12511719 or 1644097. OLE color: 1644097.
HSL color Cylindrical-coordinate representation of color #411619: hue angle of 355.81º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411619 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 22 | 25 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.75 |
| HSL | 355.81º | 0.49% | 0.17% | - |
| HSV(B) | 355.81º | 0.66% | 0.25% | - |
| XYZ | 2.64 | 1.77 | 1.12 | - |
| YUV | 35.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 25 | 0 | 0.66 | 0.62 | 0.75 | 355.81 | 0.49 | 0.17 |
| Hex | 41 | 16 | 19 | 0 | 42 | 3E | 4B | 164 | 31 | 11 |
| Octal | 101 | 26 | 31 | 0 | 102 | 76 | 113 | 544 | 61 | 21 |
| Binary | 1000001 | 10110 | 11001 | 0 | 1000010 | 111110 | 1001011 | 101100100 | 110001 | 10001 |
Color Harmonies of #411619
Complementary color
Monochromatic Colors of #411619
Black with #411619
Text Example
Text Example
White with #411619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411619; }
p { color: rgb(65,22,25); }
H1.HeaderClassName
{
color: #411619;
}
.AnyTagClassName
{
color: #411619;
}
</style>
background-color css
<style>
a { background-color: #411619; }
a { background-color: rgb(65,22,25); }
div.DivClassName
{
background-color: #411619;
}
.BgClassName
{
background-color: #411619;
}
</style>
border-color css
<style>
span { border-color: #411619; }
span { border-color: rgb(65,22,25); }
td.TdClassName
{
border-color: #411619;
}
.TagClassName
{
border-color: #411619;
}
</style>