Shades of Rustic Red #440514
Tints of Rustic Red #440514
RGB
CMYK
RGB Variations
Color information
#440514 (or 0x440514) is known color: Rustic Red. HEX triplet: 44, 05 and 14. RGB value is (68,5,20). Sum of RGB (Red+Green+Blue) = 68+5+20=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440514 is #BBFAEB. Grayscale: #191919. Windows color (decimal): -12319468 or 1312068. OLE color: 1312068.
HSL color Cylindrical-coordinate representation of color #440514: hue angle of 345.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440514 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 20 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.73 |
| HSL | 345.71º | 0.86% | 0.14% | - |
| HSV(B) | 345.71º | 0.93% | 0.27% | - |
| XYZ | 2.56 | 1.39 | 0.79 | - |
| YUV | 25.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 20 | 0 | 0.93 | 0.71 | 0.73 | 345.71 | 0.86 | 0.14 |
| Hex | 44 | 5 | 14 | 0 | 5D | 47 | 49 | 15A | 56 | E |
| Octal | 104 | 5 | 24 | 0 | 135 | 107 | 111 | 532 | 126 | 16 |
| Binary | 1000100 | 101 | 10100 | 0 | 1011101 | 1000111 | 1001001 | 101011010 | 1010110 | 1110 |
Color Harmonies of #440514
Complementary color
Monochromatic Colors of #440514
Black with #440514
Text Example
Text Example
White with #440514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440514; }
p { color: rgb(68,5,20); }
H1.HeaderClassName
{
color: #440514;
}
.AnyTagClassName
{
color: #440514;
}
</style>
background-color css
<style>
a { background-color: #440514; }
a { background-color: rgb(68,5,20); }
div.DivClassName
{
background-color: #440514;
}
.BgClassName
{
background-color: #440514;
}
</style>
border-color css
<style>
span { border-color: #440514; }
span { border-color: rgb(68,5,20); }
td.TdClassName
{
border-color: #440514;
}
.TagClassName
{
border-color: #440514;
}
</style>