Shades of Rustic Red #440811
Tints of Rustic Red #440811
RGB
CMYK
RGB Variations
Color information
#440811 (or 0x440811) is known color: Rustic Red. HEX triplet: 44, 08 and 11. RGB value is (68,8,17). Sum of RGB (Red+Green+Blue) = 68+8+17=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440811 is #BBF7EE. Grayscale: #1A1A1A. Windows color (decimal): -12318703 or 1116228. OLE color: 1116228.
HSL color Cylindrical-coordinate representation of color #440811: hue angle of 351º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440811 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 8 | 17 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.73 |
| HSL | 351º | 0.79% | 0.15% | - |
| HSV(B) | 351º | 0.88% | 0.27% | - |
| XYZ | 2.57 | 1.44 | 0.67 | - |
| YUV | 26.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 17 | 0 | 0.88 | 0.75 | 0.73 | 351 | 0.79 | 0.15 |
| Hex | 44 | 8 | 11 | 0 | 58 | 4B | 49 | 15F | 4F | F |
| Octal | 104 | 10 | 21 | 0 | 130 | 113 | 111 | 537 | 117 | 17 |
| Binary | 1000100 | 1000 | 10001 | 0 | 1011000 | 1001011 | 1001001 | 101011111 | 1001111 | 1111 |
Color Harmonies of #440811
Complementary color
Monochromatic Colors of #440811
Black with #440811
Text Example
Text Example
White with #440811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440811; }
p { color: rgb(68,8,17); }
H1.HeaderClassName
{
color: #440811;
}
.AnyTagClassName
{
color: #440811;
}
</style>
background-color css
<style>
a { background-color: #440811; }
a { background-color: rgb(68,8,17); }
div.DivClassName
{
background-color: #440811;
}
.BgClassName
{
background-color: #440811;
}
</style>
border-color css
<style>
span { border-color: #440811; }
span { border-color: rgb(68,8,17); }
td.TdClassName
{
border-color: #440811;
}
.TagClassName
{
border-color: #440811;
}
</style>