Shades of Rustic Red #1A0B11
Tints of Rustic Red #1A0B11
RGB
CMYK
RGB Variations
Color information
#1A0B11 (or 0x1A0B11) is known color: Rustic Red. HEX triplet: 1A, 0B and 11. RGB value is (26,11,17). Sum of RGB (Red+Green+Blue) = 26+11+17=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B11 is #E5F4EE. Grayscale: #101010. Windows color (decimal): -15070447 or 1116954. OLE color: 1116954.
HSL color Cylindrical-coordinate representation of color #1A0B11: hue angle of 336º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A0B11 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 17 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.90 |
| HSL | 336º | 0.41% | 0.07% | - |
| HSV(B) | 336º | 0.58% | 0.1% | - |
| XYZ | 0.65 | 0.5 | 0.59 | - |
| YUV | 16.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 17 | 0 | 0.58 | 0.35 | 0.90 | 336 | 0.41 | 0.07 |
| Hex | 1A | B | 11 | 0 | 3A | 23 | 5A | 150 | 29 | 7 |
| Octal | 32 | 13 | 21 | 0 | 72 | 43 | 132 | 520 | 51 | 7 |
| Binary | 11010 | 1011 | 10001 | 0 | 111010 | 100011 | 1011010 | 101010000 | 101001 | 111 |
Color Harmonies of #1A0B11
Complementary color
Monochromatic Colors of #1A0B11
Black with #1A0B11
Text Example
Text Example
White with #1A0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B11; }
p { color: rgb(26,11,17); }
H1.HeaderClassName
{
color: #1A0B11;
}
.AnyTagClassName
{
color: #1A0B11;
}
</style>
background-color css
<style>
a { background-color: #1A0B11; }
a { background-color: rgb(26,11,17); }
div.DivClassName
{
background-color: #1A0B11;
}
.BgClassName
{
background-color: #1A0B11;
}
</style>
border-color css
<style>
span { border-color: #1A0B11; }
span { border-color: rgb(26,11,17); }
td.TdClassName
{
border-color: #1A0B11;
}
.TagClassName
{
border-color: #1A0B11;
}
</style>