Shades of Rustic Red #2F0311
Tints of Rustic Red #2F0311
RGB
CMYK
RGB Variations
Color information
#2F0311 (or 0x2F0311) is known color: Rustic Red. HEX triplet: 2F, 03 and 11. RGB value is (47,3,17). Sum of RGB (Red+Green+Blue) = 47+3+17=67 (8% of max value = 765). Red value is 47 (18.75% from 255 or 70.15% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0311 is #D0FCEE. Grayscale: #111111. Windows color (decimal): -13696239 or 1114927. OLE color: 1114927.
HSL color Cylindrical-coordinate representation of color #2F0311: hue angle of 340.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0311 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 17 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.82 |
| HSL | 340.91º | 0.88% | 0.1% | - |
| HSV(B) | 340.91º | 0.94% | 0.18% | - |
| XYZ | 1.31 | 0.71 | 0.6 | - |
| YUV | 17.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 17 | 0 | 0.94 | 0.64 | 0.82 | 340.91 | 0.88 | 0.1 |
| Hex | 2F | 3 | 11 | 0 | 5E | 40 | 52 | 155 | 58 | A |
| Octal | 57 | 3 | 21 | 0 | 136 | 100 | 122 | 525 | 130 | 12 |
| Binary | 101111 | 11 | 10001 | 0 | 1011110 | 1000000 | 1010010 | 101010101 | 1011000 | 1010 |
Color Harmonies of #2F0311
Complementary color
Monochromatic Colors of #2F0311
Black with #2F0311
Text Example
Text Example
White with #2F0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0311; }
p { color: rgb(47,3,17); }
H1.HeaderClassName
{
color: #2F0311;
}
.AnyTagClassName
{
color: #2F0311;
}
</style>
background-color css
<style>
a { background-color: #2F0311; }
a { background-color: rgb(47,3,17); }
div.DivClassName
{
background-color: #2F0311;
}
.BgClassName
{
background-color: #2F0311;
}
</style>
border-color css
<style>
span { border-color: #2F0311; }
span { border-color: rgb(47,3,17); }
td.TdClassName
{
border-color: #2F0311;
}
.TagClassName
{
border-color: #2F0311;
}
</style>