Shades of Rustic Red #2F191D
Tints of Rustic Red #2F191D
RGB
CMYK
RGB Variations
Color information
#2F191D (or 0x2F191D) is known color: Rustic Red. HEX triplet: 2F, 19 and 1D. RGB value is (47,25,29). Sum of RGB (Red+Green+Blue) = 47+25+29=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F191D is #D0E6E2. Grayscale: #202020. Windows color (decimal): -13690595 or 1906991. OLE color: 1906991.
HSL color Cylindrical-coordinate representation of color #2F191D: hue angle of 349.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F191D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 25 | 29 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.82 |
| HSL | 349.09º | 0.31% | 0.14% | - |
| HSV(B) | 349.09º | 0.47% | 0.18% | - |
| XYZ | 1.74 | 1.39 | 1.34 | - |
| YUV | 32.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 29 | 0 | 0.47 | 0.38 | 0.82 | 349.09 | 0.31 | 0.14 |
| Hex | 2F | 19 | 1D | 0 | 2F | 26 | 52 | 15D | 1F | E |
| Octal | 57 | 31 | 35 | 0 | 57 | 46 | 122 | 535 | 37 | 16 |
| Binary | 101111 | 11001 | 11101 | 0 | 101111 | 100110 | 1010010 | 101011101 | 11111 | 1110 |
Color Harmonies of #2F191D
Complementary color
Monochromatic Colors of #2F191D
Black with #2F191D
Text Example
Text Example
White with #2F191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F191D; }
p { color: rgb(47,25,29); }
H1.HeaderClassName
{
color: #2F191D;
}
.AnyTagClassName
{
color: #2F191D;
}
</style>
background-color css
<style>
a { background-color: #2F191D; }
a { background-color: rgb(47,25,29); }
div.DivClassName
{
background-color: #2F191D;
}
.BgClassName
{
background-color: #2F191D;
}
</style>
border-color css
<style>
span { border-color: #2F191D; }
span { border-color: rgb(47,25,29); }
td.TdClassName
{
border-color: #2F191D;
}
.TagClassName
{
border-color: #2F191D;
}
</style>