Shades of Rustic Red #2F0717
Tints of Rustic Red #2F0717
RGB
CMYK
RGB Variations
Color information
#2F0717 (or 0x2F0717) is known color: Rustic Red. HEX triplet: 2F, 07 and 17. RGB value is (47,7,23). Sum of RGB (Red+Green+Blue) = 47+7+23=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0717 is #D0F8E8. Grayscale: #141414. Windows color (decimal): -13695209 or 1509167. OLE color: 1509167.
HSL color Cylindrical-coordinate representation of color #2F0717: hue angle of 336º 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 #2F0717 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 23 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.82 |
| HSL | 336º | 0.74% | 0.11% | - |
| HSV(B) | 336º | 0.85% | 0.18% | - |
| XYZ | 1.4 | 0.82 | 0.89 | - |
| YUV | 20.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 23 | 0 | 0.85 | 0.51 | 0.82 | 336 | 0.74 | 0.11 |
| Hex | 2F | 7 | 17 | 0 | 55 | 33 | 52 | 150 | 4A | B |
| Octal | 57 | 7 | 27 | 0 | 125 | 63 | 122 | 520 | 112 | 13 |
| Binary | 101111 | 111 | 10111 | 0 | 1010101 | 110011 | 1010010 | 101010000 | 1001010 | 1011 |
Color Harmonies of #2F0717
Complementary color
Monochromatic Colors of #2F0717
Black with #2F0717
Text Example
Text Example
White with #2F0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0717; }
p { color: rgb(47,7,23); }
H1.HeaderClassName
{
color: #2F0717;
}
.AnyTagClassName
{
color: #2F0717;
}
</style>
background-color css
<style>
a { background-color: #2F0717; }
a { background-color: rgb(47,7,23); }
div.DivClassName
{
background-color: #2F0717;
}
.BgClassName
{
background-color: #2F0717;
}
</style>
border-color css
<style>
span { border-color: #2F0717; }
span { border-color: rgb(47,7,23); }
td.TdClassName
{
border-color: #2F0717;
}
.TagClassName
{
border-color: #2F0717;
}
</style>