Shades of Rustic Red #1B030B
Tints of Rustic Red #1B030B
RGB
CMYK
RGB Variations
Color information
#1B030B (or 0x1B030B) is known color: Rustic Red. HEX triplet: 1B, 03 and 0B. RGB value is (27,3,11). Sum of RGB (Red+Green+Blue) = 27+3+11=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030B is #E4FCF4. Grayscale: #0B0B0B. Windows color (decimal): -15006965 or 721691. OLE color: 721691.
HSL color Cylindrical-coordinate representation of color #1B030B: hue angle of 340º 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 #1B030B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 3 | 11 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.89 |
| HSL | 340º | 0.8% | 0.06% | - |
| HSV(B) | 340º | 0.89% | 0.11% | - |
| XYZ | 0.54 | 0.32 | 0.35 | - |
| YUV | 11.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 11 | 0 | 0.89 | 0.59 | 0.89 | 340 | 0.8 | 0.06 |
| Hex | 1B | 3 | B | 0 | 59 | 3B | 59 | 154 | 50 | 6 |
| Octal | 33 | 3 | 13 | 0 | 131 | 73 | 131 | 524 | 120 | 6 |
| Binary | 11011 | 11 | 1011 | 0 | 1011001 | 111011 | 1011001 | 101010100 | 1010000 | 110 |
Color Harmonies of #1B030B
Complementary color
Monochromatic Colors of #1B030B
Black with #1B030B
Text Example
Text Example
White with #1B030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B030B; }
p { color: rgb(27,3,11); }
H1.HeaderClassName
{
color: #1B030B;
}
.AnyTagClassName
{
color: #1B030B;
}
</style>
background-color css
<style>
a { background-color: #1B030B; }
a { background-color: rgb(27,3,11); }
div.DivClassName
{
background-color: #1B030B;
}
.BgClassName
{
background-color: #1B030B;
}
</style>
border-color css
<style>
span { border-color: #1B030B; }
span { border-color: rgb(27,3,11); }
td.TdClassName
{
border-color: #1B030B;
}
.TagClassName
{
border-color: #1B030B;
}
</style>