Shades of Rustic Red #1B0E0F
Tints of Rustic Red #1B0E0F
RGB
CMYK
RGB Variations
Color information
#1B0E0F (or 0x1B0E0F) is known color: Rustic Red. HEX triplet: 1B, 0E and 0F. RGB value is (27,14,15). Sum of RGB (Red+Green+Blue) = 27+14+15=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E0F is #E4F1F0. Grayscale: #121212. Windows color (decimal): -15004145 or 986651. OLE color: 986651.
HSL color Cylindrical-coordinate representation of color #1B0E0F: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B0E0F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 15 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.89 |
| HSL | 355.38º | 0.32% | 0.08% | - |
| HSV(B) | 355.38º | 0.48% | 0.11% | - |
| XYZ | 0.7 | 0.58 | 0.53 | - |
| YUV | 18 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 15 | 0 | 0.48 | 0.44 | 0.89 | 355.38 | 0.32 | 0.08 |
| Hex | 1B | E | F | 0 | 30 | 2C | 59 | 163 | 20 | 8 |
| Octal | 33 | 16 | 17 | 0 | 60 | 54 | 131 | 543 | 40 | 10 |
| Binary | 11011 | 1110 | 1111 | 0 | 110000 | 101100 | 1011001 | 101100011 | 100000 | 1000 |
Color Harmonies of #1B0E0F
Complementary color
Monochromatic Colors of #1B0E0F
Black with #1B0E0F
Text Example
Text Example
White with #1B0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E0F; }
p { color: rgb(27,14,15); }
H1.HeaderClassName
{
color: #1B0E0F;
}
.AnyTagClassName
{
color: #1B0E0F;
}
</style>
background-color css
<style>
a { background-color: #1B0E0F; }
a { background-color: rgb(27,14,15); }
div.DivClassName
{
background-color: #1B0E0F;
}
.BgClassName
{
background-color: #1B0E0F;
}
</style>
border-color css
<style>
span { border-color: #1B0E0F; }
span { border-color: rgb(27,14,15); }
td.TdClassName
{
border-color: #1B0E0F;
}
.TagClassName
{
border-color: #1B0E0F;
}
</style>