Shades of Rustic Red #270011
Tints of Rustic Red #270011
RGB
CMYK
RGB Variations
Color information
#270011 (or 0x270011) is known color: Rustic Red. HEX triplet: 27, 00 and 11. RGB value is (39,0,17). Sum of RGB (Red+Green+Blue) = 39+0+17=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #270011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270011 is #D8FFEE. Grayscale: #0D0D0D. Windows color (decimal): -14221295 or 1114151. OLE color: 1114151.
HSL color Cylindrical-coordinate representation of color #270011: hue angle of 333.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270011 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.56 | 0.85 |
| HSL | 333.85º | 1% | 0.08% | - |
| HSV(B) | 333.85º | 1% | 0.15% | - |
| XYZ | 0.94 | 0.47 | 0.57 | - |
| YUV | 13.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 17 | 0 | 1 | 0.56 | 0.85 | 333.85 | 1 | 0.08 |
| Hex | 27 | 0 | 11 | 0 | 64 | 38 | 55 | 14E | 64 | 8 |
| Octal | 47 | 0 | 21 | 0 | 144 | 70 | 125 | 516 | 144 | 10 |
| Binary | 100111 | 0 | 10001 | 0 | 1100100 | 111000 | 1010101 | 101001110 | 1100100 | 1000 |
Color Harmonies of #270011
Complementary color
Monochromatic Colors of #270011
Black with #270011
Text Example
Text Example
White with #270011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270011; }
p { color: rgb(39,0,17); }
H1.HeaderClassName
{
color: #270011;
}
.AnyTagClassName
{
color: #270011;
}
</style>
background-color css
<style>
a { background-color: #270011; }
a { background-color: rgb(39,0,17); }
div.DivClassName
{
background-color: #270011;
}
.BgClassName
{
background-color: #270011;
}
</style>
border-color css
<style>
span { border-color: #270011; }
span { border-color: rgb(39,0,17); }
td.TdClassName
{
border-color: #270011;
}
.TagClassName
{
border-color: #270011;
}
</style>