Shades of Rustic Red #2B060F
Tints of Rustic Red #2B060F
RGB
CMYK
RGB Variations
Color information
#2B060F (or 0x2B060F) is known color: Rustic Red. HEX triplet: 2B, 06 and 0F. RGB value is (43,6,15). Sum of RGB (Red+Green+Blue) = 43+6+15=64 (8% of max value = 765). Red value is 43 (17.19% from 255 or 67.19% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 43 - color contains mainly: red. Hex color #2B060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B060F is #D4F9F0. Grayscale: #121212. Windows color (decimal): -13957617 or 984619. OLE color: 984619.
HSL color Cylindrical-coordinate representation of color #2B060F: hue angle of 345.41º 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 #2B060F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 6 | 15 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.83 |
| HSL | 345.41º | 0.76% | 0.1% | - |
| HSV(B) | 345.41º | 0.86% | 0.17% | - |
| XYZ | 1.15 | 0.68 | 0.52 | - |
| YUV | 18.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 15 | 0 | 0.86 | 0.65 | 0.83 | 345.41 | 0.76 | 0.1 |
| Hex | 2B | 6 | F | 0 | 56 | 41 | 53 | 159 | 4C | A |
| Octal | 53 | 6 | 17 | 0 | 126 | 101 | 123 | 531 | 114 | 12 |
| Binary | 101011 | 110 | 1111 | 0 | 1010110 | 1000001 | 1010011 | 101011001 | 1001100 | 1010 |
Color Harmonies of #2B060F
Complementary color
Monochromatic Colors of #2B060F
Black with #2B060F
Text Example
Text Example
White with #2B060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B060F; }
p { color: rgb(43,6,15); }
H1.HeaderClassName
{
color: #2B060F;
}
.AnyTagClassName
{
color: #2B060F;
}
</style>
background-color css
<style>
a { background-color: #2B060F; }
a { background-color: rgb(43,6,15); }
div.DivClassName
{
background-color: #2B060F;
}
.BgClassName
{
background-color: #2B060F;
}
</style>
border-color css
<style>
span { border-color: #2B060F; }
span { border-color: rgb(43,6,15); }
td.TdClassName
{
border-color: #2B060F;
}
.TagClassName
{
border-color: #2B060F;
}
</style>