Shades of Rustic Red #2F0F13
Tints of Rustic Red #2F0F13
RGB
CMYK
RGB Variations
Color information
#2F0F13 (or 0x2F0F13) is known color: Rustic Red. HEX triplet: 2F, 0F and 13. RGB value is (47,15,19). Sum of RGB (Red+Green+Blue) = 47+15+19=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F13 is #D0F0EC. Grayscale: #191919. Windows color (decimal): -13693165 or 1249071. OLE color: 1249071.
HSL color Cylindrical-coordinate representation of color #2F0F13: hue angle of 352.5º 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 #2F0F13 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 15 | 19 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.82 |
| HSL | 352.5º | 0.52% | 0.12% | - |
| HSV(B) | 352.5º | 0.68% | 0.18% | - |
| XYZ | 1.46 | 0.99 | 0.73 | - |
| YUV | 25.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 19 | 0 | 0.68 | 0.60 | 0.82 | 352.5 | 0.52 | 0.12 |
| Hex | 2F | F | 13 | 0 | 44 | 3C | 52 | 160 | 34 | C |
| Octal | 57 | 17 | 23 | 0 | 104 | 74 | 122 | 540 | 64 | 14 |
| Binary | 101111 | 1111 | 10011 | 0 | 1000100 | 111100 | 1010010 | 101100000 | 110100 | 1100 |
Color Harmonies of #2F0F13
Complementary color
Monochromatic Colors of #2F0F13
Black with #2F0F13
Text Example
Text Example
White with #2F0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F13; }
p { color: rgb(47,15,19); }
H1.HeaderClassName
{
color: #2F0F13;
}
.AnyTagClassName
{
color: #2F0F13;
}
</style>
background-color css
<style>
a { background-color: #2F0F13; }
a { background-color: rgb(47,15,19); }
div.DivClassName
{
background-color: #2F0F13;
}
.BgClassName
{
background-color: #2F0F13;
}
</style>
border-color css
<style>
span { border-color: #2F0F13; }
span { border-color: rgb(47,15,19); }
td.TdClassName
{
border-color: #2F0F13;
}
.TagClassName
{
border-color: #2F0F13;
}
</style>