Shades of Rustic Red #440013
Tints of Rustic Red #440013
RGB
CMYK
RGB Variations
Color information
#440013 (or 0x440013) is known color: Rustic Red. HEX triplet: 44, 00 and 13. RGB value is (68,0,19). Sum of RGB (Red+Green+Blue) = 68+0+19=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440013 is #BBFFEC. Grayscale: #161616. Windows color (decimal): -12320749 or 1245252. OLE color: 1245252.
HSL color Cylindrical-coordinate representation of color #440013: hue angle of 343.24º 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 #440013 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.72 | 0.73 |
| HSL | 343.24º | 1% | 0.13% | - |
| HSV(B) | 343.24º | 1% | 0.27% | - |
| XYZ | 2.5 | 1.28 | 0.73 | - |
| YUV | 22.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 19 | 0 | 1 | 0.72 | 0.73 | 343.24 | 1 | 0.13 |
| Hex | 44 | 0 | 13 | 0 | 64 | 48 | 49 | 157 | 64 | D |
| Octal | 104 | 0 | 23 | 0 | 144 | 110 | 111 | 527 | 144 | 15 |
| Binary | 1000100 | 0 | 10011 | 0 | 1100100 | 1001000 | 1001001 | 101010111 | 1100100 | 1101 |
Color Harmonies of #440013
Complementary color
Monochromatic Colors of #440013
Black with #440013
Text Example
Text Example
White with #440013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440013; }
p { color: rgb(68,0,19); }
H1.HeaderClassName
{
color: #440013;
}
.AnyTagClassName
{
color: #440013;
}
</style>
background-color css
<style>
a { background-color: #440013; }
a { background-color: rgb(68,0,19); }
div.DivClassName
{
background-color: #440013;
}
.BgClassName
{
background-color: #440013;
}
</style>
border-color css
<style>
span { border-color: #440013; }
span { border-color: rgb(68,0,19); }
td.TdClassName
{
border-color: #440013;
}
.TagClassName
{
border-color: #440013;
}
</style>