Shades of Rustic Red #271214
Tints of Rustic Red #271214
RGB
CMYK
RGB Variations
Color information
#271214 (or 0x271214) is known color: Rustic Red. HEX triplet: 27, 12 and 14. RGB value is (39,18,20). Sum of RGB (Red+Green+Blue) = 39+18+20=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271214 is #D8EDEB. Grayscale: #181818. Windows color (decimal): -14216684 or 1315367. OLE color: 1315367.
HSL color Cylindrical-coordinate representation of color #271214: hue angle of 354.29º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #271214 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 20 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.85 |
| HSL | 354.29º | 0.37% | 0.11% | - |
| HSV(B) | 354.29º | 0.54% | 0.15% | - |
| XYZ | 1.18 | 0.91 | 0.78 | - |
| YUV | 24.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 20 | 0 | 0.54 | 0.49 | 0.85 | 354.29 | 0.37 | 0.11 |
| Hex | 27 | 12 | 14 | 0 | 36 | 31 | 55 | 162 | 25 | B |
| Octal | 47 | 22 | 24 | 0 | 66 | 61 | 125 | 542 | 45 | 13 |
| Binary | 100111 | 10010 | 10100 | 0 | 110110 | 110001 | 1010101 | 101100010 | 100101 | 1011 |
Color Harmonies of #271214
Complementary color
Monochromatic Colors of #271214
Black with #271214
Text Example
Text Example
White with #271214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271214; }
p { color: rgb(39,18,20); }
H1.HeaderClassName
{
color: #271214;
}
.AnyTagClassName
{
color: #271214;
}
</style>
background-color css
<style>
a { background-color: #271214; }
a { background-color: rgb(39,18,20); }
div.DivClassName
{
background-color: #271214;
}
.BgClassName
{
background-color: #271214;
}
</style>
border-color css
<style>
span { border-color: #271214; }
span { border-color: rgb(39,18,20); }
td.TdClassName
{
border-color: #271214;
}
.TagClassName
{
border-color: #271214;
}
</style>