Shades of Rustic Red #2F0D10
Tints of Rustic Red #2F0D10
RGB
CMYK
RGB Variations
Color information
#2F0D10 (or 0x2F0D10) is known color: Rustic Red. HEX triplet: 2F, 0D and 10. RGB value is (47,13,16). Sum of RGB (Red+Green+Blue) = 47+13+16=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0D10 is #D0F2EF. Grayscale: #171717. Windows color (decimal): -13693680 or 1051951. OLE color: 1051951.
HSL color Cylindrical-coordinate representation of color #2F0D10: hue angle of 354.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F0D10 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 13 | 16 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.82 |
| HSL | 354.71º | 0.57% | 0.12% | - |
| HSV(B) | 354.71º | 0.72% | 0.18% | - |
| XYZ | 1.41 | 0.93 | 0.6 | - |
| YUV | 23.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 16 | 0 | 0.72 | 0.66 | 0.82 | 354.71 | 0.57 | 0.12 |
| Hex | 2F | D | 10 | 0 | 48 | 42 | 52 | 163 | 39 | C |
| Octal | 57 | 15 | 20 | 0 | 110 | 102 | 122 | 543 | 71 | 14 |
| Binary | 101111 | 1101 | 10000 | 0 | 1001000 | 1000010 | 1010010 | 101100011 | 111001 | 1100 |
Color Harmonies of #2F0D10
Complementary color
Monochromatic Colors of #2F0D10
Black with #2F0D10
Text Example
Text Example
White with #2F0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D10; }
p { color: rgb(47,13,16); }
H1.HeaderClassName
{
color: #2F0D10;
}
.AnyTagClassName
{
color: #2F0D10;
}
</style>
background-color css
<style>
a { background-color: #2F0D10; }
a { background-color: rgb(47,13,16); }
div.DivClassName
{
background-color: #2F0D10;
}
.BgClassName
{
background-color: #2F0D10;
}
</style>
border-color css
<style>
span { border-color: #2F0D10; }
span { border-color: rgb(47,13,16); }
td.TdClassName
{
border-color: #2F0D10;
}
.TagClassName
{
border-color: #2F0D10;
}
</style>