Shades of Rustic Red #1A0B0C
Tints of Rustic Red #1A0B0C
RGB
CMYK
RGB Variations
Color information
#1A0B0C (or 0x1A0B0C) is known color: Rustic Red. HEX triplet: 1A, 0B and 0C. RGB value is (26,11,12). Sum of RGB (Red+Green+Blue) = 26+11+12=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B0C is #E5F4F3. Grayscale: #0F0F0F. Windows color (decimal): -15070452 or 789274. OLE color: 789274.
HSL color Cylindrical-coordinate representation of color #1A0B0C: hue angle of 356º 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 #1A0B0C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 12 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.90 |
| HSL | 356º | 0.41% | 0.07% | - |
| HSV(B) | 356º | 0.58% | 0.1% | - |
| XYZ | 0.61 | 0.49 | 0.41 | - |
| YUV | 15.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 12 | 0 | 0.58 | 0.54 | 0.90 | 356 | 0.41 | 0.07 |
| Hex | 1A | B | C | 0 | 3A | 36 | 5A | 164 | 29 | 7 |
| Octal | 32 | 13 | 14 | 0 | 72 | 66 | 132 | 544 | 51 | 7 |
| Binary | 11010 | 1011 | 1100 | 0 | 111010 | 110110 | 1011010 | 101100100 | 101001 | 111 |
Color Harmonies of #1A0B0C
Complementary color
Monochromatic Colors of #1A0B0C
Black with #1A0B0C
Text Example
Text Example
White with #1A0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B0C; }
p { color: rgb(26,11,12); }
H1.HeaderClassName
{
color: #1A0B0C;
}
.AnyTagClassName
{
color: #1A0B0C;
}
</style>
background-color css
<style>
a { background-color: #1A0B0C; }
a { background-color: rgb(26,11,12); }
div.DivClassName
{
background-color: #1A0B0C;
}
.BgClassName
{
background-color: #1A0B0C;
}
</style>
border-color css
<style>
span { border-color: #1A0B0C; }
span { border-color: rgb(26,11,12); }
td.TdClassName
{
border-color: #1A0B0C;
}
.TagClassName
{
border-color: #1A0B0C;
}
</style>