Shades of Rustic Red #441B1D
Tints of Rustic Red #441B1D
RGB
CMYK
RGB Variations
Color information
#441B1D (or 0x441B1D) is known color: Rustic Red. HEX triplet: 44, 1B and 1D. RGB value is (68,27,29). Sum of RGB (Red+Green+Blue) = 68+27+29=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B1D is #BBE4E2. Grayscale: #272727. Windows color (decimal): -12313827 or 1907524. OLE color: 1907524.
HSL color Cylindrical-coordinate representation of color #441B1D: hue angle of 357.07º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B1D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 29 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.73 |
| HSL | 357.07º | 0.43% | 0.19% | - |
| HSV(B) | 357.07º | 0.6% | 0.27% | - |
| XYZ | 3 | 2.1 | 1.41 | - |
| YUV | 39.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 29 | 0 | 0.60 | 0.57 | 0.73 | 357.07 | 0.43 | 0.19 |
| Hex | 44 | 1B | 1D | 0 | 3C | 39 | 49 | 165 | 2B | 13 |
| Octal | 104 | 33 | 35 | 0 | 74 | 71 | 111 | 545 | 53 | 23 |
| Binary | 1000100 | 11011 | 11101 | 0 | 111100 | 111001 | 1001001 | 101100101 | 101011 | 10011 |
Color Harmonies of #441B1D
Complementary color
Monochromatic Colors of #441B1D
Black with #441B1D
Text Example
Text Example
White with #441B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B1D; }
p { color: rgb(68,27,29); }
H1.HeaderClassName
{
color: #441B1D;
}
.AnyTagClassName
{
color: #441B1D;
}
</style>
background-color css
<style>
a { background-color: #441B1D; }
a { background-color: rgb(68,27,29); }
div.DivClassName
{
background-color: #441B1D;
}
.BgClassName
{
background-color: #441B1D;
}
</style>
border-color css
<style>
span { border-color: #441B1D; }
span { border-color: rgb(68,27,29); }
td.TdClassName
{
border-color: #441B1D;
}
.TagClassName
{
border-color: #441B1D;
}
</style>