Shades of Rustic Red #27020B
Tints of Rustic Red #27020B
RGB
CMYK
RGB Variations
Color information
#27020B (or 0x27020B) is known color: Rustic Red. HEX triplet: 27, 02 and 0B. RGB value is (39,2,11). Sum of RGB (Red+Green+Blue) = 39+2+11=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #27020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27020B is #D8FDF4. Grayscale: #0E0E0E. Windows color (decimal): -14220789 or 721447. OLE color: 721447.
HSL color Cylindrical-coordinate representation of color #27020B: hue angle of 345.41º 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 #27020B is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 11 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.85 |
| HSL | 345.41º | 0.9% | 0.08% | - |
| HSV(B) | 345.41º | 0.95% | 0.15% | - |
| XYZ | 0.92 | 0.5 | 0.36 | - |
| YUV | 14.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 11 | 0 | 0.95 | 0.72 | 0.85 | 345.41 | 0.9 | 0.08 |
| Hex | 27 | 2 | B | 0 | 5F | 48 | 55 | 159 | 5A | 8 |
| Octal | 47 | 2 | 13 | 0 | 137 | 110 | 125 | 531 | 132 | 10 |
| Binary | 100111 | 10 | 1011 | 0 | 1011111 | 1001000 | 1010101 | 101011001 | 1011010 | 1000 |
Color Harmonies of #27020B
Complementary color
Monochromatic Colors of #27020B
Black with #27020B
Text Example
Text Example
White with #27020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27020B; }
p { color: rgb(39,2,11); }
H1.HeaderClassName
{
color: #27020B;
}
.AnyTagClassName
{
color: #27020B;
}
</style>
background-color css
<style>
a { background-color: #27020B; }
a { background-color: rgb(39,2,11); }
div.DivClassName
{
background-color: #27020B;
}
.BgClassName
{
background-color: #27020B;
}
</style>
border-color css
<style>
span { border-color: #27020B; }
span { border-color: rgb(39,2,11); }
td.TdClassName
{
border-color: #27020B;
}
.TagClassName
{
border-color: #27020B;
}
</style>