Shades of Rustic Red #440417
Tints of Rustic Red #440417
RGB
CMYK
RGB Variations
Color information
#440417 (or 0x440417) is known color: Rustic Red. HEX triplet: 44, 04 and 17. RGB value is (68,4,23). Sum of RGB (Red+Green+Blue) = 68+4+23=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440417 is #BBFBE8. Grayscale: #191919. Windows color (decimal): -12319721 or 1508420. OLE color: 1508420.
HSL color Cylindrical-coordinate representation of color #440417: hue angle of 342.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440417 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 23 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.73 |
| HSL | 342.19º | 0.89% | 0.14% | - |
| HSV(B) | 342.19º | 0.94% | 0.27% | - |
| XYZ | 2.58 | 1.38 | 0.94 | - |
| YUV | 25.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 23 | 0 | 0.94 | 0.66 | 0.73 | 342.19 | 0.89 | 0.14 |
| Hex | 44 | 4 | 17 | 0 | 5E | 42 | 49 | 156 | 59 | E |
| Octal | 104 | 4 | 27 | 0 | 136 | 102 | 111 | 526 | 131 | 16 |
| Binary | 1000100 | 100 | 10111 | 0 | 1011110 | 1000010 | 1001001 | 101010110 | 1011001 | 1110 |
Color Harmonies of #440417
Complementary color
Monochromatic Colors of #440417
Black with #440417
Text Example
Text Example
White with #440417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440417; }
p { color: rgb(68,4,23); }
H1.HeaderClassName
{
color: #440417;
}
.AnyTagClassName
{
color: #440417;
}
</style>
background-color css
<style>
a { background-color: #440417; }
a { background-color: rgb(68,4,23); }
div.DivClassName
{
background-color: #440417;
}
.BgClassName
{
background-color: #440417;
}
</style>
border-color css
<style>
span { border-color: #440417; }
span { border-color: rgb(68,4,23); }
td.TdClassName
{
border-color: #440417;
}
.TagClassName
{
border-color: #440417;
}
</style>