Shades of Rustic Red #1B060A
Tints of Rustic Red #1B060A
RGB
CMYK
RGB Variations
Color information
#1B060A (or 0x1B060A) is known color: Rustic Red. HEX triplet: 1B, 06 and 0A. RGB value is (27,6,10). Sum of RGB (Red+Green+Blue) = 27+6+10=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060A is #E4F9F5. Grayscale: #0C0C0C. Windows color (decimal): -15006198 or 656923. OLE color: 656923.
HSL color Cylindrical-coordinate representation of color #1B060A: hue angle of 348.57º 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 #1B060A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 10 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.89 |
| HSL | 348.57º | 0.64% | 0.06% | - |
| HSV(B) | 348.57º | 0.78% | 0.11% | - |
| XYZ | 0.57 | 0.39 | 0.33 | - |
| YUV | 12.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 10 | 0 | 0.78 | 0.63 | 0.89 | 348.57 | 0.64 | 0.06 |
| Hex | 1B | 6 | A | 0 | 4E | 3F | 59 | 15D | 40 | 6 |
| Octal | 33 | 6 | 12 | 0 | 116 | 77 | 131 | 535 | 100 | 6 |
| Binary | 11011 | 110 | 1010 | 0 | 1001110 | 111111 | 1011001 | 101011101 | 1000000 | 110 |
Color Harmonies of #1B060A
Complementary color
Monochromatic Colors of #1B060A
Black with #1B060A
Text Example
Text Example
White with #1B060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B060A; }
p { color: rgb(27,6,10); }
H1.HeaderClassName
{
color: #1B060A;
}
.AnyTagClassName
{
color: #1B060A;
}
</style>
background-color css
<style>
a { background-color: #1B060A; }
a { background-color: rgb(27,6,10); }
div.DivClassName
{
background-color: #1B060A;
}
.BgClassName
{
background-color: #1B060A;
}
</style>
border-color css
<style>
span { border-color: #1B060A; }
span { border-color: rgb(27,6,10); }
td.TdClassName
{
border-color: #1B060A;
}
.TagClassName
{
border-color: #1B060A;
}
</style>