Shades of Rustic Red #27000F
Tints of Rustic Red #27000F
RGB
CMYK
RGB Variations
Color information
#27000F (or 0x27000F) is known color: Rustic Red. HEX triplet: 27, 00 and 0F. RGB value is (39,0,15). Sum of RGB (Red+Green+Blue) = 39+0+15=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #27000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000F is #D8FFF0. Grayscale: #0D0D0D. Windows color (decimal): -14221297 or 983079. OLE color: 983079.
HSL color Cylindrical-coordinate representation of color #27000F: hue angle of 336.92º 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 #27000F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.62 | 0.85 |
| HSL | 336.92º | 1% | 0.08% | - |
| HSV(B) | 336.92º | 1% | 0.15% | - |
| XYZ | 0.92 | 0.47 | 0.49 | - |
| YUV | 13.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 15 | 0 | 1 | 0.62 | 0.85 | 336.92 | 1 | 0.08 |
| Hex | 27 | 0 | F | 0 | 64 | 3E | 55 | 151 | 64 | 8 |
| Octal | 47 | 0 | 17 | 0 | 144 | 76 | 125 | 521 | 144 | 10 |
| Binary | 100111 | 0 | 1111 | 0 | 1100100 | 111110 | 1010101 | 101010001 | 1100100 | 1000 |
Color Harmonies of #27000F
Complementary color
Monochromatic Colors of #27000F
Black with #27000F
Text Example
Text Example
White with #27000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27000F; }
p { color: rgb(39,0,15); }
H1.HeaderClassName
{
color: #27000F;
}
.AnyTagClassName
{
color: #27000F;
}
</style>
background-color css
<style>
a { background-color: #27000F; }
a { background-color: rgb(39,0,15); }
div.DivClassName
{
background-color: #27000F;
}
.BgClassName
{
background-color: #27000F;
}
</style>
border-color css
<style>
span { border-color: #27000F; }
span { border-color: rgb(39,0,15); }
td.TdClassName
{
border-color: #27000F;
}
.TagClassName
{
border-color: #27000F;
}
</style>