Shades of Rustic Red #1A000D
Tints of Rustic Red #1A000D
RGB
CMYK
RGB Variations
Color information
#1A000D (or 0x1A000D) is known color: Rustic Red. HEX triplet: 1A, 00 and 0D. RGB value is (26,0,13). Sum of RGB (Red+Green+Blue) = 26+0+13=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000D is #E5FFF2. Grayscale: #090909. Windows color (decimal): -15073267 or 851994. OLE color: 851994.
HSL color Cylindrical-coordinate representation of color #1A000D: hue angle of 330º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A000D is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.5 | 0.90 |
| HSL | 330º | 1% | 0.05% | - |
| HSV(B) | 330º | 1% | 0.1% | - |
| XYZ | 0.5 | 0.25 | 0.4 | - |
| YUV | 9.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 13 | 0 | 1 | 0.5 | 0.90 | 330 | 1 | 0.05 |
| Hex | 1A | 0 | D | 0 | 64 | 32 | 5A | 14A | 64 | 5 |
| Octal | 32 | 0 | 15 | 0 | 144 | 62 | 132 | 512 | 144 | 5 |
| Binary | 11010 | 0 | 1101 | 0 | 1100100 | 110010 | 1011010 | 101001010 | 1100100 | 101 |
Color Harmonies of #1A000D
Complementary color
Monochromatic Colors of #1A000D
Black with #1A000D
Text Example
Text Example
White with #1A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A000D; }
p { color: rgb(26,0,13); }
H1.HeaderClassName
{
color: #1A000D;
}
.AnyTagClassName
{
color: #1A000D;
}
</style>
background-color css
<style>
a { background-color: #1A000D; }
a { background-color: rgb(26,0,13); }
div.DivClassName
{
background-color: #1A000D;
}
.BgClassName
{
background-color: #1A000D;
}
</style>
border-color css
<style>
span { border-color: #1A000D; }
span { border-color: rgb(26,0,13); }
td.TdClassName
{
border-color: #1A000D;
}
.TagClassName
{
border-color: #1A000D;
}
</style>