Shades of Rustic Red #270509
Tints of Rustic Red #270509
RGB
CMYK
RGB Variations
Color information
#270509 (or 0x270509) is known color: Rustic Red. HEX triplet: 27, 05 and 09. RGB value is (39,5,9). Sum of RGB (Red+Green+Blue) = 39+5+9=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #270509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270509 is #D8FAF6. Grayscale: #0F0F0F. Windows color (decimal): -14220023 or 591143. OLE color: 591143.
HSL color Cylindrical-coordinate representation of color #270509: hue angle of 352.94º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270509 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 5 | 9 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.85 |
| HSL | 352.94º | 0.77% | 0.09% | - |
| HSV(B) | 352.94º | 0.87% | 0.15% | - |
| XYZ | 0.94 | 0.56 | 0.32 | - |
| YUV | 15.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 9 | 0 | 0.87 | 0.77 | 0.85 | 352.94 | 0.77 | 0.09 |
| Hex | 27 | 5 | 9 | 0 | 57 | 4D | 55 | 161 | 4D | 9 |
| Octal | 47 | 5 | 11 | 0 | 127 | 115 | 125 | 541 | 115 | 11 |
| Binary | 100111 | 101 | 1001 | 0 | 1010111 | 1001101 | 1010101 | 101100001 | 1001101 | 1001 |
Color Harmonies of #270509
Complementary color
Monochromatic Colors of #270509
Black with #270509
Text Example
Text Example
White with #270509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270509; }
p { color: rgb(39,5,9); }
H1.HeaderClassName
{
color: #270509;
}
.AnyTagClassName
{
color: #270509;
}
</style>
background-color css
<style>
a { background-color: #270509; }
a { background-color: rgb(39,5,9); }
div.DivClassName
{
background-color: #270509;
}
.BgClassName
{
background-color: #270509;
}
</style>
border-color css
<style>
span { border-color: #270509; }
span { border-color: rgb(39,5,9); }
td.TdClassName
{
border-color: #270509;
}
.TagClassName
{
border-color: #270509;
}
</style>