Shades of Rustic Red #270D17
Tints of Rustic Red #270D17
RGB
CMYK
RGB Variations
Color information
#270D17 (or 0x270D17) is known color: Rustic Red. HEX triplet: 27, 0D and 17. RGB value is (39,13,23). Sum of RGB (Red+Green+Blue) = 39+13+23=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D17 is #D8F2E8. Grayscale: #151515. Windows color (decimal): -14217961 or 1510695. OLE color: 1510695.
HSL color Cylindrical-coordinate representation of color #270D17: hue angle of 336.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D17 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 23 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.85 |
| HSL | 336.92º | 0.5% | 0.1% | - |
| HSV(B) | 336.92º | 0.67% | 0.15% | - |
| XYZ | 1.14 | 0.78 | 0.9 | - |
| YUV | 21.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 23 | 0 | 0.67 | 0.41 | 0.85 | 336.92 | 0.5 | 0.1 |
| Hex | 27 | D | 17 | 0 | 43 | 29 | 55 | 151 | 32 | A |
| Octal | 47 | 15 | 27 | 0 | 103 | 51 | 125 | 521 | 62 | 12 |
| Binary | 100111 | 1101 | 10111 | 0 | 1000011 | 101001 | 1010101 | 101010001 | 110010 | 1010 |
Color Harmonies of #270D17
Complementary color
Monochromatic Colors of #270D17
Black with #270D17
Text Example
Text Example
White with #270D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D17; }
p { color: rgb(39,13,23); }
H1.HeaderClassName
{
color: #270D17;
}
.AnyTagClassName
{
color: #270D17;
}
</style>
background-color css
<style>
a { background-color: #270D17; }
a { background-color: rgb(39,13,23); }
div.DivClassName
{
background-color: #270D17;
}
.BgClassName
{
background-color: #270D17;
}
</style>
border-color css
<style>
span { border-color: #270D17; }
span { border-color: rgb(39,13,23); }
td.TdClassName
{
border-color: #270D17;
}
.TagClassName
{
border-color: #270D17;
}
</style>