Shades of Rustic Red #2F181A
Tints of Rustic Red #2F181A
RGB
CMYK
RGB Variations
Color information
#2F181A (or 0x2F181A) is known color: Rustic Red. HEX triplet: 2F, 18 and 1A. RGB value is (47,24,26). Sum of RGB (Red+Green+Blue) = 47+24+26=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181A is #D0E7E5. Grayscale: #1F1F1F. Windows color (decimal): -13690854 or 1710127. OLE color: 1710127.
HSL color Cylindrical-coordinate representation of color #2F181A: hue angle of 354.78º 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 #2F181A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 24 | 26 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.82 |
| HSL | 354.78º | 0.32% | 0.14% | - |
| HSV(B) | 354.78º | 0.49% | 0.18% | - |
| XYZ | 1.69 | 1.33 | 1.15 | - |
| YUV | 31.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 26 | 0 | 0.49 | 0.45 | 0.82 | 354.78 | 0.32 | 0.14 |
| Hex | 2F | 18 | 1A | 0 | 31 | 2D | 52 | 163 | 20 | E |
| Octal | 57 | 30 | 32 | 0 | 61 | 55 | 122 | 543 | 40 | 16 |
| Binary | 101111 | 11000 | 11010 | 0 | 110001 | 101101 | 1010010 | 101100011 | 100000 | 1110 |
Color Harmonies of #2F181A
Complementary color
Monochromatic Colors of #2F181A
Black with #2F181A
Text Example
Text Example
White with #2F181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F181A; }
p { color: rgb(47,24,26); }
H1.HeaderClassName
{
color: #2F181A;
}
.AnyTagClassName
{
color: #2F181A;
}
</style>
background-color css
<style>
a { background-color: #2F181A; }
a { background-color: rgb(47,24,26); }
div.DivClassName
{
background-color: #2F181A;
}
.BgClassName
{
background-color: #2F181A;
}
</style>
border-color css
<style>
span { border-color: #2F181A; }
span { border-color: rgb(47,24,26); }
td.TdClassName
{
border-color: #2F181A;
}
.TagClassName
{
border-color: #2F181A;
}
</style>