Shades of Rustic Red #441819
Tints of Rustic Red #441819
RGB
CMYK
RGB Variations
Color information
#441819 (or 0x441819) is known color: Rustic Red. HEX triplet: 44, 18 and 19. RGB value is (68,24,25). Sum of RGB (Red+Green+Blue) = 68+24+25=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441819 is #BBE7E6. Grayscale: #252525. Windows color (decimal): -12314599 or 1644612. OLE color: 1644612.
HSL color Cylindrical-coordinate representation of color #441819: hue angle of 358.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441819 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 25 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.73 |
| HSL | 358.64º | 0.48% | 0.18% | - |
| HSV(B) | 358.64º | 0.65% | 0.27% | - |
| XYZ | 2.89 | 1.95 | 1.14 | - |
| YUV | 37.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 25 | 0 | 0.65 | 0.63 | 0.73 | 358.64 | 0.48 | 0.18 |
| Hex | 44 | 18 | 19 | 0 | 41 | 3F | 49 | 167 | 30 | 12 |
| Octal | 104 | 30 | 31 | 0 | 101 | 77 | 111 | 547 | 60 | 22 |
| Binary | 1000100 | 11000 | 11001 | 0 | 1000001 | 111111 | 1001001 | 101100111 | 110000 | 10010 |
Color Harmonies of #441819
Complementary color
Monochromatic Colors of #441819
Black with #441819
Text Example
Text Example
White with #441819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441819; }
p { color: rgb(68,24,25); }
H1.HeaderClassName
{
color: #441819;
}
.AnyTagClassName
{
color: #441819;
}
</style>
background-color css
<style>
a { background-color: #441819; }
a { background-color: rgb(68,24,25); }
div.DivClassName
{
background-color: #441819;
}
.BgClassName
{
background-color: #441819;
}
</style>
border-color css
<style>
span { border-color: #441819; }
span { border-color: rgb(68,24,25); }
td.TdClassName
{
border-color: #441819;
}
.TagClassName
{
border-color: #441819;
}
</style>