Shades of Rustic Red #1B0006
Tints of Rustic Red #1B0006
RGB
CMYK
RGB Variations
Color information
#1B0006 (or 0x1B0006) is known color: Rustic Red. HEX triplet: 1B, 00 and 06. RGB value is (27,0,6). Sum of RGB (Red+Green+Blue) = 27+0+6=33 (4% of max value = 765). Red value is 27 (10.94% from 255 or 81.82% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0006 is #E4FFF9. Grayscale: #080808. Windows color (decimal): -15007738 or 393243. OLE color: 393243.
HSL color Cylindrical-coordinate representation of color #1B0006: hue angle of 346.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0006 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.78 | 0.89 |
| HSL | 346.67º | 1% | 0.05% | - |
| HSV(B) | 346.67º | 1% | 0.11% | - |
| XYZ | 0.48 | 0.25 | 0.19 | - |
| YUV | 8.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 6 | 0 | 1 | 0.78 | 0.89 | 346.67 | 1 | 0.05 |
| Hex | 1B | 0 | 6 | 0 | 64 | 4E | 59 | 15B | 64 | 5 |
| Octal | 33 | 0 | 6 | 0 | 144 | 116 | 131 | 533 | 144 | 5 |
| Binary | 11011 | 0 | 110 | 0 | 1100100 | 1001110 | 1011001 | 101011011 | 1100100 | 101 |
Color Harmonies of #1B0006
Complementary color
Monochromatic Colors of #1B0006
Black with #1B0006
Text Example
Text Example
White with #1B0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0006; }
p { color: rgb(27,0,6); }
H1.HeaderClassName
{
color: #1B0006;
}
.AnyTagClassName
{
color: #1B0006;
}
</style>
background-color css
<style>
a { background-color: #1B0006; }
a { background-color: rgb(27,0,6); }
div.DivClassName
{
background-color: #1B0006;
}
.BgClassName
{
background-color: #1B0006;
}
</style>
border-color css
<style>
span { border-color: #1B0006; }
span { border-color: rgb(27,0,6); }
td.TdClassName
{
border-color: #1B0006;
}
.TagClassName
{
border-color: #1B0006;
}
</style>