Shades of Rustic Red #440914
Tints of Rustic Red #440914
RGB
CMYK
RGB Variations
Color information
#440914 (or 0x440914) is known color: Rustic Red. HEX triplet: 44, 09 and 14. RGB value is (68,9,20). Sum of RGB (Red+Green+Blue) = 68+9+20=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440914 is #BBF6EB. Grayscale: #1B1B1B. Windows color (decimal): -12318444 or 1313092. OLE color: 1313092.
HSL color Cylindrical-coordinate representation of color #440914: hue angle of 348.81º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440914 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 20 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.73 |
| HSL | 348.81º | 0.77% | 0.15% | - |
| HSV(B) | 348.81º | 0.87% | 0.27% | - |
| XYZ | 2.61 | 1.47 | 0.81 | - |
| YUV | 27.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 20 | 0 | 0.87 | 0.71 | 0.73 | 348.81 | 0.77 | 0.15 |
| Hex | 44 | 9 | 14 | 0 | 57 | 47 | 49 | 15D | 4D | F |
| Octal | 104 | 11 | 24 | 0 | 127 | 107 | 111 | 535 | 115 | 17 |
| Binary | 1000100 | 1001 | 10100 | 0 | 1010111 | 1000111 | 1001001 | 101011101 | 1001101 | 1111 |
Color Harmonies of #440914
Complementary color
Monochromatic Colors of #440914
Black with #440914
Text Example
Text Example
White with #440914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440914; }
p { color: rgb(68,9,20); }
H1.HeaderClassName
{
color: #440914;
}
.AnyTagClassName
{
color: #440914;
}
</style>
background-color css
<style>
a { background-color: #440914; }
a { background-color: rgb(68,9,20); }
div.DivClassName
{
background-color: #440914;
}
.BgClassName
{
background-color: #440914;
}
</style>
border-color css
<style>
span { border-color: #440914; }
span { border-color: rgb(68,9,20); }
td.TdClassName
{
border-color: #440914;
}
.TagClassName
{
border-color: #440914;
}
</style>