Shades of Rustic Red #2F070A
Tints of Rustic Red #2F070A
RGB
CMYK
RGB Variations
Color information
#2F070A (or 0x2F070A) is known color: Rustic Red. HEX triplet: 2F, 07 and 0A. RGB value is (47,7,10). Sum of RGB (Red+Green+Blue) = 47+7+10=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F070A is #D0F8F5. Grayscale: #131313. Windows color (decimal): -13695222 or 657199. OLE color: 657199.
HSL color Cylindrical-coordinate representation of color #2F070A: hue angle of 355.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F070A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 10 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.82 |
| HSL | 355.5º | 0.74% | 0.11% | - |
| HSV(B) | 355.5º | 0.85% | 0.18% | - |
| XYZ | 1.3 | 0.78 | 0.37 | - |
| YUV | 19.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 10 | 0 | 0.85 | 0.79 | 0.82 | 355.5 | 0.74 | 0.11 |
| Hex | 2F | 7 | A | 0 | 55 | 4F | 52 | 164 | 4A | B |
| Octal | 57 | 7 | 12 | 0 | 125 | 117 | 122 | 544 | 112 | 13 |
| Binary | 101111 | 111 | 1010 | 0 | 1010101 | 1001111 | 1010010 | 101100100 | 1001010 | 1011 |
Color Harmonies of #2F070A
Complementary color
Monochromatic Colors of #2F070A
Black with #2F070A
Text Example
Text Example
White with #2F070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F070A; }
p { color: rgb(47,7,10); }
H1.HeaderClassName
{
color: #2F070A;
}
.AnyTagClassName
{
color: #2F070A;
}
</style>
background-color css
<style>
a { background-color: #2F070A; }
a { background-color: rgb(47,7,10); }
div.DivClassName
{
background-color: #2F070A;
}
.BgClassName
{
background-color: #2F070A;
}
</style>
border-color css
<style>
span { border-color: #2F070A; }
span { border-color: rgb(47,7,10); }
td.TdClassName
{
border-color: #2F070A;
}
.TagClassName
{
border-color: #2F070A;
}
</style>