Shades of Rustic Red #441A1D
Tints of Rustic Red #441A1D
RGB
CMYK
RGB Variations
Color information
#441A1D (or 0x441A1D) is known color: Rustic Red. HEX triplet: 44, 1A and 1D. RGB value is (68,26,29). Sum of RGB (Red+Green+Blue) = 68+26+29=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A1D is #BBE5E2. Grayscale: #262626. Windows color (decimal): -12314083 or 1907268. OLE color: 1907268.
HSL color Cylindrical-coordinate representation of color #441A1D: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A1D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 29 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.73 |
| HSL | 355.71º | 0.45% | 0.18% | - |
| HSV(B) | 355.71º | 0.62% | 0.27% | - |
| XYZ | 2.98 | 2.06 | 1.4 | - |
| YUV | 38.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 29 | 0 | 0.62 | 0.57 | 0.73 | 355.71 | 0.45 | 0.18 |
| Hex | 44 | 1A | 1D | 0 | 3E | 39 | 49 | 164 | 2D | 12 |
| Octal | 104 | 32 | 35 | 0 | 76 | 71 | 111 | 544 | 55 | 22 |
| Binary | 1000100 | 11010 | 11101 | 0 | 111110 | 111001 | 1001001 | 101100100 | 101101 | 10010 |
Color Harmonies of #441A1D
Complementary color
Monochromatic Colors of #441A1D
Black with #441A1D
Text Example
Text Example
White with #441A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A1D; }
p { color: rgb(68,26,29); }
H1.HeaderClassName
{
color: #441A1D;
}
.AnyTagClassName
{
color: #441A1D;
}
</style>
background-color css
<style>
a { background-color: #441A1D; }
a { background-color: rgb(68,26,29); }
div.DivClassName
{
background-color: #441A1D;
}
.BgClassName
{
background-color: #441A1D;
}
</style>
border-color css
<style>
span { border-color: #441A1D; }
span { border-color: rgb(68,26,29); }
td.TdClassName
{
border-color: #441A1D;
}
.TagClassName
{
border-color: #441A1D;
}
</style>