Shades of Rustic Red #1A1014
Tints of Rustic Red #1A1014
RGB
CMYK
RGB Variations
Color information
#1A1014 (or 0x1A1014) is known color: Rustic Red. HEX triplet: 1A, 10 and 14. RGB value is (26,16,20). Sum of RGB (Red+Green+Blue) = 26+16+20=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1014 is #E5EFEB. Grayscale: #131313. Windows color (decimal): -15069164 or 1314842. OLE color: 1314842.
HSL color Cylindrical-coordinate representation of color #1A1014: hue angle of 336º 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 #1A1014 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 20 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.90 |
| HSL | 336º | 0.24% | 0.08% | - |
| HSV(B) | 336º | 0.38% | 0.1% | - |
| XYZ | 0.74 | 0.64 | 0.75 | - |
| YUV | 19.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 20 | 0 | 0.38 | 0.23 | 0.90 | 336 | 0.24 | 0.08 |
| Hex | 1A | 10 | 14 | 0 | 26 | 17 | 5A | 150 | 18 | 8 |
| Octal | 32 | 20 | 24 | 0 | 46 | 27 | 132 | 520 | 30 | 10 |
| Binary | 11010 | 10000 | 10100 | 0 | 100110 | 10111 | 1011010 | 101010000 | 11000 | 1000 |
Color Harmonies of #1A1014
Complementary color
Monochromatic Colors of #1A1014
Black with #1A1014
Text Example
Text Example
White with #1A1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1014; }
p { color: rgb(26,16,20); }
H1.HeaderClassName
{
color: #1A1014;
}
.AnyTagClassName
{
color: #1A1014;
}
</style>
background-color css
<style>
a { background-color: #1A1014; }
a { background-color: rgb(26,16,20); }
div.DivClassName
{
background-color: #1A1014;
}
.BgClassName
{
background-color: #1A1014;
}
</style>
border-color css
<style>
span { border-color: #1A1014; }
span { border-color: rgb(26,16,20); }
td.TdClassName
{
border-color: #1A1014;
}
.TagClassName
{
border-color: #1A1014;
}
</style>