Shades of Rustic Red #27000A
Tints of Rustic Red #27000A
RGB
CMYK
RGB Variations
Color information
#27000A (or 0x27000A) is known color: Rustic Red. HEX triplet: 27, 00 and 0A. RGB value is (39,0,10). Sum of RGB (Red+Green+Blue) = 39+0+10=49 (6% of max value = 765). Red value is 39 (15.62% from 255 or 79.59% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 39 - color contains mainly: red. Hex color #27000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000A is #D8FFF5. Grayscale: #0C0C0C. Windows color (decimal): -14221302 or 655399. OLE color: 655399.
HSL color Cylindrical-coordinate representation of color #27000A: hue angle of 344.62º 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 #27000A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.74 | 0.85 |
| HSL | 344.62º | 1% | 0.08% | - |
| HSV(B) | 344.62º | 1% | 0.15% | - |
| XYZ | 0.89 | 0.45 | 0.33 | - |
| YUV | 12.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 10 | 0 | 1 | 0.74 | 0.85 | 344.62 | 1 | 0.08 |
| Hex | 27 | 0 | A | 0 | 64 | 4A | 55 | 159 | 64 | 8 |
| Octal | 47 | 0 | 12 | 0 | 144 | 112 | 125 | 531 | 144 | 10 |
| Binary | 100111 | 0 | 1010 | 0 | 1100100 | 1001010 | 1010101 | 101011001 | 1100100 | 1000 |
Color Harmonies of #27000A
Complementary color
Monochromatic Colors of #27000A
Black with #27000A
Text Example
Text Example
White with #27000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27000A; }
p { color: rgb(39,0,10); }
H1.HeaderClassName
{
color: #27000A;
}
.AnyTagClassName
{
color: #27000A;
}
</style>
background-color css
<style>
a { background-color: #27000A; }
a { background-color: rgb(39,0,10); }
div.DivClassName
{
background-color: #27000A;
}
.BgClassName
{
background-color: #27000A;
}
</style>
border-color css
<style>
span { border-color: #27000A; }
span { border-color: rgb(39,0,10); }
td.TdClassName
{
border-color: #27000A;
}
.TagClassName
{
border-color: #27000A;
}
</style>