Shades of Rustic Red #270B0E
Tints of Rustic Red #270B0E
RGB
CMYK
RGB Variations
Color information
#270B0E (or 0x270B0E) is known color: Rustic Red. HEX triplet: 27, 0B and 0E. RGB value is (39,11,14). Sum of RGB (Red+Green+Blue) = 39+11+14=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B0E is #D8F4F1. Grayscale: #131313. Windows color (decimal): -14218482 or 920359. OLE color: 920359.
HSL color Cylindrical-coordinate representation of color #270B0E: hue angle of 353.57º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B0E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 14 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.85 |
| HSL | 353.57º | 0.56% | 0.1% | - |
| HSV(B) | 353.57º | 0.72% | 0.15% | - |
| XYZ | 1.04 | 0.7 | 0.5 | - |
| YUV | 19.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 14 | 0 | 0.72 | 0.64 | 0.85 | 353.57 | 0.56 | 0.1 |
| Hex | 27 | B | E | 0 | 48 | 40 | 55 | 162 | 38 | A |
| Octal | 47 | 13 | 16 | 0 | 110 | 100 | 125 | 542 | 70 | 12 |
| Binary | 100111 | 1011 | 1110 | 0 | 1001000 | 1000000 | 1010101 | 101100010 | 111000 | 1010 |
Color Harmonies of #270B0E
Complementary color
Monochromatic Colors of #270B0E
Black with #270B0E
Text Example
Text Example
White with #270B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B0E; }
p { color: rgb(39,11,14); }
H1.HeaderClassName
{
color: #270B0E;
}
.AnyTagClassName
{
color: #270B0E;
}
</style>
background-color css
<style>
a { background-color: #270B0E; }
a { background-color: rgb(39,11,14); }
div.DivClassName
{
background-color: #270B0E;
}
.BgClassName
{
background-color: #270B0E;
}
</style>
border-color css
<style>
span { border-color: #270B0E; }
span { border-color: rgb(39,11,14); }
td.TdClassName
{
border-color: #270B0E;
}
.TagClassName
{
border-color: #270B0E;
}
</style>