Shades of Rustic Red #440112
Tints of Rustic Red #440112
RGB
CMYK
RGB Variations
Color information
#440112 (or 0x440112) is known color: Rustic Red. HEX triplet: 44, 01 and 12. RGB value is (68,1,18). Sum of RGB (Red+Green+Blue) = 68+1+18=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440112 is #BBFEED. Grayscale: #161616. Windows color (decimal): -12320494 or 1179972. OLE color: 1179972.
HSL color Cylindrical-coordinate representation of color #440112: hue angle of 344.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440112 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.73 |
| HSL | 344.78º | 0.97% | 0.14% | - |
| HSV(B) | 344.78º | 0.99% | 0.27% | - |
| XYZ | 2.5 | 1.29 | 0.69 | - |
| YUV | 22.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 18 | 0 | 0.99 | 0.74 | 0.73 | 344.78 | 0.97 | 0.14 |
| Hex | 44 | 1 | 12 | 0 | 63 | 4A | 49 | 159 | 61 | E |
| Octal | 104 | 1 | 22 | 0 | 143 | 112 | 111 | 531 | 141 | 16 |
| Binary | 1000100 | 1 | 10010 | 0 | 1100011 | 1001010 | 1001001 | 101011001 | 1100001 | 1110 |
Color Harmonies of #440112
Complementary color
Monochromatic Colors of #440112
Black with #440112
Text Example
Text Example
White with #440112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440112; }
p { color: rgb(68,1,18); }
H1.HeaderClassName
{
color: #440112;
}
.AnyTagClassName
{
color: #440112;
}
</style>
background-color css
<style>
a { background-color: #440112; }
a { background-color: rgb(68,1,18); }
div.DivClassName
{
background-color: #440112;
}
.BgClassName
{
background-color: #440112;
}
</style>
border-color css
<style>
span { border-color: #440112; }
span { border-color: rgb(68,1,18); }
td.TdClassName
{
border-color: #440112;
}
.TagClassName
{
border-color: #440112;
}
</style>