Shades of Rustic Red #2F0111
Tints of Rustic Red #2F0111
RGB
CMYK
RGB Variations
Color information
#2F0111 (or 0x2F0111) is known color: Rustic Red. HEX triplet: 2F, 01 and 11. RGB value is (47,1,17). Sum of RGB (Red+Green+Blue) = 47+1+17=65 (8% of max value = 765). Red value is 47 (18.75% from 255 or 72.31% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0111 is #D0FEEE. Grayscale: #101010. Windows color (decimal): -13696751 or 1114415. OLE color: 1114415.
HSL color Cylindrical-coordinate representation of color #2F0111: hue angle of 339.13º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0111 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.82 |
| HSL | 339.13º | 0.96% | 0.09% | - |
| HSV(B) | 339.13º | 0.98% | 0.18% | - |
| XYZ | 1.28 | 0.67 | 0.59 | - |
| YUV | 16.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 17 | 0 | 0.98 | 0.64 | 0.82 | 339.13 | 0.96 | 0.09 |
| Hex | 2F | 1 | 11 | 0 | 62 | 40 | 52 | 153 | 60 | 9 |
| Octal | 57 | 1 | 21 | 0 | 142 | 100 | 122 | 523 | 140 | 11 |
| Binary | 101111 | 1 | 10001 | 0 | 1100010 | 1000000 | 1010010 | 101010011 | 1100000 | 1001 |
Color Harmonies of #2F0111
Complementary color
Monochromatic Colors of #2F0111
Black with #2F0111
Text Example
Text Example
White with #2F0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0111; }
p { color: rgb(47,1,17); }
H1.HeaderClassName
{
color: #2F0111;
}
.AnyTagClassName
{
color: #2F0111;
}
</style>
background-color css
<style>
a { background-color: #2F0111; }
a { background-color: rgb(47,1,17); }
div.DivClassName
{
background-color: #2F0111;
}
.BgClassName
{
background-color: #2F0111;
}
</style>
border-color css
<style>
span { border-color: #2F0111; }
span { border-color: rgb(47,1,17); }
td.TdClassName
{
border-color: #2F0111;
}
.TagClassName
{
border-color: #2F0111;
}
</style>