Shades of Rustic Red #440205
Tints of Rustic Red #440205
RGB
CMYK
RGB Variations
Color information
#440205 (or 0x440205) is known color: Rustic Red. HEX triplet: 44, 02 and 05. RGB value is (68,2,5). Sum of RGB (Red+Green+Blue) = 68+2+5=75 (9% of max value = 765). Red value is 68 (26.95% from 255 or 90.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 68 - color contains mainly: red. Hex color #440205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440205 is #BBFDFA. Grayscale: #161616. Windows color (decimal): -12320251 or 328260. OLE color: 328260.
HSL color Cylindrical-coordinate representation of color #440205: hue angle of 357.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440205 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.73 |
| HSL | 357.27º | 0.94% | 0.14% | - |
| HSV(B) | 357.27º | 0.97% | 0.27% | - |
| XYZ | 2.43 | 1.28 | 0.26 | - |
| YUV | 22.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 5 | 0 | 0.97 | 0.93 | 0.73 | 357.27 | 0.94 | 0.14 |
| Hex | 44 | 2 | 5 | 0 | 61 | 5D | 49 | 165 | 5E | E |
| Octal | 104 | 2 | 5 | 0 | 141 | 135 | 111 | 545 | 136 | 16 |
| Binary | 1000100 | 10 | 101 | 0 | 1100001 | 1011101 | 1001001 | 101100101 | 1011110 | 1110 |
Color Harmonies of #440205
Complementary color
Monochromatic Colors of #440205
Black with #440205
Text Example
Text Example
White with #440205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440205; }
p { color: rgb(68,2,5); }
H1.HeaderClassName
{
color: #440205;
}
.AnyTagClassName
{
color: #440205;
}
</style>
background-color css
<style>
a { background-color: #440205; }
a { background-color: rgb(68,2,5); }
div.DivClassName
{
background-color: #440205;
}
.BgClassName
{
background-color: #440205;
}
</style>
border-color css
<style>
span { border-color: #440205; }
span { border-color: rgb(68,2,5); }
td.TdClassName
{
border-color: #440205;
}
.TagClassName
{
border-color: #440205;
}
</style>