Shades of Rustic Red #2F0005
Tints of Rustic Red #2F0005
RGB
CMYK
RGB Variations
Color information
#2F0005 (or 0x2F0005) is known color: Rustic Red. HEX triplet: 2F, 00 and 05. RGB value is (47,0,5). Sum of RGB (Red+Green+Blue) = 47+0+5=52 (6% of max value = 765). Red value is 47 (18.75% from 255 or 90.38% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0005 is #D0FFFA. Grayscale: #0E0E0E. Windows color (decimal): -13697019 or 327727. OLE color: 327727.
HSL color Cylindrical-coordinate representation of color #2F0005: hue angle of 353.62º 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 #2F0005 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.89 | 0.82 |
| HSL | 353.62º | 1% | 0.09% | - |
| HSV(B) | 353.62º | 1% | 0.18% | - |
| XYZ | 1.2 | 0.62 | 0.2 | - |
| YUV | 14.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 5 | 0 | 1 | 0.89 | 0.82 | 353.62 | 1 | 0.09 |
| Hex | 2F | 0 | 5 | 0 | 64 | 59 | 52 | 162 | 64 | 9 |
| Octal | 57 | 0 | 5 | 0 | 144 | 131 | 122 | 542 | 144 | 11 |
| Binary | 101111 | 0 | 101 | 0 | 1100100 | 1011001 | 1010010 | 101100010 | 1100100 | 1001 |
Color Harmonies of #2F0005
Complementary color
Monochromatic Colors of #2F0005
Black with #2F0005
Text Example
Text Example
White with #2F0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0005; }
p { color: rgb(47,0,5); }
H1.HeaderClassName
{
color: #2F0005;
}
.AnyTagClassName
{
color: #2F0005;
}
</style>
background-color css
<style>
a { background-color: #2F0005; }
a { background-color: rgb(47,0,5); }
div.DivClassName
{
background-color: #2F0005;
}
.BgClassName
{
background-color: #2F0005;
}
</style>
border-color css
<style>
span { border-color: #2F0005; }
span { border-color: rgb(47,0,5); }
td.TdClassName
{
border-color: #2F0005;
}
.TagClassName
{
border-color: #2F0005;
}
</style>