Shades of Rustic Red #440F16
Tints of Rustic Red #440F16
RGB
CMYK
RGB Variations
Color information
#440F16 (or 0x440F16) is known color: Rustic Red. HEX triplet: 44, 0F and 16. RGB value is (68,15,22). Sum of RGB (Red+Green+Blue) = 68+15+22=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #440F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F16 is #BBF0E9. Grayscale: #1F1F1F. Windows color (decimal): -12316906 or 1445700. OLE color: 1445700.
HSL color Cylindrical-coordinate representation of color #440F16: hue angle of 352.08º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F16 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 22 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.73 |
| HSL | 352.08º | 0.64% | 0.16% | - |
| HSV(B) | 352.08º | 0.78% | 0.27% | - |
| XYZ | 2.7 | 1.63 | 0.93 | - |
| YUV | 31.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 22 | 0 | 0.78 | 0.68 | 0.73 | 352.08 | 0.64 | 0.16 |
| Hex | 44 | F | 16 | 0 | 4E | 44 | 49 | 160 | 40 | 10 |
| Octal | 104 | 17 | 26 | 0 | 116 | 104 | 111 | 540 | 100 | 20 |
| Binary | 1000100 | 1111 | 10110 | 0 | 1001110 | 1000100 | 1001001 | 101100000 | 1000000 | 10000 |
Color Harmonies of #440F16
Complementary color
Monochromatic Colors of #440F16
Black with #440F16
Text Example
Text Example
White with #440F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F16; }
p { color: rgb(68,15,22); }
H1.HeaderClassName
{
color: #440F16;
}
.AnyTagClassName
{
color: #440F16;
}
</style>
background-color css
<style>
a { background-color: #440F16; }
a { background-color: rgb(68,15,22); }
div.DivClassName
{
background-color: #440F16;
}
.BgClassName
{
background-color: #440F16;
}
</style>
border-color css
<style>
span { border-color: #440F16; }
span { border-color: rgb(68,15,22); }
td.TdClassName
{
border-color: #440F16;
}
.TagClassName
{
border-color: #440F16;
}
</style>