Shades of Rustic Red #270B11
Tints of Rustic Red #270B11
RGB
CMYK
RGB Variations
Color information
#270B11 (or 0x270B11) is known color: Rustic Red. HEX triplet: 27, 0B and 11. RGB value is (39,11,17). Sum of RGB (Red+Green+Blue) = 39+11+17=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B11 is #D8F4EE. Grayscale: #141414. Windows color (decimal): -14218479 or 1116967. OLE color: 1116967.
HSL color Cylindrical-coordinate representation of color #270B11: hue angle of 347.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B11 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 17 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.85 |
| HSL | 347.14º | 0.56% | 0.1% | - |
| HSV(B) | 347.14º | 0.72% | 0.15% | - |
| XYZ | 1.06 | 0.71 | 0.61 | - |
| YUV | 20.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 17 | 0 | 0.72 | 0.56 | 0.85 | 347.14 | 0.56 | 0.1 |
| Hex | 27 | B | 11 | 0 | 48 | 38 | 55 | 15B | 38 | A |
| Octal | 47 | 13 | 21 | 0 | 110 | 70 | 125 | 533 | 70 | 12 |
| Binary | 100111 | 1011 | 10001 | 0 | 1001000 | 111000 | 1010101 | 101011011 | 111000 | 1010 |
Color Harmonies of #270B11
Complementary color
Monochromatic Colors of #270B11
Black with #270B11
Text Example
Text Example
White with #270B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B11; }
p { color: rgb(39,11,17); }
H1.HeaderClassName
{
color: #270B11;
}
.AnyTagClassName
{
color: #270B11;
}
</style>
background-color css
<style>
a { background-color: #270B11; }
a { background-color: rgb(39,11,17); }
div.DivClassName
{
background-color: #270B11;
}
.BgClassName
{
background-color: #270B11;
}
</style>
border-color css
<style>
span { border-color: #270B11; }
span { border-color: rgb(39,11,17); }
td.TdClassName
{
border-color: #270B11;
}
.TagClassName
{
border-color: #270B11;
}
</style>