Shades of Rustic Red #270004
Tints of Rustic Red #270004
RGB
CMYK
RGB Variations
Color information
#270004 (or 0x270004) is known color: Rustic Red. HEX triplet: 27, 00 and 04. RGB value is (39,0,4). Sum of RGB (Red+Green+Blue) = 39+0+4=43 (5% of max value = 765). Red value is 39 (15.62% from 255 or 90.70% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 39 - color contains mainly: red. Hex color #270004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270004 is #D8FFFB. Grayscale: #0C0C0C. Windows color (decimal): -14221308 or 262183. OLE color: 262183.
HSL color Cylindrical-coordinate representation of color #270004: hue angle of 353.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 #270004 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.90 | 0.85 |
| HSL | 353.85º | 1% | 0.08% | - |
| HSV(B) | 353.85º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.44 | 0.15 | - |
| YUV | 12.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 4 | 0 | 1 | 0.90 | 0.85 | 353.85 | 1 | 0.08 |
| Hex | 27 | 0 | 4 | 0 | 64 | 5A | 55 | 162 | 64 | 8 |
| Octal | 47 | 0 | 4 | 0 | 144 | 132 | 125 | 542 | 144 | 10 |
| Binary | 100111 | 0 | 100 | 0 | 1100100 | 1011010 | 1010101 | 101100010 | 1100100 | 1000 |
Color Harmonies of #270004
Complementary color
Monochromatic Colors of #270004
Black with #270004
Text Example
Text Example
White with #270004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270004; }
p { color: rgb(39,0,4); }
H1.HeaderClassName
{
color: #270004;
}
.AnyTagClassName
{
color: #270004;
}
</style>
background-color css
<style>
a { background-color: #270004; }
a { background-color: rgb(39,0,4); }
div.DivClassName
{
background-color: #270004;
}
.BgClassName
{
background-color: #270004;
}
</style>
border-color css
<style>
span { border-color: #270004; }
span { border-color: rgb(39,0,4); }
td.TdClassName
{
border-color: #270004;
}
.TagClassName
{
border-color: #270004;
}
</style>