Shades of Rustic Red #27090E
Tints of Rustic Red #27090E
RGB
CMYK
RGB Variations
Color information
#27090E (or 0x27090E) is known color: Rustic Red. HEX triplet: 27, 09 and 0E. RGB value is (39,9,14). Sum of RGB (Red+Green+Blue) = 39+9+14=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #27090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090E is #D8F6F1. Grayscale: #121212. Windows color (decimal): -14218994 or 919847. OLE color: 919847.
HSL color Cylindrical-coordinate representation of color #27090E: hue angle of 350º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27090E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 14 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.85 |
| HSL | 350º | 0.63% | 0.09% | - |
| HSV(B) | 350º | 0.77% | 0.15% | - |
| XYZ | 1.01 | 0.66 | 0.49 | - |
| YUV | 18.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 14 | 0 | 0.77 | 0.64 | 0.85 | 350 | 0.63 | 0.09 |
| Hex | 27 | 9 | E | 0 | 4D | 40 | 55 | 15E | 3E | 9 |
| Octal | 47 | 11 | 16 | 0 | 115 | 100 | 125 | 536 | 76 | 11 |
| Binary | 100111 | 1001 | 1110 | 0 | 1001101 | 1000000 | 1010101 | 101011110 | 111110 | 1001 |
Color Harmonies of #27090E
Complementary color
Monochromatic Colors of #27090E
Black with #27090E
Text Example
Text Example
White with #27090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27090E; }
p { color: rgb(39,9,14); }
H1.HeaderClassName
{
color: #27090E;
}
.AnyTagClassName
{
color: #27090E;
}
</style>
background-color css
<style>
a { background-color: #27090E; }
a { background-color: rgb(39,9,14); }
div.DivClassName
{
background-color: #27090E;
}
.BgClassName
{
background-color: #27090E;
}
</style>
border-color css
<style>
span { border-color: #27090E; }
span { border-color: rgb(39,9,14); }
td.TdClassName
{
border-color: #27090E;
}
.TagClassName
{
border-color: #27090E;
}
</style>