Shades of Rustic Red #1B010E
Tints of Rustic Red #1B010E
RGB
CMYK
RGB Variations
Color information
#1B010E (or 0x1B010E) is known color: Rustic Red. HEX triplet: 1B, 01 and 0E. RGB value is (27,1,14). Sum of RGB (Red+Green+Blue) = 27+1+14=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B010E is #E4FEF1. Grayscale: #0A0A0A. Windows color (decimal): -15007474 or 917787. OLE color: 917787.
HSL color Cylindrical-coordinate representation of color #1B010E: hue angle of 330º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B010E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 14 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.89 |
| HSL | 330º | 0.93% | 0.05% | - |
| HSV(B) | 330º | 0.96% | 0.11% | - |
| XYZ | 0.54 | 0.29 | 0.44 | - |
| YUV | 10.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 14 | 0 | 0.96 | 0.48 | 0.89 | 330 | 0.93 | 0.05 |
| Hex | 1B | 1 | E | 0 | 60 | 30 | 59 | 14A | 5D | 5 |
| Octal | 33 | 1 | 16 | 0 | 140 | 60 | 131 | 512 | 135 | 5 |
| Binary | 11011 | 1 | 1110 | 0 | 1100000 | 110000 | 1011001 | 101001010 | 1011101 | 101 |
Color Harmonies of #1B010E
Complementary color
Monochromatic Colors of #1B010E
Black with #1B010E
Text Example
Text Example
White with #1B010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B010E; }
p { color: rgb(27,1,14); }
H1.HeaderClassName
{
color: #1B010E;
}
.AnyTagClassName
{
color: #1B010E;
}
</style>
background-color css
<style>
a { background-color: #1B010E; }
a { background-color: rgb(27,1,14); }
div.DivClassName
{
background-color: #1B010E;
}
.BgClassName
{
background-color: #1B010E;
}
</style>
border-color css
<style>
span { border-color: #1B010E; }
span { border-color: rgb(27,1,14); }
td.TdClassName
{
border-color: #1B010E;
}
.TagClassName
{
border-color: #1B010E;
}
</style>