Shades of Rustic Red #27090B
Tints of Rustic Red #27090B
RGB
CMYK
RGB Variations
Color information
#27090B (or 0x27090B) is known color: Rustic Red. HEX triplet: 27, 09 and 0B. RGB value is (39,9,11). Sum of RGB (Red+Green+Blue) = 39+9+11=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #27090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090B is #D8F6F4. Grayscale: #121212. Windows color (decimal): -14218997 or 723239. OLE color: 723239.
HSL color Cylindrical-coordinate representation of color #27090B: hue angle of 356º 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 #27090B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 9 | 11 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.85 |
| HSL | 356º | 0.63% | 0.09% | - |
| HSV(B) | 356º | 0.77% | 0.15% | - |
| XYZ | 0.99 | 0.65 | 0.39 | - |
| YUV | 18.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 11 | 0 | 0.77 | 0.72 | 0.85 | 356 | 0.63 | 0.09 |
| Hex | 27 | 9 | B | 0 | 4D | 48 | 55 | 164 | 3E | 9 |
| Octal | 47 | 11 | 13 | 0 | 115 | 110 | 125 | 544 | 76 | 11 |
| Binary | 100111 | 1001 | 1011 | 0 | 1001101 | 1001000 | 1010101 | 101100100 | 111110 | 1001 |
Color Harmonies of #27090B
Complementary color
Monochromatic Colors of #27090B
Black with #27090B
Text Example
Text Example
White with #27090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27090B; }
p { color: rgb(39,9,11); }
H1.HeaderClassName
{
color: #27090B;
}
.AnyTagClassName
{
color: #27090B;
}
</style>
background-color css
<style>
a { background-color: #27090B; }
a { background-color: rgb(39,9,11); }
div.DivClassName
{
background-color: #27090B;
}
.BgClassName
{
background-color: #27090B;
}
</style>
border-color css
<style>
span { border-color: #27090B; }
span { border-color: rgb(39,9,11); }
td.TdClassName
{
border-color: #27090B;
}
.TagClassName
{
border-color: #27090B;
}
</style>