Shades of Rustic Red #440513
Tints of Rustic Red #440513
RGB
CMYK
RGB Variations
Color information
#440513 (or 0x440513) is known color: Rustic Red. HEX triplet: 44, 05 and 13. RGB value is (68,5,19). Sum of RGB (Red+Green+Blue) = 68+5+19=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440513 is #BBFAEC. Grayscale: #191919. Windows color (decimal): -12319469 or 1246532. OLE color: 1246532.
HSL color Cylindrical-coordinate representation of color #440513: hue angle of 346.67º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440513 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 19 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.73 |
| HSL | 346.67º | 0.86% | 0.14% | - |
| HSV(B) | 346.67º | 0.93% | 0.27% | - |
| XYZ | 2.56 | 1.38 | 0.75 | - |
| YUV | 25.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 19 | 0 | 0.93 | 0.72 | 0.73 | 346.67 | 0.86 | 0.14 |
| Hex | 44 | 5 | 13 | 0 | 5D | 48 | 49 | 15B | 56 | E |
| Octal | 104 | 5 | 23 | 0 | 135 | 110 | 111 | 533 | 126 | 16 |
| Binary | 1000100 | 101 | 10011 | 0 | 1011101 | 1001000 | 1001001 | 101011011 | 1010110 | 1110 |
Color Harmonies of #440513
Complementary color
Monochromatic Colors of #440513
Black with #440513
Text Example
Text Example
White with #440513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440513; }
p { color: rgb(68,5,19); }
H1.HeaderClassName
{
color: #440513;
}
.AnyTagClassName
{
color: #440513;
}
</style>
background-color css
<style>
a { background-color: #440513; }
a { background-color: rgb(68,5,19); }
div.DivClassName
{
background-color: #440513;
}
.BgClassName
{
background-color: #440513;
}
</style>
border-color css
<style>
span { border-color: #440513; }
span { border-color: rgb(68,5,19); }
td.TdClassName
{
border-color: #440513;
}
.TagClassName
{
border-color: #440513;
}
</style>