Shades of Rustic Red #1B060B
Tints of Rustic Red #1B060B
RGB
CMYK
RGB Variations
Color information
#1B060B (or 0x1B060B) is known color: Rustic Red. HEX triplet: 1B, 06 and 0B. RGB value is (27,6,11). Sum of RGB (Red+Green+Blue) = 27+6+11=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060B is #E4F9F4. Grayscale: #0C0C0C. Windows color (decimal): -15006197 or 722459. OLE color: 722459.
HSL color Cylindrical-coordinate representation of color #1B060B: hue angle of 345.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B060B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 11 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.89 |
| HSL | 345.71º | 0.64% | 0.06% | - |
| HSV(B) | 345.71º | 0.78% | 0.11% | - |
| XYZ | 0.58 | 0.39 | 0.36 | - |
| YUV | 12.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 11 | 0 | 0.78 | 0.59 | 0.89 | 345.71 | 0.64 | 0.06 |
| Hex | 1B | 6 | B | 0 | 4E | 3B | 59 | 15A | 40 | 6 |
| Octal | 33 | 6 | 13 | 0 | 116 | 73 | 131 | 532 | 100 | 6 |
| Binary | 11011 | 110 | 1011 | 0 | 1001110 | 111011 | 1011001 | 101011010 | 1000000 | 110 |
Color Harmonies of #1B060B
Complementary color
Monochromatic Colors of #1B060B
Black with #1B060B
Text Example
Text Example
White with #1B060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B060B; }
p { color: rgb(27,6,11); }
H1.HeaderClassName
{
color: #1B060B;
}
.AnyTagClassName
{
color: #1B060B;
}
</style>
background-color css
<style>
a { background-color: #1B060B; }
a { background-color: rgb(27,6,11); }
div.DivClassName
{
background-color: #1B060B;
}
.BgClassName
{
background-color: #1B060B;
}
</style>
border-color css
<style>
span { border-color: #1B060B; }
span { border-color: rgb(27,6,11); }
td.TdClassName
{
border-color: #1B060B;
}
.TagClassName
{
border-color: #1B060B;
}
</style>