Shades of Rustic Red #27010F
Tints of Rustic Red #27010F
RGB
CMYK
RGB Variations
Color information
#27010F (or 0x27010F) is known color: Rustic Red. HEX triplet: 27, 01 and 0F. RGB value is (39,1,15). Sum of RGB (Red+Green+Blue) = 39+1+15=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #27010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010F is #D8FEF0. Grayscale: #0D0D0D. Windows color (decimal): -14221041 or 983335. OLE color: 983335.
HSL color Cylindrical-coordinate representation of color #27010F: hue angle of 337.89º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27010F is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 1 | 15 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.85 |
| HSL | 337.89º | 0.95% | 0.08% | - |
| HSV(B) | 337.89º | 0.97% | 0.15% | - |
| XYZ | 0.93 | 0.49 | 0.5 | - |
| YUV | 13.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 15 | 0 | 0.97 | 0.62 | 0.85 | 337.89 | 0.95 | 0.08 |
| Hex | 27 | 1 | F | 0 | 61 | 3E | 55 | 152 | 5F | 8 |
| Octal | 47 | 1 | 17 | 0 | 141 | 76 | 125 | 522 | 137 | 10 |
| Binary | 100111 | 1 | 1111 | 0 | 1100001 | 111110 | 1010101 | 101010010 | 1011111 | 1000 |
Color Harmonies of #27010F
Complementary color
Monochromatic Colors of #27010F
Black with #27010F
Text Example
Text Example
White with #27010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27010F; }
p { color: rgb(39,1,15); }
H1.HeaderClassName
{
color: #27010F;
}
.AnyTagClassName
{
color: #27010F;
}
</style>
background-color css
<style>
a { background-color: #27010F; }
a { background-color: rgb(39,1,15); }
div.DivClassName
{
background-color: #27010F;
}
.BgClassName
{
background-color: #27010F;
}
</style>
border-color css
<style>
span { border-color: #27010F; }
span { border-color: rgb(39,1,15); }
td.TdClassName
{
border-color: #27010F;
}
.TagClassName
{
border-color: #27010F;
}
</style>