Shades of Rustic Red #2F1214
Tints of Rustic Red #2F1214
RGB
CMYK
RGB Variations
Color information
#2F1214 (or 0x2F1214) is known color: Rustic Red. HEX triplet: 2F, 12 and 14. RGB value is (47,18,20). Sum of RGB (Red+Green+Blue) = 47+18+20=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1214 is #D0EDEB. Grayscale: #1A1A1A. Windows color (decimal): -13692396 or 1315375. OLE color: 1315375.
HSL color Cylindrical-coordinate representation of color #2F1214: hue angle of 355.86º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1214 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 18 | 20 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.82 |
| HSL | 355.86º | 0.45% | 0.13% | - |
| HSV(B) | 355.86º | 0.62% | 0.18% | - |
| XYZ | 1.51 | 1.09 | 0.79 | - |
| YUV | 26.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 20 | 0 | 0.62 | 0.57 | 0.82 | 355.86 | 0.45 | 0.13 |
| Hex | 2F | 12 | 14 | 0 | 3E | 39 | 52 | 164 | 2D | D |
| Octal | 57 | 22 | 24 | 0 | 76 | 71 | 122 | 544 | 55 | 15 |
| Binary | 101111 | 10010 | 10100 | 0 | 111110 | 111001 | 1010010 | 101100100 | 101101 | 1101 |
Color Harmonies of #2F1214
Complementary color
Monochromatic Colors of #2F1214
Black with #2F1214
Text Example
Text Example
White with #2F1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1214; }
p { color: rgb(47,18,20); }
H1.HeaderClassName
{
color: #2F1214;
}
.AnyTagClassName
{
color: #2F1214;
}
</style>
background-color css
<style>
a { background-color: #2F1214; }
a { background-color: rgb(47,18,20); }
div.DivClassName
{
background-color: #2F1214;
}
.BgClassName
{
background-color: #2F1214;
}
</style>
border-color css
<style>
span { border-color: #2F1214; }
span { border-color: rgb(47,18,20); }
td.TdClassName
{
border-color: #2F1214;
}
.TagClassName
{
border-color: #2F1214;
}
</style>