Shades of Rustic Red #1A010D
Tints of Rustic Red #1A010D
RGB
CMYK
RGB Variations
Color information
#1A010D (or 0x1A010D) is known color: Rustic Red. HEX triplet: 1A, 01 and 0D. RGB value is (26,1,13). Sum of RGB (Red+Green+Blue) = 26+1+13=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A010D is #E5FEF2. Grayscale: #090909. Windows color (decimal): -15073011 or 852250. OLE color: 852250.
HSL color Cylindrical-coordinate representation of color #1A010D: hue angle of 331.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A010D is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 13 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.90 |
| HSL | 331.2º | 0.93% | 0.05% | - |
| HSV(B) | 331.2º | 0.96% | 0.1% | - |
| XYZ | 0.51 | 0.27 | 0.41 | - |
| YUV | 9.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 13 | 0 | 0.96 | 0.5 | 0.90 | 331.2 | 0.93 | 0.05 |
| Hex | 1A | 1 | D | 0 | 60 | 32 | 5A | 14B | 5D | 5 |
| Octal | 32 | 1 | 15 | 0 | 140 | 62 | 132 | 513 | 135 | 5 |
| Binary | 11010 | 1 | 1101 | 0 | 1100000 | 110010 | 1011010 | 101001011 | 1011101 | 101 |
Color Harmonies of #1A010D
Complementary color
Monochromatic Colors of #1A010D
Black with #1A010D
Text Example
Text Example
White with #1A010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A010D; }
p { color: rgb(26,1,13); }
H1.HeaderClassName
{
color: #1A010D;
}
.AnyTagClassName
{
color: #1A010D;
}
</style>
background-color css
<style>
a { background-color: #1A010D; }
a { background-color: rgb(26,1,13); }
div.DivClassName
{
background-color: #1A010D;
}
.BgClassName
{
background-color: #1A010D;
}
</style>
border-color css
<style>
span { border-color: #1A010D; }
span { border-color: rgb(26,1,13); }
td.TdClassName
{
border-color: #1A010D;
}
.TagClassName
{
border-color: #1A010D;
}
</style>