Shades of Rustic Red #44191A
Tints of Rustic Red #44191A
RGB
CMYK
RGB Variations
Color information
#44191A (or 0x44191A) is known color: Rustic Red. HEX triplet: 44, 19 and 1A. RGB value is (68,25,26). Sum of RGB (Red+Green+Blue) = 68+25+26=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #44191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191A is #BBE6E5. Grayscale: #262626. Windows color (decimal): -12314342 or 1710404. OLE color: 1710404.
HSL color Cylindrical-coordinate representation of color #44191A: hue angle of 358.6º 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 #44191A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 26 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.73 |
| HSL | 358.6º | 0.46% | 0.18% | - |
| HSV(B) | 358.6º | 0.63% | 0.27% | - |
| XYZ | 2.92 | 2 | 1.21 | - |
| YUV | 37.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 26 | 0 | 0.63 | 0.62 | 0.73 | 358.6 | 0.46 | 0.18 |
| Hex | 44 | 19 | 1A | 0 | 3F | 3E | 49 | 167 | 2E | 12 |
| Octal | 104 | 31 | 32 | 0 | 77 | 76 | 111 | 547 | 56 | 22 |
| Binary | 1000100 | 11001 | 11010 | 0 | 111111 | 111110 | 1001001 | 101100111 | 101110 | 10010 |
Color Harmonies of #44191A
Complementary color
Monochromatic Colors of #44191A
Black with #44191A
Text Example
Text Example
White with #44191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44191A; }
p { color: rgb(68,25,26); }
H1.HeaderClassName
{
color: #44191A;
}
.AnyTagClassName
{
color: #44191A;
}
</style>
background-color css
<style>
a { background-color: #44191A; }
a { background-color: rgb(68,25,26); }
div.DivClassName
{
background-color: #44191A;
}
.BgClassName
{
background-color: #44191A;
}
</style>
border-color css
<style>
span { border-color: #44191A; }
span { border-color: rgb(68,25,26); }
td.TdClassName
{
border-color: #44191A;
}
.TagClassName
{
border-color: #44191A;
}
</style>