Shades of Rustic Red #27060E
Tints of Rustic Red #27060E
RGB
CMYK
RGB Variations
Color information
#27060E (or 0x27060E) is known color: Rustic Red. HEX triplet: 27, 06 and 0E. RGB value is (39,6,14). Sum of RGB (Red+Green+Blue) = 39+6+14=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #27060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27060E is #D8F9F1. Grayscale: #101010. Windows color (decimal): -14219762 or 919079. OLE color: 919079.
HSL color Cylindrical-coordinate representation of color #27060E: hue angle of 345.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27060E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 6 | 14 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.85 |
| HSL | 345.45º | 0.73% | 0.09% | - |
| HSV(B) | 345.45º | 0.85% | 0.15% | - |
| XYZ | 0.98 | 0.59 | 0.48 | - |
| YUV | 16.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 14 | 0 | 0.85 | 0.64 | 0.85 | 345.45 | 0.73 | 0.09 |
| Hex | 27 | 6 | E | 0 | 55 | 40 | 55 | 159 | 49 | 9 |
| Octal | 47 | 6 | 16 | 0 | 125 | 100 | 125 | 531 | 111 | 11 |
| Binary | 100111 | 110 | 1110 | 0 | 1010101 | 1000000 | 1010101 | 101011001 | 1001001 | 1001 |
Color Harmonies of #27060E
Complementary color
Monochromatic Colors of #27060E
Black with #27060E
Text Example
Text Example
White with #27060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27060E; }
p { color: rgb(39,6,14); }
H1.HeaderClassName
{
color: #27060E;
}
.AnyTagClassName
{
color: #27060E;
}
</style>
background-color css
<style>
a { background-color: #27060E; }
a { background-color: rgb(39,6,14); }
div.DivClassName
{
background-color: #27060E;
}
.BgClassName
{
background-color: #27060E;
}
</style>
border-color css
<style>
span { border-color: #27060E; }
span { border-color: rgb(39,6,14); }
td.TdClassName
{
border-color: #27060E;
}
.TagClassName
{
border-color: #27060E;
}
</style>