Shades of Rustic Red #270C11
Tints of Rustic Red #270C11
RGB
CMYK
RGB Variations
Color information
#270C11 (or 0x270C11) is known color: Rustic Red. HEX triplet: 27, 0C and 11. RGB value is (39,12,17). Sum of RGB (Red+Green+Blue) = 39+12+17=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #270C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C11 is #D8F3EE. Grayscale: #141414. Windows color (decimal): -14218223 or 1117223. OLE color: 1117223.
HSL color Cylindrical-coordinate representation of color #270C11: hue angle of 348.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C11 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 17 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.85 |
| HSL | 348.89º | 0.53% | 0.1% | - |
| HSV(B) | 348.89º | 0.69% | 0.15% | - |
| XYZ | 1.07 | 0.73 | 0.62 | - |
| YUV | 20.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 17 | 0 | 0.69 | 0.56 | 0.85 | 348.89 | 0.53 | 0.1 |
| Hex | 27 | C | 11 | 0 | 45 | 38 | 55 | 15D | 35 | A |
| Octal | 47 | 14 | 21 | 0 | 105 | 70 | 125 | 535 | 65 | 12 |
| Binary | 100111 | 1100 | 10001 | 0 | 1000101 | 111000 | 1010101 | 101011101 | 110101 | 1010 |
Color Harmonies of #270C11
Complementary color
Monochromatic Colors of #270C11
Black with #270C11
Text Example
Text Example
White with #270C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C11; }
p { color: rgb(39,12,17); }
H1.HeaderClassName
{
color: #270C11;
}
.AnyTagClassName
{
color: #270C11;
}
</style>
background-color css
<style>
a { background-color: #270C11; }
a { background-color: rgb(39,12,17); }
div.DivClassName
{
background-color: #270C11;
}
.BgClassName
{
background-color: #270C11;
}
</style>
border-color css
<style>
span { border-color: #270C11; }
span { border-color: rgb(39,12,17); }
td.TdClassName
{
border-color: #270C11;
}
.TagClassName
{
border-color: #270C11;
}
</style>