Shades of Rustic Red #27020F
Tints of Rustic Red #27020F
RGB
CMYK
RGB Variations
Color information
#27020F (or 0x27020F) is known color: Rustic Red. HEX triplet: 27, 02 and 0F. RGB value is (39,2,15). Sum of RGB (Red+Green+Blue) = 39+2+15=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #27020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27020F is #D8FDF0. Grayscale: #0E0E0E. Windows color (decimal): -14220785 or 983591. OLE color: 983591.
HSL color Cylindrical-coordinate representation of color #27020F: hue angle of 338.92º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27020F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 15 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.85 |
| HSL | 338.92º | 0.9% | 0.08% | - |
| HSV(B) | 338.92º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 0.51 | 0.5 | - |
| YUV | 14.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 15 | 0 | 0.95 | 0.62 | 0.85 | 338.92 | 0.9 | 0.08 |
| Hex | 27 | 2 | F | 0 | 5F | 3E | 55 | 153 | 5A | 8 |
| Octal | 47 | 2 | 17 | 0 | 137 | 76 | 125 | 523 | 132 | 10 |
| Binary | 100111 | 10 | 1111 | 0 | 1011111 | 111110 | 1010101 | 101010011 | 1011010 | 1000 |
Color Harmonies of #27020F
Complementary color
Monochromatic Colors of #27020F
Black with #27020F
Text Example
Text Example
White with #27020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27020F; }
p { color: rgb(39,2,15); }
H1.HeaderClassName
{
color: #27020F;
}
.AnyTagClassName
{
color: #27020F;
}
</style>
background-color css
<style>
a { background-color: #27020F; }
a { background-color: rgb(39,2,15); }
div.DivClassName
{
background-color: #27020F;
}
.BgClassName
{
background-color: #27020F;
}
</style>
border-color css
<style>
span { border-color: #27020F; }
span { border-color: rgb(39,2,15); }
td.TdClassName
{
border-color: #27020F;
}
.TagClassName
{
border-color: #27020F;
}
</style>