Shades of Rustic Red #1A050B
Tints of Rustic Red #1A050B
RGB
CMYK
RGB Variations
Color information
#1A050B (or 0x1A050B) is known color: Rustic Red. HEX triplet: 1A, 05 and 0B. RGB value is (26,5,11). Sum of RGB (Red+Green+Blue) = 26+5+11=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050B is #E5FAF4. Grayscale: #0B0B0B. Windows color (decimal): -15071989 or 722202. OLE color: 722202.
HSL color Cylindrical-coordinate representation of color #1A050B: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A050B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 11 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.90 |
| HSL | 342.86º | 0.68% | 0.06% | - |
| HSV(B) | 342.86º | 0.81% | 0.1% | - |
| XYZ | 0.54 | 0.35 | 0.36 | - |
| YUV | 11.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 11 | 0 | 0.81 | 0.58 | 0.90 | 342.86 | 0.68 | 0.06 |
| Hex | 1A | 5 | B | 0 | 51 | 3A | 5A | 157 | 44 | 6 |
| Octal | 32 | 5 | 13 | 0 | 121 | 72 | 132 | 527 | 104 | 6 |
| Binary | 11010 | 101 | 1011 | 0 | 1010001 | 111010 | 1011010 | 101010111 | 1000100 | 110 |
Color Harmonies of #1A050B
Complementary color
Monochromatic Colors of #1A050B
Black with #1A050B
Text Example
Text Example
White with #1A050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A050B; }
p { color: rgb(26,5,11); }
H1.HeaderClassName
{
color: #1A050B;
}
.AnyTagClassName
{
color: #1A050B;
}
</style>
background-color css
<style>
a { background-color: #1A050B; }
a { background-color: rgb(26,5,11); }
div.DivClassName
{
background-color: #1A050B;
}
.BgClassName
{
background-color: #1A050B;
}
</style>
border-color css
<style>
span { border-color: #1A050B; }
span { border-color: rgb(26,5,11); }
td.TdClassName
{
border-color: #1A050B;
}
.TagClassName
{
border-color: #1A050B;
}
</style>