Shades of Rustic Red #440109
Tints of Rustic Red #440109
RGB
CMYK
RGB Variations
Color information
#440109 (or 0x440109) is known color: Rustic Red. HEX triplet: 44, 01 and 09. RGB value is (68,1,9). Sum of RGB (Red+Green+Blue) = 68+1+9=78 (10% of max value = 765). Red value is 68 (26.95% from 255 or 87.18% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 68 - color contains mainly: red. Hex color #440109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440109 is #BBFEF6. Grayscale: #151515. Windows color (decimal): -12320503 or 590148. OLE color: 590148.
HSL color Cylindrical-coordinate representation of color #440109: hue angle of 352.84º 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 #440109 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.73 |
| HSL | 352.84º | 0.97% | 0.14% | - |
| HSV(B) | 352.84º | 0.99% | 0.27% | - |
| XYZ | 2.44 | 1.27 | 0.37 | - |
| YUV | 21.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 9 | 0 | 0.99 | 0.87 | 0.73 | 352.84 | 0.97 | 0.14 |
| Hex | 44 | 1 | 9 | 0 | 63 | 57 | 49 | 161 | 61 | E |
| Octal | 104 | 1 | 11 | 0 | 143 | 127 | 111 | 541 | 141 | 16 |
| Binary | 1000100 | 1 | 1001 | 0 | 1100011 | 1010111 | 1001001 | 101100001 | 1100001 | 1110 |
Color Harmonies of #440109
Complementary color
Monochromatic Colors of #440109
Black with #440109
Text Example
Text Example
White with #440109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440109; }
p { color: rgb(68,1,9); }
H1.HeaderClassName
{
color: #440109;
}
.AnyTagClassName
{
color: #440109;
}
</style>
background-color css
<style>
a { background-color: #440109; }
a { background-color: rgb(68,1,9); }
div.DivClassName
{
background-color: #440109;
}
.BgClassName
{
background-color: #440109;
}
</style>
border-color css
<style>
span { border-color: #440109; }
span { border-color: rgb(68,1,9); }
td.TdClassName
{
border-color: #440109;
}
.TagClassName
{
border-color: #440109;
}
</style>