Shades of Rustic Red #2F070D
Tints of Rustic Red #2F070D
RGB
CMYK
RGB Variations
Color information
#2F070D (or 0x2F070D) is known color: Rustic Red. HEX triplet: 2F, 07 and 0D. RGB value is (47,7,13). Sum of RGB (Red+Green+Blue) = 47+7+13=67 (8% of max value = 765). Red value is 47 (18.75% from 255 or 70.15% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 47 - color contains mainly: red. Hex color #2F070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F070D is #D0F8F2. Grayscale: #131313. Windows color (decimal): -13695219 or 853807. OLE color: 853807.
HSL color Cylindrical-coordinate representation of color #2F070D: hue angle of 351º 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 #2F070D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 13 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.82 |
| HSL | 351º | 0.74% | 0.11% | - |
| HSV(B) | 351º | 0.85% | 0.18% | - |
| XYZ | 1.32 | 0.79 | 0.46 | - |
| YUV | 19.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 13 | 0 | 0.85 | 0.72 | 0.82 | 351 | 0.74 | 0.11 |
| Hex | 2F | 7 | D | 0 | 55 | 48 | 52 | 15F | 4A | B |
| Octal | 57 | 7 | 15 | 0 | 125 | 110 | 122 | 537 | 112 | 13 |
| Binary | 101111 | 111 | 1101 | 0 | 1010101 | 1001000 | 1010010 | 101011111 | 1001010 | 1011 |
Color Harmonies of #2F070D
Complementary color
Monochromatic Colors of #2F070D
Black with #2F070D
Text Example
Text Example
White with #2F070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F070D; }
p { color: rgb(47,7,13); }
H1.HeaderClassName
{
color: #2F070D;
}
.AnyTagClassName
{
color: #2F070D;
}
</style>
background-color css
<style>
a { background-color: #2F070D; }
a { background-color: rgb(47,7,13); }
div.DivClassName
{
background-color: #2F070D;
}
.BgClassName
{
background-color: #2F070D;
}
</style>
border-color css
<style>
span { border-color: #2F070D; }
span { border-color: rgb(47,7,13); }
td.TdClassName
{
border-color: #2F070D;
}
.TagClassName
{
border-color: #2F070D;
}
</style>