Shades of Rustic Red #1A090D
Tints of Rustic Red #1A090D
RGB
CMYK
RGB Variations
Color information
#1A090D (or 0x1A090D) is known color: Rustic Red. HEX triplet: 1A, 09 and 0D. RGB value is (26,9,13). Sum of RGB (Red+Green+Blue) = 26+9+13=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090D is #E5F6F2. Grayscale: #0E0E0E. Windows color (decimal): -15070963 or 854298. OLE color: 854298.
HSL color Cylindrical-coordinate representation of color #1A090D: hue angle of 345.88º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A090D is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 13 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.90 |
| HSL | 345.88º | 0.49% | 0.07% | - |
| HSV(B) | 345.88º | 0.65% | 0.1% | - |
| XYZ | 0.6 | 0.44 | 0.44 | - |
| YUV | 14.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 13 | 0 | 0.65 | 0.5 | 0.90 | 345.88 | 0.49 | 0.07 |
| Hex | 1A | 9 | D | 0 | 41 | 32 | 5A | 15A | 31 | 7 |
| Octal | 32 | 11 | 15 | 0 | 101 | 62 | 132 | 532 | 61 | 7 |
| Binary | 11010 | 1001 | 1101 | 0 | 1000001 | 110010 | 1011010 | 101011010 | 110001 | 111 |
Color Harmonies of #1A090D
Complementary color
Monochromatic Colors of #1A090D
Black with #1A090D
Text Example
Text Example
White with #1A090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A090D; }
p { color: rgb(26,9,13); }
H1.HeaderClassName
{
color: #1A090D;
}
.AnyTagClassName
{
color: #1A090D;
}
</style>
background-color css
<style>
a { background-color: #1A090D; }
a { background-color: rgb(26,9,13); }
div.DivClassName
{
background-color: #1A090D;
}
.BgClassName
{
background-color: #1A090D;
}
</style>
border-color css
<style>
span { border-color: #1A090D; }
span { border-color: rgb(26,9,13); }
td.TdClassName
{
border-color: #1A090D;
}
.TagClassName
{
border-color: #1A090D;
}
</style>