Shades of Rustic Red #440415
Tints of Rustic Red #440415
RGB
CMYK
RGB Variations
Color information
#440415 (or 0x440415) is known color: Rustic Red. HEX triplet: 44, 04 and 15. RGB value is (68,4,21). Sum of RGB (Red+Green+Blue) = 68+4+21=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440415 is #BBFBEA. Grayscale: #191919. Windows color (decimal): -12319723 or 1377348. OLE color: 1377348.
HSL color Cylindrical-coordinate representation of color #440415: hue angle of 344.06º 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 #440415 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 21 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.73 |
| HSL | 344.06º | 0.89% | 0.14% | - |
| HSV(B) | 344.06º | 0.94% | 0.27% | - |
| XYZ | 2.56 | 1.37 | 0.84 | - |
| YUV | 25.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 21 | 0 | 0.94 | 0.69 | 0.73 | 344.06 | 0.89 | 0.14 |
| Hex | 44 | 4 | 15 | 0 | 5E | 45 | 49 | 158 | 59 | E |
| Octal | 104 | 4 | 25 | 0 | 136 | 105 | 111 | 530 | 131 | 16 |
| Binary | 1000100 | 100 | 10101 | 0 | 1011110 | 1000101 | 1001001 | 101011000 | 1011001 | 1110 |
Color Harmonies of #440415
Complementary color
Monochromatic Colors of #440415
Black with #440415
Text Example
Text Example
White with #440415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440415; }
p { color: rgb(68,4,21); }
H1.HeaderClassName
{
color: #440415;
}
.AnyTagClassName
{
color: #440415;
}
</style>
background-color css
<style>
a { background-color: #440415; }
a { background-color: rgb(68,4,21); }
div.DivClassName
{
background-color: #440415;
}
.BgClassName
{
background-color: #440415;
}
</style>
border-color css
<style>
span { border-color: #440415; }
span { border-color: rgb(68,4,21); }
td.TdClassName
{
border-color: #440415;
}
.TagClassName
{
border-color: #440415;
}
</style>