Shades of Rustic Red #2F0010
Tints of Rustic Red #2F0010
RGB
CMYK
RGB Variations
Color information
#2F0010 (or 0x2F0010) is known color: Rustic Red. HEX triplet: 2F, 00 and 10. RGB value is (47,0,16). Sum of RGB (Red+Green+Blue) = 47+0+16=63 (8% of max value = 765). Red value is 47 (18.75% from 255 or 74.60% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0010 is #D0FFEF. Grayscale: #0F0F0F. Windows color (decimal): -13697008 or 1048623. OLE color: 1048623.
HSL color Cylindrical-coordinate representation of color #2F0010: hue angle of 339.57º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0010 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.66 | 0.82 |
| HSL | 339.57º | 1% | 0.09% | - |
| HSV(B) | 339.57º | 1% | 0.18% | - |
| XYZ | 1.27 | 0.64 | 0.55 | - |
| YUV | 15.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 16 | 0 | 1 | 0.66 | 0.82 | 339.57 | 1 | 0.09 |
| Hex | 2F | 0 | 10 | 0 | 64 | 42 | 52 | 154 | 64 | 9 |
| Octal | 57 | 0 | 20 | 0 | 144 | 102 | 122 | 524 | 144 | 11 |
| Binary | 101111 | 0 | 10000 | 0 | 1100100 | 1000010 | 1010010 | 101010100 | 1100100 | 1001 |
Color Harmonies of #2F0010
Complementary color
Monochromatic Colors of #2F0010
Black with #2F0010
Text Example
Text Example
White with #2F0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0010; }
p { color: rgb(47,0,16); }
H1.HeaderClassName
{
color: #2F0010;
}
.AnyTagClassName
{
color: #2F0010;
}
</style>
background-color css
<style>
a { background-color: #2F0010; }
a { background-color: rgb(47,0,16); }
div.DivClassName
{
background-color: #2F0010;
}
.BgClassName
{
background-color: #2F0010;
}
</style>
border-color css
<style>
span { border-color: #2F0010; }
span { border-color: rgb(47,0,16); }
td.TdClassName
{
border-color: #2F0010;
}
.TagClassName
{
border-color: #2F0010;
}
</style>