Shades of Rustic Red #270B12
Tints of Rustic Red #270B12
RGB
CMYK
RGB Variations
Color information
#270B12 (or 0x270B12) is known color: Rustic Red. HEX triplet: 27, 0B and 12. RGB value is (39,11,18). Sum of RGB (Red+Green+Blue) = 39+11+18=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #270B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B12 is #D8F4ED. Grayscale: #141414. Windows color (decimal): -14218478 or 1182503. OLE color: 1182503.
HSL color Cylindrical-coordinate representation of color #270B12: hue angle of 345º 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 #270B12 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 18 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.85 |
| HSL | 345º | 0.56% | 0.1% | - |
| HSV(B) | 345º | 0.72% | 0.15% | - |
| XYZ | 1.07 | 0.71 | 0.65 | - |
| YUV | 20.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 18 | 0 | 0.72 | 0.54 | 0.85 | 345 | 0.56 | 0.1 |
| Hex | 27 | B | 12 | 0 | 48 | 36 | 55 | 159 | 38 | A |
| Octal | 47 | 13 | 22 | 0 | 110 | 66 | 125 | 531 | 70 | 12 |
| Binary | 100111 | 1011 | 10010 | 0 | 1001000 | 110110 | 1010101 | 101011001 | 111000 | 1010 |
Color Harmonies of #270B12
Complementary color
Monochromatic Colors of #270B12
Black with #270B12
Text Example
Text Example
White with #270B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B12; }
p { color: rgb(39,11,18); }
H1.HeaderClassName
{
color: #270B12;
}
.AnyTagClassName
{
color: #270B12;
}
</style>
background-color css
<style>
a { background-color: #270B12; }
a { background-color: rgb(39,11,18); }
div.DivClassName
{
background-color: #270B12;
}
.BgClassName
{
background-color: #270B12;
}
</style>
border-color css
<style>
span { border-color: #270B12; }
span { border-color: rgb(39,11,18); }
td.TdClassName
{
border-color: #270B12;
}
.TagClassName
{
border-color: #270B12;
}
</style>