Shades of Rustic Red #270A16
Tints of Rustic Red #270A16
RGB
CMYK
RGB Variations
Color information
#270A16 (or 0x270A16) is known color: Rustic Red. HEX triplet: 27, 0A and 16. RGB value is (39,10,22). Sum of RGB (Red+Green+Blue) = 39+10+22=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #270A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A16 is #D8F5E9. Grayscale: #141414. Windows color (decimal): -14218730 or 1444391. OLE color: 1444391.
HSL color Cylindrical-coordinate representation of color #270A16: hue angle of 335.17º 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 #270A16 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 22 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.85 |
| HSL | 335.17º | 0.59% | 0.1% | - |
| HSV(B) | 335.17º | 0.74% | 0.15% | - |
| XYZ | 1.09 | 0.71 | 0.84 | - |
| YUV | 20.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 22 | 0 | 0.74 | 0.44 | 0.85 | 335.17 | 0.59 | 0.1 |
| Hex | 27 | A | 16 | 0 | 4A | 2C | 55 | 14F | 3B | A |
| Octal | 47 | 12 | 26 | 0 | 112 | 54 | 125 | 517 | 73 | 12 |
| Binary | 100111 | 1010 | 10110 | 0 | 1001010 | 101100 | 1010101 | 101001111 | 111011 | 1010 |
Color Harmonies of #270A16
Complementary color
Monochromatic Colors of #270A16
Black with #270A16
Text Example
Text Example
White with #270A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A16; }
p { color: rgb(39,10,22); }
H1.HeaderClassName
{
color: #270A16;
}
.AnyTagClassName
{
color: #270A16;
}
</style>
background-color css
<style>
a { background-color: #270A16; }
a { background-color: rgb(39,10,22); }
div.DivClassName
{
background-color: #270A16;
}
.BgClassName
{
background-color: #270A16;
}
</style>
border-color css
<style>
span { border-color: #270A16; }
span { border-color: rgb(39,10,22); }
td.TdClassName
{
border-color: #270A16;
}
.TagClassName
{
border-color: #270A16;
}
</style>