Shades of Rustic Red #440412
Tints of Rustic Red #440412
RGB
CMYK
RGB Variations
Color information
#440412 (or 0x440412) is known color: Rustic Red. HEX triplet: 44, 04 and 12. RGB value is (68,4,18). Sum of RGB (Red+Green+Blue) = 68+4+18=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440412 is #BBFBED. Grayscale: #181818. Windows color (decimal): -12319726 or 1180740. OLE color: 1180740.
HSL color Cylindrical-coordinate representation of color #440412: hue angle of 346.88º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440412 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 18 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.73 |
| HSL | 346.88º | 0.89% | 0.14% | - |
| HSV(B) | 346.88º | 0.94% | 0.27% | - |
| XYZ | 2.54 | 1.36 | 0.7 | - |
| YUV | 24.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 18 | 0 | 0.94 | 0.74 | 0.73 | 346.88 | 0.89 | 0.14 |
| Hex | 44 | 4 | 12 | 0 | 5E | 4A | 49 | 15B | 59 | E |
| Octal | 104 | 4 | 22 | 0 | 136 | 112 | 111 | 533 | 131 | 16 |
| Binary | 1000100 | 100 | 10010 | 0 | 1011110 | 1001010 | 1001001 | 101011011 | 1011001 | 1110 |
Color Harmonies of #440412
Complementary color
Monochromatic Colors of #440412
Black with #440412
Text Example
Text Example
White with #440412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440412; }
p { color: rgb(68,4,18); }
H1.HeaderClassName
{
color: #440412;
}
.AnyTagClassName
{
color: #440412;
}
</style>
background-color css
<style>
a { background-color: #440412; }
a { background-color: rgb(68,4,18); }
div.DivClassName
{
background-color: #440412;
}
.BgClassName
{
background-color: #440412;
}
</style>
border-color css
<style>
span { border-color: #440412; }
span { border-color: rgb(68,4,18); }
td.TdClassName
{
border-color: #440412;
}
.TagClassName
{
border-color: #440412;
}
</style>