Shades of Rustic Red #271016
Tints of Rustic Red #271016
RGB
CMYK
RGB Variations
Color information
#271016 (or 0x271016) is known color: Rustic Red. HEX triplet: 27, 10 and 16. RGB value is (39,16,22). Sum of RGB (Red+Green+Blue) = 39+16+22=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271016 is #D8EFE9. Grayscale: #171717. Windows color (decimal): -14217194 or 1445927. OLE color: 1445927.
HSL color Cylindrical-coordinate representation of color #271016: hue angle of 344.35º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271016 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 16 | 22 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.85 |
| HSL | 344.35º | 0.42% | 0.11% | - |
| HSV(B) | 344.35º | 0.59% | 0.15% | - |
| XYZ | 1.17 | 0.86 | 0.86 | - |
| YUV | 23.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 22 | 0 | 0.59 | 0.44 | 0.85 | 344.35 | 0.42 | 0.11 |
| Hex | 27 | 10 | 16 | 0 | 3B | 2C | 55 | 158 | 2A | B |
| Octal | 47 | 20 | 26 | 0 | 73 | 54 | 125 | 530 | 52 | 13 |
| Binary | 100111 | 10000 | 10110 | 0 | 111011 | 101100 | 1010101 | 101011000 | 101010 | 1011 |
Color Harmonies of #271016
Complementary color
Monochromatic Colors of #271016
Black with #271016
Text Example
Text Example
White with #271016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271016; }
p { color: rgb(39,16,22); }
H1.HeaderClassName
{
color: #271016;
}
.AnyTagClassName
{
color: #271016;
}
</style>
background-color css
<style>
a { background-color: #271016; }
a { background-color: rgb(39,16,22); }
div.DivClassName
{
background-color: #271016;
}
.BgClassName
{
background-color: #271016;
}
</style>
border-color css
<style>
span { border-color: #271016; }
span { border-color: rgb(39,16,22); }
td.TdClassName
{
border-color: #271016;
}
.TagClassName
{
border-color: #271016;
}
</style>