Shades of Rustic Red #270D16
Tints of Rustic Red #270D16
RGB
CMYK
RGB Variations
Color information
#270D16 (or 0x270D16) is known color: Rustic Red. HEX triplet: 27, 0D and 16. RGB value is (39,13,22). Sum of RGB (Red+Green+Blue) = 39+13+22=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D16 is #D8F2E9. Grayscale: #151515. Windows color (decimal): -14217962 or 1445159. OLE color: 1445159.
HSL color Cylindrical-coordinate representation of color #270D16: hue angle of 339.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D16 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 22 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.85 |
| HSL | 339.23º | 0.5% | 0.1% | - |
| HSV(B) | 339.23º | 0.67% | 0.15% | - |
| XYZ | 1.13 | 0.78 | 0.85 | - |
| YUV | 21.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 22 | 0 | 0.67 | 0.44 | 0.85 | 339.23 | 0.5 | 0.1 |
| Hex | 27 | D | 16 | 0 | 43 | 2C | 55 | 153 | 32 | A |
| Octal | 47 | 15 | 26 | 0 | 103 | 54 | 125 | 523 | 62 | 12 |
| Binary | 100111 | 1101 | 10110 | 0 | 1000011 | 101100 | 1010101 | 101010011 | 110010 | 1010 |
Color Harmonies of #270D16
Complementary color
Monochromatic Colors of #270D16
Black with #270D16
Text Example
Text Example
White with #270D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D16; }
p { color: rgb(39,13,22); }
H1.HeaderClassName
{
color: #270D16;
}
.AnyTagClassName
{
color: #270D16;
}
</style>
background-color css
<style>
a { background-color: #270D16; }
a { background-color: rgb(39,13,22); }
div.DivClassName
{
background-color: #270D16;
}
.BgClassName
{
background-color: #270D16;
}
</style>
border-color css
<style>
span { border-color: #270D16; }
span { border-color: rgb(39,13,22); }
td.TdClassName
{
border-color: #270D16;
}
.TagClassName
{
border-color: #270D16;
}
</style>