Shades of Rustic Red #1B030E
Tints of Rustic Red #1B030E
RGB
CMYK
RGB Variations
Color information
#1B030E (or 0x1B030E) is known color: Rustic Red. HEX triplet: 1B, 03 and 0E. RGB value is (27,3,14). Sum of RGB (Red+Green+Blue) = 27+3+14=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030E is #E4FCF1. Grayscale: #0B0B0B. Windows color (decimal): -15006962 or 918299. OLE color: 918299.
HSL color Cylindrical-coordinate representation of color #1B030E: hue angle of 332.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B030E is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 3 | 14 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.89 |
| HSL | 332.5º | 0.8% | 0.06% | - |
| HSV(B) | 332.5º | 0.89% | 0.11% | - |
| XYZ | 0.56 | 0.33 | 0.45 | - |
| YUV | 11.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 14 | 0 | 0.89 | 0.48 | 0.89 | 332.5 | 0.8 | 0.06 |
| Hex | 1B | 3 | E | 0 | 59 | 30 | 59 | 14C | 50 | 6 |
| Octal | 33 | 3 | 16 | 0 | 131 | 60 | 131 | 514 | 120 | 6 |
| Binary | 11011 | 11 | 1110 | 0 | 1011001 | 110000 | 1011001 | 101001100 | 1010000 | 110 |
Color Harmonies of #1B030E
Complementary color
Monochromatic Colors of #1B030E
Black with #1B030E
Text Example
Text Example
White with #1B030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B030E; }
p { color: rgb(27,3,14); }
H1.HeaderClassName
{
color: #1B030E;
}
.AnyTagClassName
{
color: #1B030E;
}
</style>
background-color css
<style>
a { background-color: #1B030E; }
a { background-color: rgb(27,3,14); }
div.DivClassName
{
background-color: #1B030E;
}
.BgClassName
{
background-color: #1B030E;
}
</style>
border-color css
<style>
span { border-color: #1B030E; }
span { border-color: rgb(27,3,14); }
td.TdClassName
{
border-color: #1B030E;
}
.TagClassName
{
border-color: #1B030E;
}
</style>