Shades of Rustic Red #2F141B
Tints of Rustic Red #2F141B
RGB
CMYK
RGB Variations
Color information
#2F141B (or 0x2F141B) is known color: Rustic Red. HEX triplet: 2F, 14 and 1B. RGB value is (47,20,27). Sum of RGB (Red+Green+Blue) = 47+20+27=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F141B is #D0EBE4. Grayscale: #1C1C1C. Windows color (decimal): -13691877 or 1774639. OLE color: 1774639.
HSL color Cylindrical-coordinate representation of color #2F141B: hue angle of 344.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F141B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 20 | 27 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.82 |
| HSL | 344.44º | 0.4% | 0.13% | - |
| HSV(B) | 344.44º | 0.57% | 0.18% | - |
| XYZ | 1.62 | 1.18 | 1.18 | - |
| YUV | 28.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 27 | 0 | 0.57 | 0.43 | 0.82 | 344.44 | 0.4 | 0.13 |
| Hex | 2F | 14 | 1B | 0 | 39 | 2B | 52 | 158 | 28 | D |
| Octal | 57 | 24 | 33 | 0 | 71 | 53 | 122 | 530 | 50 | 15 |
| Binary | 101111 | 10100 | 11011 | 0 | 111001 | 101011 | 1010010 | 101011000 | 101000 | 1101 |
Color Harmonies of #2F141B
Complementary color
Monochromatic Colors of #2F141B
Black with #2F141B
Text Example
Text Example
White with #2F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F141B; }
p { color: rgb(47,20,27); }
H1.HeaderClassName
{
color: #2F141B;
}
.AnyTagClassName
{
color: #2F141B;
}
</style>
background-color css
<style>
a { background-color: #2F141B; }
a { background-color: rgb(47,20,27); }
div.DivClassName
{
background-color: #2F141B;
}
.BgClassName
{
background-color: #2F141B;
}
</style>
border-color css
<style>
span { border-color: #2F141B; }
span { border-color: rgb(47,20,27); }
td.TdClassName
{
border-color: #2F141B;
}
.TagClassName
{
border-color: #2F141B;
}
</style>