Shades of Rustic Red #2F1C1E
Tints of Rustic Red #2F1C1E
RGB
CMYK
RGB Variations
Color information
#2F1C1E (or 0x2F1C1E) is known color: Rustic Red. HEX triplet: 2F, 1C and 1E. RGB value is (47,28,30). Sum of RGB (Red+Green+Blue) = 47+28+30=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1C1E is #D0E3E1. Grayscale: #212121. Windows color (decimal): -13689826 or 1973295. OLE color: 1973295.
HSL color Cylindrical-coordinate representation of color #2F1C1E: hue angle of 353.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F1C1E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 28 | 30 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.82 |
| HSL | 353.68º | 0.25% | 0.15% | - |
| HSV(B) | 353.68º | 0.4% | 0.18% | - |
| XYZ | 1.82 | 1.53 | 1.43 | - |
| YUV | 33.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 30 | 0 | 0.40 | 0.36 | 0.82 | 353.68 | 0.25 | 0.15 |
| Hex | 2F | 1C | 1E | 0 | 28 | 24 | 52 | 162 | 19 | F |
| Octal | 57 | 34 | 36 | 0 | 50 | 44 | 122 | 542 | 31 | 17 |
| Binary | 101111 | 11100 | 11110 | 0 | 101000 | 100100 | 1010010 | 101100010 | 11001 | 1111 |
Color Harmonies of #2F1C1E
Complementary color
Monochromatic Colors of #2F1C1E
Black with #2F1C1E
Text Example
Text Example
White with #2F1C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C1E; }
p { color: rgb(47,28,30); }
H1.HeaderClassName
{
color: #2F1C1E;
}
.AnyTagClassName
{
color: #2F1C1E;
}
</style>
background-color css
<style>
a { background-color: #2F1C1E; }
a { background-color: rgb(47,28,30); }
div.DivClassName
{
background-color: #2F1C1E;
}
.BgClassName
{
background-color: #2F1C1E;
}
</style>
border-color css
<style>
span { border-color: #2F1C1E; }
span { border-color: rgb(47,28,30); }
td.TdClassName
{
border-color: #2F1C1E;
}
.TagClassName
{
border-color: #2F1C1E;
}
</style>