Shades of Rustic Red #440204
Tints of Rustic Red #440204
RGB
CMYK
RGB Variations
Color information
#440204 (or 0x440204) is known color: Rustic Red. HEX triplet: 44, 02 and 04. RGB value is (68,2,4). Sum of RGB (Red+Green+Blue) = 68+2+4=74 (9% of max value = 765). Red value is 68 (26.95% from 255 or 91.89% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 68 - color contains mainly: red. Hex color #440204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440204 is #BBFDFB. Grayscale: #161616. Windows color (decimal): -12320252 or 262724. OLE color: 262724.
HSL color Cylindrical-coordinate representation of color #440204: hue angle of 358.18º 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 #440204 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 4 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.73 |
| HSL | 358.18º | 0.94% | 0.14% | - |
| HSV(B) | 358.18º | 0.97% | 0.27% | - |
| XYZ | 2.43 | 1.28 | 0.23 | - |
| YUV | 21.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 4 | 0 | 0.97 | 0.94 | 0.73 | 358.18 | 0.94 | 0.14 |
| Hex | 44 | 2 | 4 | 0 | 61 | 5E | 49 | 166 | 5E | E |
| Octal | 104 | 2 | 4 | 0 | 141 | 136 | 111 | 546 | 136 | 16 |
| Binary | 1000100 | 10 | 100 | 0 | 1100001 | 1011110 | 1001001 | 101100110 | 1011110 | 1110 |
Color Harmonies of #440204
Complementary color
Monochromatic Colors of #440204
Black with #440204
Text Example
Text Example
White with #440204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440204; }
p { color: rgb(68,2,4); }
H1.HeaderClassName
{
color: #440204;
}
.AnyTagClassName
{
color: #440204;
}
</style>
background-color css
<style>
a { background-color: #440204; }
a { background-color: rgb(68,2,4); }
div.DivClassName
{
background-color: #440204;
}
.BgClassName
{
background-color: #440204;
}
</style>
border-color css
<style>
span { border-color: #440204; }
span { border-color: rgb(68,2,4); }
td.TdClassName
{
border-color: #440204;
}
.TagClassName
{
border-color: #440204;
}
</style>