Shades of Rustic Red #2F1819
Tints of Rustic Red #2F1819
RGB
CMYK
RGB Variations
Color information
#2F1819 (or 0x2F1819) is known color: Rustic Red. HEX triplet: 2F, 18 and 19. RGB value is (47,24,25). Sum of RGB (Red+Green+Blue) = 47+24+25=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1819 is #D0E7E6. Grayscale: #1F1F1F. Windows color (decimal): -13690855 or 1644591. OLE color: 1644591.
HSL color Cylindrical-coordinate representation of color #2F1819: hue angle of 357.39º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F1819 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 24 | 25 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.82 |
| HSL | 357.39º | 0.32% | 0.14% | - |
| HSV(B) | 357.39º | 0.49% | 0.18% | - |
| XYZ | 1.67 | 1.33 | 1.09 | - |
| YUV | 30.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 25 | 0 | 0.49 | 0.47 | 0.82 | 357.39 | 0.32 | 0.14 |
| Hex | 2F | 18 | 19 | 0 | 31 | 2F | 52 | 165 | 20 | E |
| Octal | 57 | 30 | 31 | 0 | 61 | 57 | 122 | 545 | 40 | 16 |
| Binary | 101111 | 11000 | 11001 | 0 | 110001 | 101111 | 1010010 | 101100101 | 100000 | 1110 |
Color Harmonies of #2F1819
Complementary color
Monochromatic Colors of #2F1819
Black with #2F1819
Text Example
Text Example
White with #2F1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1819; }
p { color: rgb(47,24,25); }
H1.HeaderClassName
{
color: #2F1819;
}
.AnyTagClassName
{
color: #2F1819;
}
</style>
background-color css
<style>
a { background-color: #2F1819; }
a { background-color: rgb(47,24,25); }
div.DivClassName
{
background-color: #2F1819;
}
.BgClassName
{
background-color: #2F1819;
}
</style>
border-color css
<style>
span { border-color: #2F1819; }
span { border-color: rgb(47,24,25); }
td.TdClassName
{
border-color: #2F1819;
}
.TagClassName
{
border-color: #2F1819;
}
</style>