Shades of Rustic Red #440915
Tints of Rustic Red #440915
RGB
CMYK
RGB Variations
Color information
#440915 (or 0x440915) is known color: Rustic Red. HEX triplet: 44, 09 and 15. RGB value is (68,9,21). Sum of RGB (Red+Green+Blue) = 68+9+21=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #440915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440915 is #BBF6EA. Grayscale: #1C1C1C. Windows color (decimal): -12318443 or 1378628. OLE color: 1378628.
HSL color Cylindrical-coordinate representation of color #440915: hue angle of 347.8º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440915 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 21 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.73 |
| HSL | 347.8º | 0.77% | 0.15% | - |
| HSV(B) | 347.8º | 0.87% | 0.27% | - |
| XYZ | 2.62 | 1.48 | 0.86 | - |
| YUV | 28.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 21 | 0 | 0.87 | 0.69 | 0.73 | 347.8 | 0.77 | 0.15 |
| Hex | 44 | 9 | 15 | 0 | 57 | 45 | 49 | 15C | 4D | F |
| Octal | 104 | 11 | 25 | 0 | 127 | 105 | 111 | 534 | 115 | 17 |
| Binary | 1000100 | 1001 | 10101 | 0 | 1010111 | 1000101 | 1001001 | 101011100 | 1001101 | 1111 |
Color Harmonies of #440915
Complementary color
Monochromatic Colors of #440915
Black with #440915
Text Example
Text Example
White with #440915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440915; }
p { color: rgb(68,9,21); }
H1.HeaderClassName
{
color: #440915;
}
.AnyTagClassName
{
color: #440915;
}
</style>
background-color css
<style>
a { background-color: #440915; }
a { background-color: rgb(68,9,21); }
div.DivClassName
{
background-color: #440915;
}
.BgClassName
{
background-color: #440915;
}
</style>
border-color css
<style>
span { border-color: #440915; }
span { border-color: rgb(68,9,21); }
td.TdClassName
{
border-color: #440915;
}
.TagClassName
{
border-color: #440915;
}
</style>