Shades of Rustic Red #271B1C
Tints of Rustic Red #271B1C
RGB
CMYK
RGB Variations
Color information
#271B1C (or 0x271B1C) is known color: Rustic Red. HEX triplet: 27, 1B and 1C. RGB value is (39,27,28). Sum of RGB (Red+Green+Blue) = 39+27+28=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1C is #D8E4E3. Grayscale: #1E1E1E. Windows color (decimal): -14214372 or 1841959. OLE color: 1841959.
HSL color Cylindrical-coordinate representation of color #271B1C: hue angle of 355º 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 #271B1C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 28 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.85 |
| HSL | 355º | 0.18% | 0.13% | - |
| HSV(B) | 355º | 0.31% | 0.15% | - |
| XYZ | 1.44 | 1.3 | 1.27 | - |
| YUV | 30.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 28 | 0 | 0.31 | 0.28 | 0.85 | 355 | 0.18 | 0.13 |
| Hex | 27 | 1B | 1C | 0 | 1F | 1C | 55 | 163 | 12 | D |
| Octal | 47 | 33 | 34 | 0 | 37 | 34 | 125 | 543 | 22 | 15 |
| Binary | 100111 | 11011 | 11100 | 0 | 11111 | 11100 | 1010101 | 101100011 | 10010 | 1101 |
Color Harmonies of #271B1C
Complementary color
Monochromatic Colors of #271B1C
Black with #271B1C
Text Example
Text Example
White with #271B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B1C; }
p { color: rgb(39,27,28); }
H1.HeaderClassName
{
color: #271B1C;
}
.AnyTagClassName
{
color: #271B1C;
}
</style>
background-color css
<style>
a { background-color: #271B1C; }
a { background-color: rgb(39,27,28); }
div.DivClassName
{
background-color: #271B1C;
}
.BgClassName
{
background-color: #271B1C;
}
</style>
border-color css
<style>
span { border-color: #271B1C; }
span { border-color: rgb(39,27,28); }
td.TdClassName
{
border-color: #271B1C;
}
.TagClassName
{
border-color: #271B1C;
}
</style>