Shades of Rustic Red #2F0511
Tints of Rustic Red #2F0511
RGB
CMYK
RGB Variations
Color information
#2F0511 (or 0x2F0511) is known color: Rustic Red. HEX triplet: 2F, 05 and 11. RGB value is (47,5,17). Sum of RGB (Red+Green+Blue) = 47+5+17=69 (9% of max value = 765). Red value is 47 (18.75% from 255 or 68.12% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0511 is #D0FAEE. Grayscale: #121212. Windows color (decimal): -13695727 or 1115439. OLE color: 1115439.
HSL color Cylindrical-coordinate representation of color #2F0511: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0511 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 17 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.82 |
| HSL | 342.86º | 0.81% | 0.1% | - |
| HSV(B) | 342.86º | 0.89% | 0.18% | - |
| XYZ | 1.33 | 0.75 | 0.61 | - |
| YUV | 18.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 17 | 0 | 0.89 | 0.64 | 0.82 | 342.86 | 0.81 | 0.1 |
| Hex | 2F | 5 | 11 | 0 | 59 | 40 | 52 | 157 | 51 | A |
| Octal | 57 | 5 | 21 | 0 | 131 | 100 | 122 | 527 | 121 | 12 |
| Binary | 101111 | 101 | 10001 | 0 | 1011001 | 1000000 | 1010010 | 101010111 | 1010001 | 1010 |
Color Harmonies of #2F0511
Complementary color
Monochromatic Colors of #2F0511
Black with #2F0511
Text Example
Text Example
White with #2F0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0511; }
p { color: rgb(47,5,17); }
H1.HeaderClassName
{
color: #2F0511;
}
.AnyTagClassName
{
color: #2F0511;
}
</style>
background-color css
<style>
a { background-color: #2F0511; }
a { background-color: rgb(47,5,17); }
div.DivClassName
{
background-color: #2F0511;
}
.BgClassName
{
background-color: #2F0511;
}
</style>
border-color css
<style>
span { border-color: #2F0511; }
span { border-color: rgb(47,5,17); }
td.TdClassName
{
border-color: #2F0511;
}
.TagClassName
{
border-color: #2F0511;
}
</style>