Shades of Rustic Red #441419
Tints of Rustic Red #441419
RGB
CMYK
RGB Variations
Color information
#441419 (or 0x441419) is known color: Rustic Red. HEX triplet: 44, 14 and 19. RGB value is (68,20,25). Sum of RGB (Red+Green+Blue) = 68+20+25=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441419 is #BBEBE6. Grayscale: #222222. Windows color (decimal): -12315623 or 1643588. OLE color: 1643588.
HSL color Cylindrical-coordinate representation of color #441419: hue angle of 353.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441419 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 25 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.73 |
| HSL | 353.75º | 0.55% | 0.17% | - |
| HSV(B) | 353.75º | 0.71% | 0.27% | - |
| XYZ | 2.81 | 1.8 | 1.12 | - |
| YUV | 34.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 25 | 0 | 0.71 | 0.63 | 0.73 | 353.75 | 0.55 | 0.17 |
| Hex | 44 | 14 | 19 | 0 | 47 | 3F | 49 | 162 | 37 | 11 |
| Octal | 104 | 24 | 31 | 0 | 107 | 77 | 111 | 542 | 67 | 21 |
| Binary | 1000100 | 10100 | 11001 | 0 | 1000111 | 111111 | 1001001 | 101100010 | 110111 | 10001 |
Color Harmonies of #441419
Complementary color
Monochromatic Colors of #441419
Black with #441419
Text Example
Text Example
White with #441419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441419; }
p { color: rgb(68,20,25); }
H1.HeaderClassName
{
color: #441419;
}
.AnyTagClassName
{
color: #441419;
}
</style>
background-color css
<style>
a { background-color: #441419; }
a { background-color: rgb(68,20,25); }
div.DivClassName
{
background-color: #441419;
}
.BgClassName
{
background-color: #441419;
}
</style>
border-color css
<style>
span { border-color: #441419; }
span { border-color: rgb(68,20,25); }
td.TdClassName
{
border-color: #441419;
}
.TagClassName
{
border-color: #441419;
}
</style>