Shades of Rustic Red #44141B
Tints of Rustic Red #44141B
RGB
CMYK
RGB Variations
Color information
#44141B (or 0x44141B) is known color: Rustic Red. HEX triplet: 44, 14 and 1B. RGB value is (68,20,27). Sum of RGB (Red+Green+Blue) = 68+20+27=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44141B is #BBEBE4. Grayscale: #232323. Windows color (decimal): -12315621 or 1774660. OLE color: 1774660.
HSL color Cylindrical-coordinate representation of color #44141B: hue angle of 351.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44141B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 27 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.73 |
| HSL | 351.25º | 0.55% | 0.17% | - |
| HSV(B) | 351.25º | 0.71% | 0.27% | - |
| XYZ | 2.83 | 1.81 | 1.24 | - |
| YUV | 35.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 27 | 0 | 0.71 | 0.60 | 0.73 | 351.25 | 0.55 | 0.17 |
| Hex | 44 | 14 | 1B | 0 | 47 | 3C | 49 | 15F | 37 | 11 |
| Octal | 104 | 24 | 33 | 0 | 107 | 74 | 111 | 537 | 67 | 21 |
| Binary | 1000100 | 10100 | 11011 | 0 | 1000111 | 111100 | 1001001 | 101011111 | 110111 | 10001 |
Color Harmonies of #44141B
Complementary color
Monochromatic Colors of #44141B
Black with #44141B
Text Example
Text Example
White with #44141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44141B; }
p { color: rgb(68,20,27); }
H1.HeaderClassName
{
color: #44141B;
}
.AnyTagClassName
{
color: #44141B;
}
</style>
background-color css
<style>
a { background-color: #44141B; }
a { background-color: rgb(68,20,27); }
div.DivClassName
{
background-color: #44141B;
}
.BgClassName
{
background-color: #44141B;
}
</style>
border-color css
<style>
span { border-color: #44141B; }
span { border-color: rgb(68,20,27); }
td.TdClassName
{
border-color: #44141B;
}
.TagClassName
{
border-color: #44141B;
}
</style>