Shades of Rustic Red #44191C
Tints of Rustic Red #44191C
RGB
CMYK
RGB Variations
Color information
#44191C (or 0x44191C) is known color: Rustic Red. HEX triplet: 44, 19 and 1C. RGB value is (68,25,28). Sum of RGB (Red+Green+Blue) = 68+25+28=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191C is #BBE6E3. Grayscale: #262626. Windows color (decimal): -12314340 or 1841476. OLE color: 1841476.
HSL color Cylindrical-coordinate representation of color #44191C: hue angle of 355.81º 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 #44191C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 28 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.73 |
| HSL | 355.81º | 0.46% | 0.18% | - |
| HSV(B) | 355.81º | 0.63% | 0.27% | - |
| XYZ | 2.94 | 2.01 | 1.33 | - |
| YUV | 38.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 28 | 0 | 0.63 | 0.59 | 0.73 | 355.81 | 0.46 | 0.18 |
| Hex | 44 | 19 | 1C | 0 | 3F | 3B | 49 | 164 | 2E | 12 |
| Octal | 104 | 31 | 34 | 0 | 77 | 73 | 111 | 544 | 56 | 22 |
| Binary | 1000100 | 11001 | 11100 | 0 | 111111 | 111011 | 1001001 | 101100100 | 101110 | 10010 |
Color Harmonies of #44191C
Complementary color
Monochromatic Colors of #44191C
Black with #44191C
Text Example
Text Example
White with #44191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44191C; }
p { color: rgb(68,25,28); }
H1.HeaderClassName
{
color: #44191C;
}
.AnyTagClassName
{
color: #44191C;
}
</style>
background-color css
<style>
a { background-color: #44191C; }
a { background-color: rgb(68,25,28); }
div.DivClassName
{
background-color: #44191C;
}
.BgClassName
{
background-color: #44191C;
}
</style>
border-color css
<style>
span { border-color: #44191C; }
span { border-color: rgb(68,25,28); }
td.TdClassName
{
border-color: #44191C;
}
.TagClassName
{
border-color: #44191C;
}
</style>