Shades of Rustic Red #270A0E
Tints of Rustic Red #270A0E
RGB
CMYK
RGB Variations
Color information
#270A0E (or 0x270A0E) is known color: Rustic Red. HEX triplet: 27, 0A and 0E. RGB value is (39,10,14). Sum of RGB (Red+Green+Blue) = 39+10+14=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A0E is #D8F5F1. Grayscale: #131313. Windows color (decimal): -14218738 or 920103. OLE color: 920103.
HSL color Cylindrical-coordinate representation of color #270A0E: hue angle of 351.72º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270A0E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 14 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.85 |
| HSL | 351.72º | 0.59% | 0.1% | - |
| HSV(B) | 351.72º | 0.74% | 0.15% | - |
| XYZ | 1.02 | 0.68 | 0.49 | - |
| YUV | 19.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 14 | 0 | 0.74 | 0.64 | 0.85 | 351.72 | 0.59 | 0.1 |
| Hex | 27 | A | E | 0 | 4A | 40 | 55 | 160 | 3B | A |
| Octal | 47 | 12 | 16 | 0 | 112 | 100 | 125 | 540 | 73 | 12 |
| Binary | 100111 | 1010 | 1110 | 0 | 1001010 | 1000000 | 1010101 | 101100000 | 111011 | 1010 |
Color Harmonies of #270A0E
Complementary color
Monochromatic Colors of #270A0E
Black with #270A0E
Text Example
Text Example
White with #270A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A0E; }
p { color: rgb(39,10,14); }
H1.HeaderClassName
{
color: #270A0E;
}
.AnyTagClassName
{
color: #270A0E;
}
</style>
background-color css
<style>
a { background-color: #270A0E; }
a { background-color: rgb(39,10,14); }
div.DivClassName
{
background-color: #270A0E;
}
.BgClassName
{
background-color: #270A0E;
}
</style>
border-color css
<style>
span { border-color: #270A0E; }
span { border-color: rgb(39,10,14); }
td.TdClassName
{
border-color: #270A0E;
}
.TagClassName
{
border-color: #270A0E;
}
</style>