Shades of Rustic Red #271D1E
Tints of Rustic Red #271D1E
RGB
CMYK
RGB Variations
Color information
#271D1E (or 0x271D1E) is known color: Rustic Red. HEX triplet: 27, 1D and 1E. RGB value is (39,29,30). Sum of RGB (Red+Green+Blue) = 39+29+30=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D1E is #D8E2E1. Grayscale: #202020. Windows color (decimal): -14213858 or 1973543. OLE color: 1973543.
HSL color Cylindrical-coordinate representation of color #271D1E: hue angle of 354º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #271D1E is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 30 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.85 |
| HSL | 354º | 0.15% | 0.13% | - |
| HSV(B) | 354º | 0.26% | 0.15% | - |
| XYZ | 1.51 | 1.4 | 1.42 | - |
| YUV | 32.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 30 | 0 | 0.26 | 0.23 | 0.85 | 354 | 0.15 | 0.13 |
| Hex | 27 | 1D | 1E | 0 | 1A | 17 | 55 | 162 | F | D |
| Octal | 47 | 35 | 36 | 0 | 32 | 27 | 125 | 542 | 17 | 15 |
| Binary | 100111 | 11101 | 11110 | 0 | 11010 | 10111 | 1010101 | 101100010 | 1111 | 1101 |
Color Harmonies of #271D1E
Complementary color
Monochromatic Colors of #271D1E
Black with #271D1E
Text Example
Text Example
White with #271D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D1E; }
p { color: rgb(39,29,30); }
H1.HeaderClassName
{
color: #271D1E;
}
.AnyTagClassName
{
color: #271D1E;
}
</style>
background-color css
<style>
a { background-color: #271D1E; }
a { background-color: rgb(39,29,30); }
div.DivClassName
{
background-color: #271D1E;
}
.BgClassName
{
background-color: #271D1E;
}
</style>
border-color css
<style>
span { border-color: #271D1E; }
span { border-color: rgb(39,29,30); }
td.TdClassName
{
border-color: #271D1E;
}
.TagClassName
{
border-color: #271D1E;
}
</style>