Shades of Rustic Red #2F0F11
Tints of Rustic Red #2F0F11
RGB
CMYK
RGB Variations
Color information
#2F0F11 (or 0x2F0F11) is known color: Rustic Red. HEX triplet: 2F, 0F and 11. RGB value is (47,15,17). Sum of RGB (Red+Green+Blue) = 47+15+17=79 (10% of max value = 765). Red value is 47 (18.75% from 255 or 59.49% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F11 is #D0F0EE. Grayscale: #181818. Windows color (decimal): -13693167 or 1117999. OLE color: 1117999.
HSL color Cylindrical-coordinate representation of color #2F0F11: hue angle of 356.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F0F11 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 15 | 17 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.82 |
| HSL | 356.25º | 0.52% | 0.12% | - |
| HSV(B) | 356.25º | 0.68% | 0.18% | - |
| XYZ | 1.44 | 0.99 | 0.64 | - |
| YUV | 24.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 17 | 0 | 0.68 | 0.64 | 0.82 | 356.25 | 0.52 | 0.12 |
| Hex | 2F | F | 11 | 0 | 44 | 40 | 52 | 164 | 34 | C |
| Octal | 57 | 17 | 21 | 0 | 104 | 100 | 122 | 544 | 64 | 14 |
| Binary | 101111 | 1111 | 10001 | 0 | 1000100 | 1000000 | 1010010 | 101100100 | 110100 | 1100 |
Color Harmonies of #2F0F11
Complementary color
Monochromatic Colors of #2F0F11
Black with #2F0F11
Text Example
Text Example
White with #2F0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F11; }
p { color: rgb(47,15,17); }
H1.HeaderClassName
{
color: #2F0F11;
}
.AnyTagClassName
{
color: #2F0F11;
}
</style>
background-color css
<style>
a { background-color: #2F0F11; }
a { background-color: rgb(47,15,17); }
div.DivClassName
{
background-color: #2F0F11;
}
.BgClassName
{
background-color: #2F0F11;
}
</style>
border-color css
<style>
span { border-color: #2F0F11; }
span { border-color: rgb(47,15,17); }
td.TdClassName
{
border-color: #2F0F11;
}
.TagClassName
{
border-color: #2F0F11;
}
</style>