Shades of Rustic Red #440107
Tints of Rustic Red #440107
RGB
CMYK
RGB Variations
Color information
#440107 (or 0x440107) is known color: Rustic Red. HEX triplet: 44, 01 and 07. RGB value is (68,1,7). Sum of RGB (Red+Green+Blue) = 68+1+7=76 (10% of max value = 765). Red value is 68 (26.95% from 255 or 89.47% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 68 - color contains mainly: red. Hex color #440107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440107 is #BBFEF8. Grayscale: #151515. Windows color (decimal): -12320505 or 459076. OLE color: 459076.
HSL color Cylindrical-coordinate representation of color #440107: hue angle of 354.63º 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 #440107 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.73 |
| HSL | 354.63º | 0.97% | 0.14% | - |
| HSV(B) | 354.63º | 0.99% | 0.27% | - |
| XYZ | 2.43 | 1.27 | 0.32 | - |
| YUV | 21.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 7 | 0 | 0.99 | 0.90 | 0.73 | 354.63 | 0.97 | 0.14 |
| Hex | 44 | 1 | 7 | 0 | 63 | 5A | 49 | 163 | 61 | E |
| Octal | 104 | 1 | 7 | 0 | 143 | 132 | 111 | 543 | 141 | 16 |
| Binary | 1000100 | 1 | 111 | 0 | 1100011 | 1011010 | 1001001 | 101100011 | 1100001 | 1110 |
Color Harmonies of #440107
Complementary color
Monochromatic Colors of #440107
Black with #440107
Text Example
Text Example
White with #440107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440107; }
p { color: rgb(68,1,7); }
H1.HeaderClassName
{
color: #440107;
}
.AnyTagClassName
{
color: #440107;
}
</style>
background-color css
<style>
a { background-color: #440107; }
a { background-color: rgb(68,1,7); }
div.DivClassName
{
background-color: #440107;
}
.BgClassName
{
background-color: #440107;
}
</style>
border-color css
<style>
span { border-color: #440107; }
span { border-color: rgb(68,1,7); }
td.TdClassName
{
border-color: #440107;
}
.TagClassName
{
border-color: #440107;
}
</style>