Shades of Rustic Red #440208
Tints of Rustic Red #440208
RGB
CMYK
RGB Variations
Color information
#440208 (or 0x440208) is known color: Rustic Red. HEX triplet: 44, 02 and 08. RGB value is (68,2,8). Sum of RGB (Red+Green+Blue) = 68+2+8=78 (10% of max value = 765). Red value is 68 (26.95% from 255 or 87.18% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 68 - color contains mainly: red. Hex color #440208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440208 is #BBFDF7. Grayscale: #161616. Windows color (decimal): -12320248 or 524868. OLE color: 524868.
HSL color Cylindrical-coordinate representation of color #440208: hue angle of 354.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440208 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 8 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.73 |
| HSL | 354.55º | 0.94% | 0.14% | - |
| HSV(B) | 354.55º | 0.97% | 0.27% | - |
| XYZ | 2.45 | 1.29 | 0.35 | - |
| YUV | 22.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 8 | 0 | 0.97 | 0.88 | 0.73 | 354.55 | 0.94 | 0.14 |
| Hex | 44 | 2 | 8 | 0 | 61 | 58 | 49 | 163 | 5E | E |
| Octal | 104 | 2 | 10 | 0 | 141 | 130 | 111 | 543 | 136 | 16 |
| Binary | 1000100 | 10 | 1000 | 0 | 1100001 | 1011000 | 1001001 | 101100011 | 1011110 | 1110 |
Color Harmonies of #440208
Complementary color
Monochromatic Colors of #440208
Black with #440208
Text Example
Text Example
White with #440208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440208; }
p { color: rgb(68,2,8); }
H1.HeaderClassName
{
color: #440208;
}
.AnyTagClassName
{
color: #440208;
}
</style>
background-color css
<style>
a { background-color: #440208; }
a { background-color: rgb(68,2,8); }
div.DivClassName
{
background-color: #440208;
}
.BgClassName
{
background-color: #440208;
}
</style>
border-color css
<style>
span { border-color: #440208; }
span { border-color: rgb(68,2,8); }
td.TdClassName
{
border-color: #440208;
}
.TagClassName
{
border-color: #440208;
}
</style>