Shades of Rustic Red #2F070B
Tints of Rustic Red #2F070B
RGB
CMYK
RGB Variations
Color information
#2F070B (or 0x2F070B) is known color: Rustic Red. HEX triplet: 2F, 07 and 0B. RGB value is (47,7,11). Sum of RGB (Red+Green+Blue) = 47+7+11=65 (8% of max value = 765). Red value is 47 (18.75% from 255 or 72.31% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 47 - color contains mainly: red. Hex color #2F070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F070B is #D0F8F4. Grayscale: #131313. Windows color (decimal): -13695221 or 722735. OLE color: 722735.
HSL color Cylindrical-coordinate representation of color #2F070B: hue angle of 354º 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 #2F070B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 11 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.82 |
| HSL | 354º | 0.74% | 0.11% | - |
| HSV(B) | 354º | 0.85% | 0.18% | - |
| XYZ | 1.31 | 0.78 | 0.4 | - |
| YUV | 19.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 11 | 0 | 0.85 | 0.77 | 0.82 | 354 | 0.74 | 0.11 |
| Hex | 2F | 7 | B | 0 | 55 | 4D | 52 | 162 | 4A | B |
| Octal | 57 | 7 | 13 | 0 | 125 | 115 | 122 | 542 | 112 | 13 |
| Binary | 101111 | 111 | 1011 | 0 | 1010101 | 1001101 | 1010010 | 101100010 | 1001010 | 1011 |
Color Harmonies of #2F070B
Complementary color
Monochromatic Colors of #2F070B
Black with #2F070B
Text Example
Text Example
White with #2F070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F070B; }
p { color: rgb(47,7,11); }
H1.HeaderClassName
{
color: #2F070B;
}
.AnyTagClassName
{
color: #2F070B;
}
</style>
background-color css
<style>
a { background-color: #2F070B; }
a { background-color: rgb(47,7,11); }
div.DivClassName
{
background-color: #2F070B;
}
.BgClassName
{
background-color: #2F070B;
}
</style>
border-color css
<style>
span { border-color: #2F070B; }
span { border-color: rgb(47,7,11); }
td.TdClassName
{
border-color: #2F070B;
}
.TagClassName
{
border-color: #2F070B;
}
</style>