Shades of Rustic Red #2F0F12
Tints of Rustic Red #2F0F12
RGB
CMYK
RGB Variations
Color information
#2F0F12 (or 0x2F0F12) is known color: Rustic Red. HEX triplet: 2F, 0F and 12. RGB value is (47,15,18). Sum of RGB (Red+Green+Blue) = 47+15+18=80 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F12 is #D0F0ED. Grayscale: #181818. Windows color (decimal): -13693166 or 1183535. OLE color: 1183535.
HSL color Cylindrical-coordinate representation of color #2F0F12: hue angle of 354.38º 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 #2F0F12 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 15 | 18 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.82 |
| HSL | 354.38º | 0.52% | 0.12% | - |
| HSV(B) | 354.38º | 0.68% | 0.18% | - |
| XYZ | 1.45 | 0.99 | 0.69 | - |
| YUV | 24.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 18 | 0 | 0.68 | 0.62 | 0.82 | 354.38 | 0.52 | 0.12 |
| Hex | 2F | F | 12 | 0 | 44 | 3E | 52 | 162 | 34 | C |
| Octal | 57 | 17 | 22 | 0 | 104 | 76 | 122 | 542 | 64 | 14 |
| Binary | 101111 | 1111 | 10010 | 0 | 1000100 | 111110 | 1010010 | 101100010 | 110100 | 1100 |
Color Harmonies of #2F0F12
Complementary color
Monochromatic Colors of #2F0F12
Black with #2F0F12
Text Example
Text Example
White with #2F0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F12; }
p { color: rgb(47,15,18); }
H1.HeaderClassName
{
color: #2F0F12;
}
.AnyTagClassName
{
color: #2F0F12;
}
</style>
background-color css
<style>
a { background-color: #2F0F12; }
a { background-color: rgb(47,15,18); }
div.DivClassName
{
background-color: #2F0F12;
}
.BgClassName
{
background-color: #2F0F12;
}
</style>
border-color css
<style>
span { border-color: #2F0F12; }
span { border-color: rgb(47,15,18); }
td.TdClassName
{
border-color: #2F0F12;
}
.TagClassName
{
border-color: #2F0F12;
}
</style>