Shades of Rustic Red #1B060C
Tints of Rustic Red #1B060C
RGB
CMYK
RGB Variations
Color information
#1B060C (or 0x1B060C) is known color: Rustic Red. HEX triplet: 1B, 06 and 0C. RGB value is (27,6,12). Sum of RGB (Red+Green+Blue) = 27+6+12=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060C is #E4F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15006196 or 787995. OLE color: 787995.
HSL color Cylindrical-coordinate representation of color #1B060C: hue angle of 342.86º 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 #1B060C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 12 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.89 |
| HSL | 342.86º | 0.64% | 0.06% | - |
| HSV(B) | 342.86º | 0.78% | 0.11% | - |
| XYZ | 0.58 | 0.39 | 0.39 | - |
| YUV | 12.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 12 | 0 | 0.78 | 0.56 | 0.89 | 342.86 | 0.64 | 0.06 |
| Hex | 1B | 6 | C | 0 | 4E | 38 | 59 | 157 | 40 | 6 |
| Octal | 33 | 6 | 14 | 0 | 116 | 70 | 131 | 527 | 100 | 6 |
| Binary | 11011 | 110 | 1100 | 0 | 1001110 | 111000 | 1011001 | 101010111 | 1000000 | 110 |
Color Harmonies of #1B060C
Complementary color
Monochromatic Colors of #1B060C
Black with #1B060C
Text Example
Text Example
White with #1B060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B060C; }
p { color: rgb(27,6,12); }
H1.HeaderClassName
{
color: #1B060C;
}
.AnyTagClassName
{
color: #1B060C;
}
</style>
background-color css
<style>
a { background-color: #1B060C; }
a { background-color: rgb(27,6,12); }
div.DivClassName
{
background-color: #1B060C;
}
.BgClassName
{
background-color: #1B060C;
}
</style>
border-color css
<style>
span { border-color: #1B060C; }
span { border-color: rgb(27,6,12); }
td.TdClassName
{
border-color: #1B060C;
}
.TagClassName
{
border-color: #1B060C;
}
</style>