Shades of Rustic Red #2F050C
Tints of Rustic Red #2F050C
RGB
CMYK
RGB Variations
Color information
#2F050C (or 0x2F050C) is known color: Rustic Red. HEX triplet: 2F, 05 and 0C. RGB value is (47,5,12). Sum of RGB (Red+Green+Blue) = 47+5+12=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F050C is #D0FAF3. Grayscale: #121212. Windows color (decimal): -13695732 or 787759. OLE color: 787759.
HSL color Cylindrical-coordinate representation of color #2F050C: hue angle of 350º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F050C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 5 | 12 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.82 |
| HSL | 350º | 0.81% | 0.1% | - |
| HSV(B) | 350º | 0.89% | 0.18% | - |
| XYZ | 1.29 | 0.74 | 0.42 | - |
| YUV | 18.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 12 | 0 | 0.89 | 0.74 | 0.82 | 350 | 0.81 | 0.1 |
| Hex | 2F | 5 | C | 0 | 59 | 4A | 52 | 15E | 51 | A |
| Octal | 57 | 5 | 14 | 0 | 131 | 112 | 122 | 536 | 121 | 12 |
| Binary | 101111 | 101 | 1100 | 0 | 1011001 | 1001010 | 1010010 | 101011110 | 1010001 | 1010 |
Color Harmonies of #2F050C
Complementary color
Monochromatic Colors of #2F050C
Black with #2F050C
Text Example
Text Example
White with #2F050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F050C; }
p { color: rgb(47,5,12); }
H1.HeaderClassName
{
color: #2F050C;
}
.AnyTagClassName
{
color: #2F050C;
}
</style>
background-color css
<style>
a { background-color: #2F050C; }
a { background-color: rgb(47,5,12); }
div.DivClassName
{
background-color: #2F050C;
}
.BgClassName
{
background-color: #2F050C;
}
</style>
border-color css
<style>
span { border-color: #2F050C; }
span { border-color: rgb(47,5,12); }
td.TdClassName
{
border-color: #2F050C;
}
.TagClassName
{
border-color: #2F050C;
}
</style>