Shades of Rustic Red #1A090B
Tints of Rustic Red #1A090B
RGB
CMYK
RGB Variations
Color information
#1A090B (or 0x1A090B) is known color: Rustic Red. HEX triplet: 1A, 09 and 0B. RGB value is (26,9,11). Sum of RGB (Red+Green+Blue) = 26+9+11=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090B is #E5F6F4. Grayscale: #0E0E0E. Windows color (decimal): -15070965 or 723226. OLE color: 723226.
HSL color Cylindrical-coordinate representation of color #1A090B: hue angle of 352.94º 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 #1A090B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 11 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.90 |
| HSL | 352.94º | 0.49% | 0.07% | - |
| HSV(B) | 352.94º | 0.65% | 0.1% | - |
| XYZ | 0.58 | 0.44 | 0.37 | - |
| YUV | 14.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 11 | 0 | 0.65 | 0.58 | 0.90 | 352.94 | 0.49 | 0.07 |
| Hex | 1A | 9 | B | 0 | 41 | 3A | 5A | 161 | 31 | 7 |
| Octal | 32 | 11 | 13 | 0 | 101 | 72 | 132 | 541 | 61 | 7 |
| Binary | 11010 | 1001 | 1011 | 0 | 1000001 | 111010 | 1011010 | 101100001 | 110001 | 111 |
Color Harmonies of #1A090B
Complementary color
Monochromatic Colors of #1A090B
Black with #1A090B
Text Example
Text Example
White with #1A090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A090B; }
p { color: rgb(26,9,11); }
H1.HeaderClassName
{
color: #1A090B;
}
.AnyTagClassName
{
color: #1A090B;
}
</style>
background-color css
<style>
a { background-color: #1A090B; }
a { background-color: rgb(26,9,11); }
div.DivClassName
{
background-color: #1A090B;
}
.BgClassName
{
background-color: #1A090B;
}
</style>
border-color css
<style>
span { border-color: #1A090B; }
span { border-color: rgb(26,9,11); }
td.TdClassName
{
border-color: #1A090B;
}
.TagClassName
{
border-color: #1A090B;
}
</style>