Shades of Rustic Red #440508
Tints of Rustic Red #440508
RGB
CMYK
RGB Variations
Color information
#440508 (or 0x440508) is known color: Rustic Red. HEX triplet: 44, 05 and 08. RGB value is (68,5,8). Sum of RGB (Red+Green+Blue) = 68+5+8=81 (10% of max value = 765). Red value is 68 (26.95% from 255 or 83.95% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 68 - color contains mainly: red. Hex color #440508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440508 is #BBFAF7. Grayscale: #181818. Windows color (decimal): -12319480 or 525636. OLE color: 525636.
HSL color Cylindrical-coordinate representation of color #440508: hue angle of 357.14º 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 #440508 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 8 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.73 |
| HSL | 357.14º | 0.86% | 0.14% | - |
| HSV(B) | 357.14º | 0.93% | 0.27% | - |
| XYZ | 2.48 | 1.36 | 0.36 | - |
| YUV | 24.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 8 | 0 | 0.93 | 0.88 | 0.73 | 357.14 | 0.86 | 0.14 |
| Hex | 44 | 5 | 8 | 0 | 5D | 58 | 49 | 165 | 56 | E |
| Octal | 104 | 5 | 10 | 0 | 135 | 130 | 111 | 545 | 126 | 16 |
| Binary | 1000100 | 101 | 1000 | 0 | 1011101 | 1011000 | 1001001 | 101100101 | 1010110 | 1110 |
Color Harmonies of #440508
Complementary color
Monochromatic Colors of #440508
Black with #440508
Text Example
Text Example
White with #440508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440508; }
p { color: rgb(68,5,8); }
H1.HeaderClassName
{
color: #440508;
}
.AnyTagClassName
{
color: #440508;
}
</style>
background-color css
<style>
a { background-color: #440508; }
a { background-color: rgb(68,5,8); }
div.DivClassName
{
background-color: #440508;
}
.BgClassName
{
background-color: #440508;
}
</style>
border-color css
<style>
span { border-color: #440508; }
span { border-color: rgb(68,5,8); }
td.TdClassName
{
border-color: #440508;
}
.TagClassName
{
border-color: #440508;
}
</style>