Shades of Rustic Red #44050B
Tints of Rustic Red #44050B
RGB
CMYK
RGB Variations
Color information
#44050B (or 0x44050B) is known color: Rustic Red. HEX triplet: 44, 05 and 0B. RGB value is (68,5,11). Sum of RGB (Red+Green+Blue) = 68+5+11=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #44050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44050B is #BBFAF4. Grayscale: #181818. Windows color (decimal): -12319477 or 722244. OLE color: 722244.
HSL color Cylindrical-coordinate representation of color #44050B: hue angle of 354.29º 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 #44050B is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 11 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.73 |
| HSL | 354.29º | 0.86% | 0.14% | - |
| HSV(B) | 354.29º | 0.93% | 0.27% | - |
| XYZ | 2.5 | 1.36 | 0.45 | - |
| YUV | 24.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 11 | 0 | 0.93 | 0.84 | 0.73 | 354.29 | 0.86 | 0.14 |
| Hex | 44 | 5 | B | 0 | 5D | 54 | 49 | 162 | 56 | E |
| Octal | 104 | 5 | 13 | 0 | 135 | 124 | 111 | 542 | 126 | 16 |
| Binary | 1000100 | 101 | 1011 | 0 | 1011101 | 1010100 | 1001001 | 101100010 | 1010110 | 1110 |
Color Harmonies of #44050B
Complementary color
Monochromatic Colors of #44050B
Black with #44050B
Text Example
Text Example
White with #44050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44050B; }
p { color: rgb(68,5,11); }
H1.HeaderClassName
{
color: #44050B;
}
.AnyTagClassName
{
color: #44050B;
}
</style>
background-color css
<style>
a { background-color: #44050B; }
a { background-color: rgb(68,5,11); }
div.DivClassName
{
background-color: #44050B;
}
.BgClassName
{
background-color: #44050B;
}
</style>
border-color css
<style>
span { border-color: #44050B; }
span { border-color: rgb(68,5,11); }
td.TdClassName
{
border-color: #44050B;
}
.TagClassName
{
border-color: #44050B;
}
</style>