Shades of Rustic Red #1B0C0E
Tints of Rustic Red #1B0C0E
RGB
CMYK
RGB Variations
Color information
#1B0C0E (or 0x1B0C0E) is known color: Rustic Red. HEX triplet: 1B, 0C and 0E. RGB value is (27,12,14). Sum of RGB (Red+Green+Blue) = 27+12+14=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C0E is #E4F3F1. Grayscale: #101010. Windows color (decimal): -15004658 or 920603. OLE color: 920603.
HSL color Cylindrical-coordinate representation of color #1B0C0E: hue angle of 352º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0C0E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 14 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.89 |
| HSL | 352º | 0.38% | 0.08% | - |
| HSV(B) | 352º | 0.56% | 0.11% | - |
| XYZ | 0.66 | 0.53 | 0.48 | - |
| YUV | 16.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 14 | 0 | 0.56 | 0.48 | 0.89 | 352 | 0.38 | 0.08 |
| Hex | 1B | C | E | 0 | 38 | 30 | 59 | 160 | 26 | 8 |
| Octal | 33 | 14 | 16 | 0 | 70 | 60 | 131 | 540 | 46 | 10 |
| Binary | 11011 | 1100 | 1110 | 0 | 111000 | 110000 | 1011001 | 101100000 | 100110 | 1000 |
Color Harmonies of #1B0C0E
Complementary color
Monochromatic Colors of #1B0C0E
Black with #1B0C0E
Text Example
Text Example
White with #1B0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C0E; }
p { color: rgb(27,12,14); }
H1.HeaderClassName
{
color: #1B0C0E;
}
.AnyTagClassName
{
color: #1B0C0E;
}
</style>
background-color css
<style>
a { background-color: #1B0C0E; }
a { background-color: rgb(27,12,14); }
div.DivClassName
{
background-color: #1B0C0E;
}
.BgClassName
{
background-color: #1B0C0E;
}
</style>
border-color css
<style>
span { border-color: #1B0C0E; }
span { border-color: rgb(27,12,14); }
td.TdClassName
{
border-color: #1B0C0E;
}
.TagClassName
{
border-color: #1B0C0E;
}
</style>