Shades of Rustic Red #27181A
Tints of Rustic Red #27181A
RGB
CMYK
RGB Variations
Color information
#27181A (or 0x27181A) is known color: Rustic Red. HEX triplet: 27, 18 and 1A. RGB value is (39,24,26). Sum of RGB (Red+Green+Blue) = 39+24+26=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181A is #D8E7E5. Grayscale: #1C1C1C. Windows color (decimal): -14215142 or 1710119. OLE color: 1710119.
HSL color Cylindrical-coordinate representation of color #27181A: hue angle of 352º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27181A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 24 | 26 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.85 |
| HSL | 352º | 0.24% | 0.12% | - |
| HSV(B) | 352º | 0.38% | 0.15% | - |
| XYZ | 1.35 | 1.16 | 1.13 | - |
| YUV | 28.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 26 | 0 | 0.38 | 0.33 | 0.85 | 352 | 0.24 | 0.12 |
| Hex | 27 | 18 | 1A | 0 | 26 | 21 | 55 | 160 | 18 | C |
| Octal | 47 | 30 | 32 | 0 | 46 | 41 | 125 | 540 | 30 | 14 |
| Binary | 100111 | 11000 | 11010 | 0 | 100110 | 100001 | 1010101 | 101100000 | 11000 | 1100 |
Color Harmonies of #27181A
Complementary color
Monochromatic Colors of #27181A
Black with #27181A
Text Example
Text Example
White with #27181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27181A; }
p { color: rgb(39,24,26); }
H1.HeaderClassName
{
color: #27181A;
}
.AnyTagClassName
{
color: #27181A;
}
</style>
background-color css
<style>
a { background-color: #27181A; }
a { background-color: rgb(39,24,26); }
div.DivClassName
{
background-color: #27181A;
}
.BgClassName
{
background-color: #27181A;
}
</style>
border-color css
<style>
span { border-color: #27181A; }
span { border-color: rgb(39,24,26); }
td.TdClassName
{
border-color: #27181A;
}
.TagClassName
{
border-color: #27181A;
}
</style>