Shades of Rustic Red #271B1D
Tints of Rustic Red #271B1D
RGB
CMYK
RGB Variations
Color information
#271B1D (or 0x271B1D) is known color: Rustic Red. HEX triplet: 27, 1B and 1D. RGB value is (39,27,29). Sum of RGB (Red+Green+Blue) = 39+27+29=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1D is #D8E4E2. Grayscale: #1E1E1E. Windows color (decimal): -14214371 or 1907495. OLE color: 1907495.
HSL color Cylindrical-coordinate representation of color #271B1D: hue angle of 350º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271B1D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 29 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.85 |
| HSL | 350º | 0.18% | 0.13% | - |
| HSV(B) | 350º | 0.31% | 0.15% | - |
| XYZ | 1.45 | 1.3 | 1.34 | - |
| YUV | 30.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 29 | 0 | 0.31 | 0.26 | 0.85 | 350 | 0.18 | 0.13 |
| Hex | 27 | 1B | 1D | 0 | 1F | 1A | 55 | 15E | 12 | D |
| Octal | 47 | 33 | 35 | 0 | 37 | 32 | 125 | 536 | 22 | 15 |
| Binary | 100111 | 11011 | 11101 | 0 | 11111 | 11010 | 1010101 | 101011110 | 10010 | 1101 |
Color Harmonies of #271B1D
Complementary color
Monochromatic Colors of #271B1D
Black with #271B1D
Text Example
Text Example
White with #271B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B1D; }
p { color: rgb(39,27,29); }
H1.HeaderClassName
{
color: #271B1D;
}
.AnyTagClassName
{
color: #271B1D;
}
</style>
background-color css
<style>
a { background-color: #271B1D; }
a { background-color: rgb(39,27,29); }
div.DivClassName
{
background-color: #271B1D;
}
.BgClassName
{
background-color: #271B1D;
}
</style>
border-color css
<style>
span { border-color: #271B1D; }
span { border-color: rgb(39,27,29); }
td.TdClassName
{
border-color: #271B1D;
}
.TagClassName
{
border-color: #271B1D;
}
</style>