Shades of Rustic Red #270C15
Tints of Rustic Red #270C15
RGB
CMYK
RGB Variations
Color information
#270C15 (or 0x270C15) is known color: Rustic Red. HEX triplet: 27, 0C and 15. RGB value is (39,12,21). Sum of RGB (Red+Green+Blue) = 39+12+21=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #270C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C15 is #D8F3EA. Grayscale: #151515. Windows color (decimal): -14218219 or 1379367. OLE color: 1379367.
HSL color Cylindrical-coordinate representation of color #270C15: hue angle of 340º 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 #270C15 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 21 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.85 |
| HSL | 340º | 0.53% | 0.1% | - |
| HSV(B) | 340º | 0.69% | 0.15% | - |
| XYZ | 1.1 | 0.75 | 0.8 | - |
| YUV | 21.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 21 | 0 | 0.69 | 0.46 | 0.85 | 340 | 0.53 | 0.1 |
| Hex | 27 | C | 15 | 0 | 45 | 2E | 55 | 154 | 35 | A |
| Octal | 47 | 14 | 25 | 0 | 105 | 56 | 125 | 524 | 65 | 12 |
| Binary | 100111 | 1100 | 10101 | 0 | 1000101 | 101110 | 1010101 | 101010100 | 110101 | 1010 |
Color Harmonies of #270C15
Complementary color
Monochromatic Colors of #270C15
Black with #270C15
Text Example
Text Example
White with #270C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C15; }
p { color: rgb(39,12,21); }
H1.HeaderClassName
{
color: #270C15;
}
.AnyTagClassName
{
color: #270C15;
}
</style>
background-color css
<style>
a { background-color: #270C15; }
a { background-color: rgb(39,12,21); }
div.DivClassName
{
background-color: #270C15;
}
.BgClassName
{
background-color: #270C15;
}
</style>
border-color css
<style>
span { border-color: #270C15; }
span { border-color: rgb(39,12,21); }
td.TdClassName
{
border-color: #270C15;
}
.TagClassName
{
border-color: #270C15;
}
</style>