Shades of Rustic Red #27080A
Tints of Rustic Red #27080A
RGB
CMYK
RGB Variations
Color information
#27080A (or 0x27080A) is known color: Rustic Red. HEX triplet: 27, 08 and 0A. RGB value is (39,8,10). Sum of RGB (Red+Green+Blue) = 39+8+10=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #27080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27080A is #D8F7F5. Grayscale: #111111. Windows color (decimal): -14219254 or 657447. OLE color: 657447.
HSL color Cylindrical-coordinate representation of color #27080A: hue angle of 356.13º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27080A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 8 | 10 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.85 |
| HSL | 356.13º | 0.66% | 0.09% | - |
| HSV(B) | 356.13º | 0.79% | 0.15% | - |
| XYZ | 0.98 | 0.63 | 0.36 | - |
| YUV | 17.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 10 | 0 | 0.79 | 0.74 | 0.85 | 356.13 | 0.66 | 0.09 |
| Hex | 27 | 8 | A | 0 | 4F | 4A | 55 | 164 | 42 | 9 |
| Octal | 47 | 10 | 12 | 0 | 117 | 112 | 125 | 544 | 102 | 11 |
| Binary | 100111 | 1000 | 1010 | 0 | 1001111 | 1001010 | 1010101 | 101100100 | 1000010 | 1001 |
Color Harmonies of #27080A
Complementary color
Monochromatic Colors of #27080A
Black with #27080A
Text Example
Text Example
White with #27080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27080A; }
p { color: rgb(39,8,10); }
H1.HeaderClassName
{
color: #27080A;
}
.AnyTagClassName
{
color: #27080A;
}
</style>
background-color css
<style>
a { background-color: #27080A; }
a { background-color: rgb(39,8,10); }
div.DivClassName
{
background-color: #27080A;
}
.BgClassName
{
background-color: #27080A;
}
</style>
border-color css
<style>
span { border-color: #27080A; }
span { border-color: rgb(39,8,10); }
td.TdClassName
{
border-color: #27080A;
}
.TagClassName
{
border-color: #27080A;
}
</style>