Shades of Rustic Red #44191D
Tints of Rustic Red #44191D
RGB
CMYK
RGB Variations
Color information
#44191D (or 0x44191D) is known color: Rustic Red. HEX triplet: 44, 19 and 1D. RGB value is (68,25,29). Sum of RGB (Red+Green+Blue) = 68+25+29=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191D is #BBE6E2. Grayscale: #262626. Windows color (decimal): -12314339 or 1907012. OLE color: 1907012.
HSL color Cylindrical-coordinate representation of color #44191D: hue angle of 354.42º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44191D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 29 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.73 |
| HSL | 354.42º | 0.46% | 0.18% | - |
| HSV(B) | 354.42º | 0.63% | 0.27% | - |
| XYZ | 2.95 | 2.01 | 1.4 | - |
| YUV | 38.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 29 | 0 | 0.63 | 0.57 | 0.73 | 354.42 | 0.46 | 0.18 |
| Hex | 44 | 19 | 1D | 0 | 3F | 39 | 49 | 162 | 2E | 12 |
| Octal | 104 | 31 | 35 | 0 | 77 | 71 | 111 | 542 | 56 | 22 |
| Binary | 1000100 | 11001 | 11101 | 0 | 111111 | 111001 | 1001001 | 101100010 | 101110 | 10010 |
Color Harmonies of #44191D
Complementary color
Monochromatic Colors of #44191D
Black with #44191D
Text Example
Text Example
White with #44191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44191D; }
p { color: rgb(68,25,29); }
H1.HeaderClassName
{
color: #44191D;
}
.AnyTagClassName
{
color: #44191D;
}
</style>
background-color css
<style>
a { background-color: #44191D; }
a { background-color: rgb(68,25,29); }
div.DivClassName
{
background-color: #44191D;
}
.BgClassName
{
background-color: #44191D;
}
</style>
border-color css
<style>
span { border-color: #44191D; }
span { border-color: rgb(68,25,29); }
td.TdClassName
{
border-color: #44191D;
}
.TagClassName
{
border-color: #44191D;
}
</style>