Shades of Rustic Red #270412
Tints of Rustic Red #270412
RGB
CMYK
RGB Variations
Color information
#270412 (or 0x270412) is known color: Rustic Red. HEX triplet: 27, 04 and 12. RGB value is (39,4,18). Sum of RGB (Red+Green+Blue) = 39+4+18=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #270412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270412 is #D8FBED. Grayscale: #101010. Windows color (decimal): -14220270 or 1180711. OLE color: 1180711.
HSL color Cylindrical-coordinate representation of color #270412: hue angle of 336º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270412 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 4 | 18 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.85 |
| HSL | 336º | 0.81% | 0.08% | - |
| HSV(B) | 336º | 0.9% | 0.15% | - |
| XYZ | 0.99 | 0.56 | 0.63 | - |
| YUV | 16.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 18 | 0 | 0.90 | 0.54 | 0.85 | 336 | 0.81 | 0.08 |
| Hex | 27 | 4 | 12 | 0 | 5A | 36 | 55 | 150 | 51 | 8 |
| Octal | 47 | 4 | 22 | 0 | 132 | 66 | 125 | 520 | 121 | 10 |
| Binary | 100111 | 100 | 10010 | 0 | 1011010 | 110110 | 1010101 | 101010000 | 1010001 | 1000 |
Color Harmonies of #270412
Complementary color
Monochromatic Colors of #270412
Black with #270412
Text Example
Text Example
White with #270412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270412; }
p { color: rgb(39,4,18); }
H1.HeaderClassName
{
color: #270412;
}
.AnyTagClassName
{
color: #270412;
}
</style>
background-color css
<style>
a { background-color: #270412; }
a { background-color: rgb(39,4,18); }
div.DivClassName
{
background-color: #270412;
}
.BgClassName
{
background-color: #270412;
}
</style>
border-color css
<style>
span { border-color: #270412; }
span { border-color: rgb(39,4,18); }
td.TdClassName
{
border-color: #270412;
}
.TagClassName
{
border-color: #270412;
}
</style>