Shades of Rustic Red #270F14
Tints of Rustic Red #270F14
RGB
CMYK
RGB Variations
Color information
#270F14 (or 0x270F14) is known color: Rustic Red. HEX triplet: 27, 0F and 14. RGB value is (39,15,20). Sum of RGB (Red+Green+Blue) = 39+15+20=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F14 is #D8F0EB. Grayscale: #161616. Windows color (decimal): -14217452 or 1314599. OLE color: 1314599.
HSL color Cylindrical-coordinate representation of color #270F14: hue angle of 347.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 #270F14 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 20 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.85 |
| HSL | 347.5º | 0.44% | 0.11% | - |
| HSV(B) | 347.5º | 0.62% | 0.15% | - |
| XYZ | 1.13 | 0.82 | 0.76 | - |
| YUV | 22.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 20 | 0 | 0.62 | 0.49 | 0.85 | 347.5 | 0.44 | 0.11 |
| Hex | 27 | F | 14 | 0 | 3E | 31 | 55 | 15C | 2C | B |
| Octal | 47 | 17 | 24 | 0 | 76 | 61 | 125 | 534 | 54 | 13 |
| Binary | 100111 | 1111 | 10100 | 0 | 111110 | 110001 | 1010101 | 101011100 | 101100 | 1011 |
Color Harmonies of #270F14
Complementary color
Monochromatic Colors of #270F14
Black with #270F14
Text Example
Text Example
White with #270F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F14; }
p { color: rgb(39,15,20); }
H1.HeaderClassName
{
color: #270F14;
}
.AnyTagClassName
{
color: #270F14;
}
</style>
background-color css
<style>
a { background-color: #270F14; }
a { background-color: rgb(39,15,20); }
div.DivClassName
{
background-color: #270F14;
}
.BgClassName
{
background-color: #270F14;
}
</style>
border-color css
<style>
span { border-color: #270F14; }
span { border-color: rgb(39,15,20); }
td.TdClassName
{
border-color: #270F14;
}
.TagClassName
{
border-color: #270F14;
}
</style>