Shades of Rustic Red #441A1E
Tints of Rustic Red #441A1E
RGB
CMYK
RGB Variations
Color information
#441A1E (or 0x441A1E) is known color: Rustic Red. HEX triplet: 44, 1A and 1E. RGB value is (68,26,30). Sum of RGB (Red+Green+Blue) = 68+26+30=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A1E is #BBE5E1. Grayscale: #272727. Windows color (decimal): -12314082 or 1972804. OLE color: 1972804.
HSL color Cylindrical-coordinate representation of color #441A1E: hue angle of 354.29º 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 #441A1E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 30 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.73 |
| HSL | 354.29º | 0.45% | 0.18% | - |
| HSV(B) | 354.29º | 0.62% | 0.27% | - |
| XYZ | 2.99 | 2.06 | 1.47 | - |
| YUV | 39.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 30 | 0 | 0.62 | 0.56 | 0.73 | 354.29 | 0.45 | 0.18 |
| Hex | 44 | 1A | 1E | 0 | 3E | 38 | 49 | 162 | 2D | 12 |
| Octal | 104 | 32 | 36 | 0 | 76 | 70 | 111 | 542 | 55 | 22 |
| Binary | 1000100 | 11010 | 11110 | 0 | 111110 | 111000 | 1001001 | 101100010 | 101101 | 10010 |
Color Harmonies of #441A1E
Complementary color
Monochromatic Colors of #441A1E
Black with #441A1E
Text Example
Text Example
White with #441A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A1E; }
p { color: rgb(68,26,30); }
H1.HeaderClassName
{
color: #441A1E;
}
.AnyTagClassName
{
color: #441A1E;
}
</style>
background-color css
<style>
a { background-color: #441A1E; }
a { background-color: rgb(68,26,30); }
div.DivClassName
{
background-color: #441A1E;
}
.BgClassName
{
background-color: #441A1E;
}
</style>
border-color css
<style>
span { border-color: #441A1E; }
span { border-color: rgb(68,26,30); }
td.TdClassName
{
border-color: #441A1E;
}
.TagClassName
{
border-color: #441A1E;
}
</style>