Shades of Rustic Red #270612
Tints of Rustic Red #270612
RGB
CMYK
RGB Variations
Color information
#270612 (or 0x270612) is known color: Rustic Red. HEX triplet: 27, 06 and 12. RGB value is (39,6,18). Sum of RGB (Red+Green+Blue) = 39+6+18=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270612 is #D8F9ED. Grayscale: #111111. Windows color (decimal): -14219758 or 1181223. OLE color: 1181223.
HSL color Cylindrical-coordinate representation of color #270612: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270612 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 6 | 18 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.85 |
| HSL | 338.18º | 0.73% | 0.09% | - |
| HSV(B) | 338.18º | 0.85% | 0.15% | - |
| XYZ | 1.01 | 0.61 | 0.64 | - |
| YUV | 17.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 18 | 0 | 0.85 | 0.54 | 0.85 | 338.18 | 0.73 | 0.09 |
| Hex | 27 | 6 | 12 | 0 | 55 | 36 | 55 | 152 | 49 | 9 |
| Octal | 47 | 6 | 22 | 0 | 125 | 66 | 125 | 522 | 111 | 11 |
| Binary | 100111 | 110 | 10010 | 0 | 1010101 | 110110 | 1010101 | 101010010 | 1001001 | 1001 |
Color Harmonies of #270612
Complementary color
Monochromatic Colors of #270612
Black with #270612
Text Example
Text Example
White with #270612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270612; }
p { color: rgb(39,6,18); }
H1.HeaderClassName
{
color: #270612;
}
.AnyTagClassName
{
color: #270612;
}
</style>
background-color css
<style>
a { background-color: #270612; }
a { background-color: rgb(39,6,18); }
div.DivClassName
{
background-color: #270612;
}
.BgClassName
{
background-color: #270612;
}
</style>
border-color css
<style>
span { border-color: #270612; }
span { border-color: rgb(39,6,18); }
td.TdClassName
{
border-color: #270612;
}
.TagClassName
{
border-color: #270612;
}
</style>