Shades of Rustic Red #270C17
Tints of Rustic Red #270C17
RGB
CMYK
RGB Variations
Color information
#270C17 (or 0x270C17) is known color: Rustic Red. HEX triplet: 27, 0C and 17. RGB value is (39,12,23). Sum of RGB (Red+Green+Blue) = 39+12+23=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C17 is #D8F3E8. Grayscale: #151515. Windows color (decimal): -14218217 or 1510439. OLE color: 1510439.
HSL color Cylindrical-coordinate representation of color #270C17: hue angle of 335.56º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C17 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 23 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.85 |
| HSL | 335.56º | 0.53% | 0.1% | - |
| HSV(B) | 335.56º | 0.69% | 0.15% | - |
| XYZ | 1.12 | 0.76 | 0.9 | - |
| YUV | 21.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 23 | 0 | 0.69 | 0.41 | 0.85 | 335.56 | 0.53 | 0.1 |
| Hex | 27 | C | 17 | 0 | 45 | 29 | 55 | 150 | 35 | A |
| Octal | 47 | 14 | 27 | 0 | 105 | 51 | 125 | 520 | 65 | 12 |
| Binary | 100111 | 1100 | 10111 | 0 | 1000101 | 101001 | 1010101 | 101010000 | 110101 | 1010 |
Color Harmonies of #270C17
Complementary color
Monochromatic Colors of #270C17
Black with #270C17
Text Example
Text Example
White with #270C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C17; }
p { color: rgb(39,12,23); }
H1.HeaderClassName
{
color: #270C17;
}
.AnyTagClassName
{
color: #270C17;
}
</style>
background-color css
<style>
a { background-color: #270C17; }
a { background-color: rgb(39,12,23); }
div.DivClassName
{
background-color: #270C17;
}
.BgClassName
{
background-color: #270C17;
}
</style>
border-color css
<style>
span { border-color: #270C17; }
span { border-color: rgb(39,12,23); }
td.TdClassName
{
border-color: #270C17;
}
.TagClassName
{
border-color: #270C17;
}
</style>