Shades of Rustic Red #270F12
Tints of Rustic Red #270F12
RGB
CMYK
RGB Variations
Color information
#270F12 (or 0x270F12) is known color: Rustic Red. HEX triplet: 27, 0F and 12. RGB value is (39,15,18). Sum of RGB (Red+Green+Blue) = 39+15+18=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #270F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F12 is #D8F0ED. Grayscale: #161616. Windows color (decimal): -14217454 or 1183527. OLE color: 1183527.
HSL color Cylindrical-coordinate representation of color #270F12: hue angle of 352.5º 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 #270F12 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 18 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.85 |
| HSL | 352.5º | 0.44% | 0.11% | - |
| HSV(B) | 352.5º | 0.62% | 0.15% | - |
| XYZ | 1.12 | 0.82 | 0.67 | - |
| YUV | 22.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 18 | 0 | 0.62 | 0.54 | 0.85 | 352.5 | 0.44 | 0.11 |
| Hex | 27 | F | 12 | 0 | 3E | 36 | 55 | 160 | 2C | B |
| Octal | 47 | 17 | 22 | 0 | 76 | 66 | 125 | 540 | 54 | 13 |
| Binary | 100111 | 1111 | 10010 | 0 | 111110 | 110110 | 1010101 | 101100000 | 101100 | 1011 |
Color Harmonies of #270F12
Complementary color
Monochromatic Colors of #270F12
Black with #270F12
Text Example
Text Example
White with #270F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F12; }
p { color: rgb(39,15,18); }
H1.HeaderClassName
{
color: #270F12;
}
.AnyTagClassName
{
color: #270F12;
}
</style>
background-color css
<style>
a { background-color: #270F12; }
a { background-color: rgb(39,15,18); }
div.DivClassName
{
background-color: #270F12;
}
.BgClassName
{
background-color: #270F12;
}
</style>
border-color css
<style>
span { border-color: #270F12; }
span { border-color: rgb(39,15,18); }
td.TdClassName
{
border-color: #270F12;
}
.TagClassName
{
border-color: #270F12;
}
</style>