Shades of Rustic Red #1B080E
Tints of Rustic Red #1B080E
RGB
CMYK
RGB Variations
Color information
#1B080E (or 0x1B080E) is known color: Rustic Red. HEX triplet: 1B, 08 and 0E. RGB value is (27,8,14). Sum of RGB (Red+Green+Blue) = 27+8+14=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080E is #E4F7F1. Grayscale: #0E0E0E. Windows color (decimal): -15005682 or 919579. OLE color: 919579.
HSL color Cylindrical-coordinate representation of color #1B080E: hue angle of 341.05º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B080E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 8 | 14 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.89 |
| HSL | 341.05º | 0.54% | 0.07% | - |
| HSV(B) | 341.05º | 0.7% | 0.11% | - |
| XYZ | 0.62 | 0.44 | 0.47 | - |
| YUV | 14.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 14 | 0 | 0.70 | 0.48 | 0.89 | 341.05 | 0.54 | 0.07 |
| Hex | 1B | 8 | E | 0 | 46 | 30 | 59 | 155 | 36 | 7 |
| Octal | 33 | 10 | 16 | 0 | 106 | 60 | 131 | 525 | 66 | 7 |
| Binary | 11011 | 1000 | 1110 | 0 | 1000110 | 110000 | 1011001 | 101010101 | 110110 | 111 |
Color Harmonies of #1B080E
Complementary color
Monochromatic Colors of #1B080E
Black with #1B080E
Text Example
Text Example
White with #1B080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B080E; }
p { color: rgb(27,8,14); }
H1.HeaderClassName
{
color: #1B080E;
}
.AnyTagClassName
{
color: #1B080E;
}
</style>
background-color css
<style>
a { background-color: #1B080E; }
a { background-color: rgb(27,8,14); }
div.DivClassName
{
background-color: #1B080E;
}
.BgClassName
{
background-color: #1B080E;
}
</style>
border-color css
<style>
span { border-color: #1B080E; }
span { border-color: rgb(27,8,14); }
td.TdClassName
{
border-color: #1B080E;
}
.TagClassName
{
border-color: #1B080E;
}
</style>