Shades of Rustic Red #440005
Tints of Rustic Red #440005
RGB
CMYK
RGB Variations
Color information
#440005 (or 0x440005) is known color: Rustic Red. HEX triplet: 44, 00 and 05. RGB value is (68,0,5). Sum of RGB (Red+Green+Blue) = 68+0+5=73 (9% of max value = 765). Red value is 68 (26.95% from 255 or 93.15% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 68 - color contains mainly: red. Hex color #440005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440005 is #BBFFFA. Grayscale: #141414. Windows color (decimal): -12320763 or 327748. OLE color: 327748.
HSL color Cylindrical-coordinate representation of color #440005: hue angle of 355.59º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.93 | 0.73 |
| HSL | 355.59º | 1% | 0.13% | - |
| HSV(B) | 355.59º | 1% | 0.27% | - |
| XYZ | 2.41 | 1.24 | 0.26 | - |
| YUV | 20.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 5 | 0 | 1 | 0.93 | 0.73 | 355.59 | 1 | 0.13 |
| Hex | 44 | 0 | 5 | 0 | 64 | 5D | 49 | 164 | 64 | D |
| Octal | 104 | 0 | 5 | 0 | 144 | 135 | 111 | 544 | 144 | 15 |
| Binary | 1000100 | 0 | 101 | 0 | 1100100 | 1011101 | 1001001 | 101100100 | 1100100 | 1101 |
Color Harmonies of #440005
Complementary color
Monochromatic Colors of #440005
Black with #440005
Text Example
Text Example
White with #440005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440005; }
p { color: rgb(68,0,5); }
H1.HeaderClassName
{
color: #440005;
}
.AnyTagClassName
{
color: #440005;
}
</style>
background-color css
<style>
a { background-color: #440005; }
a { background-color: rgb(68,0,5); }
div.DivClassName
{
background-color: #440005;
}
.BgClassName
{
background-color: #440005;
}
</style>
border-color css
<style>
span { border-color: #440005; }
span { border-color: rgb(68,0,5); }
td.TdClassName
{
border-color: #440005;
}
.TagClassName
{
border-color: #440005;
}
</style>