Shades of Rustic Red #440408
Tints of Rustic Red #440408
RGB
CMYK
RGB Variations
Color information
#440408 (or 0x440408) is known color: Rustic Red. HEX triplet: 44, 04 and 08. RGB value is (68,4,8). Sum of RGB (Red+Green+Blue) = 68+4+8=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440408 is #BBFBF7. Grayscale: #171717. Windows color (decimal): -12319736 or 525380. OLE color: 525380.
HSL color Cylindrical-coordinate representation of color #440408: hue angle of 356.25º 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 #440408 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 8 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.73 |
| HSL | 356.25º | 0.89% | 0.14% | - |
| HSV(B) | 356.25º | 0.94% | 0.27% | - |
| XYZ | 2.47 | 1.33 | 0.36 | - |
| YUV | 23.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 8 | 0 | 0.94 | 0.88 | 0.73 | 356.25 | 0.89 | 0.14 |
| Hex | 44 | 4 | 8 | 0 | 5E | 58 | 49 | 164 | 59 | E |
| Octal | 104 | 4 | 10 | 0 | 136 | 130 | 111 | 544 | 131 | 16 |
| Binary | 1000100 | 100 | 1000 | 0 | 1011110 | 1011000 | 1001001 | 101100100 | 1011001 | 1110 |
Color Harmonies of #440408
Complementary color
Monochromatic Colors of #440408
Black with #440408
Text Example
Text Example
White with #440408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440408; }
p { color: rgb(68,4,8); }
H1.HeaderClassName
{
color: #440408;
}
.AnyTagClassName
{
color: #440408;
}
</style>
background-color css
<style>
a { background-color: #440408; }
a { background-color: rgb(68,4,8); }
div.DivClassName
{
background-color: #440408;
}
.BgClassName
{
background-color: #440408;
}
</style>
border-color css
<style>
span { border-color: #440408; }
span { border-color: rgb(68,4,8); }
td.TdClassName
{
border-color: #440408;
}
.TagClassName
{
border-color: #440408;
}
</style>