Shades of Rustic Red #270F18
Tints of Rustic Red #270F18
RGB
CMYK
RGB Variations
Color information
#270F18 (or 0x270F18) is known color: Rustic Red. HEX triplet: 27, 0F and 18. RGB value is (39,15,24). Sum of RGB (Red+Green+Blue) = 39+15+24=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F18 is #D8F0E7. Grayscale: #171717. Windows color (decimal): -14217448 or 1576743. OLE color: 1576743.
HSL color Cylindrical-coordinate representation of color #270F18: hue angle of 337.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 #270F18 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 24 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.85 |
| HSL | 337.5º | 0.44% | 0.11% | - |
| HSV(B) | 337.5º | 0.62% | 0.15% | - |
| XYZ | 1.17 | 0.84 | 0.96 | - |
| YUV | 23.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 24 | 0 | 0.62 | 0.38 | 0.85 | 337.5 | 0.44 | 0.11 |
| Hex | 27 | F | 18 | 0 | 3E | 26 | 55 | 152 | 2C | B |
| Octal | 47 | 17 | 30 | 0 | 76 | 46 | 125 | 522 | 54 | 13 |
| Binary | 100111 | 1111 | 11000 | 0 | 111110 | 100110 | 1010101 | 101010010 | 101100 | 1011 |
Color Harmonies of #270F18
Complementary color
Monochromatic Colors of #270F18
Black with #270F18
Text Example
Text Example
White with #270F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F18; }
p { color: rgb(39,15,24); }
H1.HeaderClassName
{
color: #270F18;
}
.AnyTagClassName
{
color: #270F18;
}
</style>
background-color css
<style>
a { background-color: #270F18; }
a { background-color: rgb(39,15,24); }
div.DivClassName
{
background-color: #270F18;
}
.BgClassName
{
background-color: #270F18;
}
</style>
border-color css
<style>
span { border-color: #270F18; }
span { border-color: rgb(39,15,24); }
td.TdClassName
{
border-color: #270F18;
}
.TagClassName
{
border-color: #270F18;
}
</style>