Shades of Rustic Red #2B060C
Tints of Rustic Red #2B060C
RGB
CMYK
RGB Variations
Color information
#2B060C (or 0x2B060C) is known color: Rustic Red. HEX triplet: 2B, 06 and 0C. RGB value is (43,6,12). Sum of RGB (Red+Green+Blue) = 43+6+12=61 (8% of max value = 765). Red value is 43 (17.19% from 255 or 70.49% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 43 - color contains mainly: red. Hex color #2B060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B060C is #D4F9F3. Grayscale: #111111. Windows color (decimal): -13957620 or 788011. OLE color: 788011.
HSL color Cylindrical-coordinate representation of color #2B060C: hue angle of 350.27º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B060C is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 6 | 12 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.83 |
| HSL | 350.27º | 0.76% | 0.1% | - |
| HSV(B) | 350.27º | 0.86% | 0.17% | - |
| XYZ | 1.13 | 0.67 | 0.42 | - |
| YUV | 17.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 12 | 0 | 0.86 | 0.72 | 0.83 | 350.27 | 0.76 | 0.1 |
| Hex | 2B | 6 | C | 0 | 56 | 48 | 53 | 15E | 4C | A |
| Octal | 53 | 6 | 14 | 0 | 126 | 110 | 123 | 536 | 114 | 12 |
| Binary | 101011 | 110 | 1100 | 0 | 1010110 | 1001000 | 1010011 | 101011110 | 1001100 | 1010 |
Color Harmonies of #2B060C
Complementary color
Monochromatic Colors of #2B060C
Black with #2B060C
Text Example
Text Example
White with #2B060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B060C; }
p { color: rgb(43,6,12); }
H1.HeaderClassName
{
color: #2B060C;
}
.AnyTagClassName
{
color: #2B060C;
}
</style>
background-color css
<style>
a { background-color: #2B060C; }
a { background-color: rgb(43,6,12); }
div.DivClassName
{
background-color: #2B060C;
}
.BgClassName
{
background-color: #2B060C;
}
</style>
border-color css
<style>
span { border-color: #2B060C; }
span { border-color: rgb(43,6,12); }
td.TdClassName
{
border-color: #2B060C;
}
.TagClassName
{
border-color: #2B060C;
}
</style>