Shades of Rustic Red #1A1011
Tints of Rustic Red #1A1011
RGB
CMYK
RGB Variations
Color information
#1A1011 (or 0x1A1011) is known color: Rustic Red. HEX triplet: 1A, 10 and 11. RGB value is (26,16,17). Sum of RGB (Red+Green+Blue) = 26+16+17=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1011 is #E5EFEE. Grayscale: #131313. Windows color (decimal): -15069167 or 1118234. OLE color: 1118234.
HSL color Cylindrical-coordinate representation of color #1A1011: hue angle of 354º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1011 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 17 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.90 |
| HSL | 354º | 0.24% | 0.08% | - |
| HSV(B) | 354º | 0.38% | 0.1% | - |
| XYZ | 0.71 | 0.63 | 0.61 | - |
| YUV | 19.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 17 | 0 | 0.38 | 0.35 | 0.90 | 354 | 0.24 | 0.08 |
| Hex | 1A | 10 | 11 | 0 | 26 | 23 | 5A | 162 | 18 | 8 |
| Octal | 32 | 20 | 21 | 0 | 46 | 43 | 132 | 542 | 30 | 10 |
| Binary | 11010 | 10000 | 10001 | 0 | 100110 | 100011 | 1011010 | 101100010 | 11000 | 1000 |
Color Harmonies of #1A1011
Complementary color
Monochromatic Colors of #1A1011
Black with #1A1011
Text Example
Text Example
White with #1A1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1011; }
p { color: rgb(26,16,17); }
H1.HeaderClassName
{
color: #1A1011;
}
.AnyTagClassName
{
color: #1A1011;
}
</style>
background-color css
<style>
a { background-color: #1A1011; }
a { background-color: rgb(26,16,17); }
div.DivClassName
{
background-color: #1A1011;
}
.BgClassName
{
background-color: #1A1011;
}
</style>
border-color css
<style>
span { border-color: #1A1011; }
span { border-color: rgb(26,16,17); }
td.TdClassName
{
border-color: #1A1011;
}
.TagClassName
{
border-color: #1A1011;
}
</style>