Shades of Rustic Red #440110
Tints of Rustic Red #440110
RGB
CMYK
RGB Variations
Color information
#440110 (or 0x440110) is known color: Rustic Red. HEX triplet: 44, 01 and 10. RGB value is (68,1,16). Sum of RGB (Red+Green+Blue) = 68+1+16=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440110 is #BBFEEF. Grayscale: #161616. Windows color (decimal): -12320496 or 1048900. OLE color: 1048900.
HSL color Cylindrical-coordinate representation of color #440110: hue angle of 346.57º 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 #440110 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.73 |
| HSL | 346.57º | 0.97% | 0.14% | - |
| HSV(B) | 346.57º | 0.99% | 0.27% | - |
| XYZ | 2.49 | 1.29 | 0.61 | - |
| YUV | 22.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 16 | 0 | 0.99 | 0.76 | 0.73 | 346.57 | 0.97 | 0.14 |
| Hex | 44 | 1 | 10 | 0 | 63 | 4C | 49 | 15B | 61 | E |
| Octal | 104 | 1 | 20 | 0 | 143 | 114 | 111 | 533 | 141 | 16 |
| Binary | 1000100 | 1 | 10000 | 0 | 1100011 | 1001100 | 1001001 | 101011011 | 1100001 | 1110 |
Color Harmonies of #440110
Complementary color
Monochromatic Colors of #440110
Black with #440110
Text Example
Text Example
White with #440110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440110; }
p { color: rgb(68,1,16); }
H1.HeaderClassName
{
color: #440110;
}
.AnyTagClassName
{
color: #440110;
}
</style>
background-color css
<style>
a { background-color: #440110; }
a { background-color: rgb(68,1,16); }
div.DivClassName
{
background-color: #440110;
}
.BgClassName
{
background-color: #440110;
}
</style>
border-color css
<style>
span { border-color: #440110; }
span { border-color: rgb(68,1,16); }
td.TdClassName
{
border-color: #440110;
}
.TagClassName
{
border-color: #440110;
}
</style>