Shades of Rustic Red #2F0616
Tints of Rustic Red #2F0616
RGB
CMYK
RGB Variations
Color information
#2F0616 (or 0x2F0616) is known color: Rustic Red. HEX triplet: 2F, 06 and 16. RGB value is (47,6,22). Sum of RGB (Red+Green+Blue) = 47+6+22=75 (9% of max value = 765). Red value is 47 (18.75% from 255 or 62.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0616 is #D0F9E9. Grayscale: #141414. Windows color (decimal): -13695466 or 1443375. OLE color: 1443375.
HSL color Cylindrical-coordinate representation of color #2F0616: hue angle of 336.59º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F0616 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 6 | 22 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.82 |
| HSL | 336.59º | 0.77% | 0.1% | - |
| HSV(B) | 336.59º | 0.87% | 0.18% | - |
| XYZ | 1.38 | 0.79 | 0.84 | - |
| YUV | 20.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 22 | 0 | 0.87 | 0.53 | 0.82 | 336.59 | 0.77 | 0.1 |
| Hex | 2F | 6 | 16 | 0 | 57 | 35 | 52 | 151 | 4D | A |
| Octal | 57 | 6 | 26 | 0 | 127 | 65 | 122 | 521 | 115 | 12 |
| Binary | 101111 | 110 | 10110 | 0 | 1010111 | 110101 | 1010010 | 101010001 | 1001101 | 1010 |
Color Harmonies of #2F0616
Complementary color
Monochromatic Colors of #2F0616
Black with #2F0616
Text Example
Text Example
White with #2F0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0616; }
p { color: rgb(47,6,22); }
H1.HeaderClassName
{
color: #2F0616;
}
.AnyTagClassName
{
color: #2F0616;
}
</style>
background-color css
<style>
a { background-color: #2F0616; }
a { background-color: rgb(47,6,22); }
div.DivClassName
{
background-color: #2F0616;
}
.BgClassName
{
background-color: #2F0616;
}
</style>
border-color css
<style>
span { border-color: #2F0616; }
span { border-color: rgb(47,6,22); }
td.TdClassName
{
border-color: #2F0616;
}
.TagClassName
{
border-color: #2F0616;
}
</style>