Shades of Rustic Red #270F15
Tints of Rustic Red #270F15
RGB
CMYK
RGB Variations
Color information
#270F15 (or 0x270F15) is known color: Rustic Red. HEX triplet: 27, 0F and 15. RGB value is (39,15,21). Sum of RGB (Red+Green+Blue) = 39+15+21=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F15 is #D8F0EA. Grayscale: #161616. Windows color (decimal): -14217451 or 1380135. OLE color: 1380135.
HSL color Cylindrical-coordinate representation of color #270F15: hue angle of 345º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #270F15 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 21 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.85 |
| HSL | 345º | 0.44% | 0.11% | - |
| HSV(B) | 345º | 0.62% | 0.15% | - |
| XYZ | 1.14 | 0.83 | 0.81 | - |
| YUV | 22.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 21 | 0 | 0.62 | 0.46 | 0.85 | 345 | 0.44 | 0.11 |
| Hex | 27 | F | 15 | 0 | 3E | 2E | 55 | 159 | 2C | B |
| Octal | 47 | 17 | 25 | 0 | 76 | 56 | 125 | 531 | 54 | 13 |
| Binary | 100111 | 1111 | 10101 | 0 | 111110 | 101110 | 1010101 | 101011001 | 101100 | 1011 |
Color Harmonies of #270F15
Complementary color
Monochromatic Colors of #270F15
Black with #270F15
Text Example
Text Example
White with #270F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F15; }
p { color: rgb(39,15,21); }
H1.HeaderClassName
{
color: #270F15;
}
.AnyTagClassName
{
color: #270F15;
}
</style>
background-color css
<style>
a { background-color: #270F15; }
a { background-color: rgb(39,15,21); }
div.DivClassName
{
background-color: #270F15;
}
.BgClassName
{
background-color: #270F15;
}
</style>
border-color css
<style>
span { border-color: #270F15; }
span { border-color: rgb(39,15,21); }
td.TdClassName
{
border-color: #270F15;
}
.TagClassName
{
border-color: #270F15;
}
</style>