Shades of Rustic Red #2F1316
Tints of Rustic Red #2F1316
RGB
CMYK
RGB Variations
Color information
#2F1316 (or 0x2F1316) is known color: Rustic Red. HEX triplet: 2F, 13 and 16. RGB value is (47,19,22). Sum of RGB (Red+Green+Blue) = 47+19+22=88 (11% of max value = 765). Red value is 47 (18.75% from 255 or 53.41% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1316 is #D0ECE9. Grayscale: #1B1B1B. Windows color (decimal): -13692138 or 1446703. OLE color: 1446703.
HSL color Cylindrical-coordinate representation of color #2F1316: hue angle of 353.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F1316 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 19 | 22 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.82 |
| HSL | 353.57º | 0.42% | 0.13% | - |
| HSV(B) | 353.57º | 0.6% | 0.18% | - |
| XYZ | 1.55 | 1.13 | 0.9 | - |
| YUV | 27.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 22 | 0 | 0.60 | 0.53 | 0.82 | 353.57 | 0.42 | 0.13 |
| Hex | 2F | 13 | 16 | 0 | 3C | 35 | 52 | 162 | 2A | D |
| Octal | 57 | 23 | 26 | 0 | 74 | 65 | 122 | 542 | 52 | 15 |
| Binary | 101111 | 10011 | 10110 | 0 | 111100 | 110101 | 1010010 | 101100010 | 101010 | 1101 |
Color Harmonies of #2F1316
Complementary color
Monochromatic Colors of #2F1316
Black with #2F1316
Text Example
Text Example
White with #2F1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1316; }
p { color: rgb(47,19,22); }
H1.HeaderClassName
{
color: #2F1316;
}
.AnyTagClassName
{
color: #2F1316;
}
</style>
background-color css
<style>
a { background-color: #2F1316; }
a { background-color: rgb(47,19,22); }
div.DivClassName
{
background-color: #2F1316;
}
.BgClassName
{
background-color: #2F1316;
}
</style>
border-color css
<style>
span { border-color: #2F1316; }
span { border-color: rgb(47,19,22); }
td.TdClassName
{
border-color: #2F1316;
}
.TagClassName
{
border-color: #2F1316;
}
</style>