Shades of Rustic Red #2F0001
Tints of Rustic Red #2F0001
RGB
CMYK
RGB Variations
Color information
#2F0001 (or 0x2F0001) is known color: Rustic Red. HEX triplet: 2F, 00 and 01. RGB value is (47,0,1). Sum of RGB (Red+Green+Blue) = 47+0+1=48 (6% of max value = 765). Red value is 47 (18.75% from 255 or 97.92% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0001 is #D0FFFE. Grayscale: #0E0E0E. Windows color (decimal): -13697023 or 65583. OLE color: 65583.
HSL color Cylindrical-coordinate representation of color #2F0001: hue angle of 358.72º 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 #2F0001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.98 | 0.82 |
| HSL | 358.72º | 1% | 0.09% | - |
| HSV(B) | 358.72º | 1% | 0.18% | - |
| XYZ | 1.18 | 0.61 | 0.08 | - |
| YUV | 14.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 1 | 0 | 1 | 0.98 | 0.82 | 358.72 | 1 | 0.09 |
| Hex | 2F | 0 | 1 | 0 | 64 | 62 | 52 | 167 | 64 | 9 |
| Octal | 57 | 0 | 1 | 0 | 144 | 142 | 122 | 547 | 144 | 11 |
| Binary | 101111 | 0 | 1 | 0 | 1100100 | 1100010 | 1010010 | 101100111 | 1100100 | 1001 |
Color Harmonies of #2F0001
Complementary color
Monochromatic Colors of #2F0001
Black with #2F0001
Text Example
Text Example
White with #2F0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0001; }
p { color: rgb(47,0,1); }
H1.HeaderClassName
{
color: #2F0001;
}
.AnyTagClassName
{
color: #2F0001;
}
</style>
background-color css
<style>
a { background-color: #2F0001; }
a { background-color: rgb(47,0,1); }
div.DivClassName
{
background-color: #2F0001;
}
.BgClassName
{
background-color: #2F0001;
}
</style>
border-color css
<style>
span { border-color: #2F0001; }
span { border-color: rgb(47,0,1); }
td.TdClassName
{
border-color: #2F0001;
}
.TagClassName
{
border-color: #2F0001;
}
</style>