Shades of Rustic Red #270C13
Tints of Rustic Red #270C13
RGB
CMYK
RGB Variations
Color information
#270C13 (or 0x270C13) is known color: Rustic Red. HEX triplet: 27, 0C and 13. RGB value is (39,12,19). Sum of RGB (Red+Green+Blue) = 39+12+19=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #270C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C13 is #D8F3EC. Grayscale: #141414. Windows color (decimal): -14218221 or 1248295. OLE color: 1248295.
HSL color Cylindrical-coordinate representation of color #270C13: hue angle of 344.44º 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 #270C13 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 19 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.85 |
| HSL | 344.44º | 0.53% | 0.1% | - |
| HSV(B) | 344.44º | 0.69% | 0.15% | - |
| XYZ | 1.09 | 0.74 | 0.7 | - |
| YUV | 20.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 19 | 0 | 0.69 | 0.51 | 0.85 | 344.44 | 0.53 | 0.1 |
| Hex | 27 | C | 13 | 0 | 45 | 33 | 55 | 158 | 35 | A |
| Octal | 47 | 14 | 23 | 0 | 105 | 63 | 125 | 530 | 65 | 12 |
| Binary | 100111 | 1100 | 10011 | 0 | 1000101 | 110011 | 1010101 | 101011000 | 110101 | 1010 |
Color Harmonies of #270C13
Complementary color
Monochromatic Colors of #270C13
Black with #270C13
Text Example
Text Example
White with #270C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C13; }
p { color: rgb(39,12,19); }
H1.HeaderClassName
{
color: #270C13;
}
.AnyTagClassName
{
color: #270C13;
}
</style>
background-color css
<style>
a { background-color: #270C13; }
a { background-color: rgb(39,12,19); }
div.DivClassName
{
background-color: #270C13;
}
.BgClassName
{
background-color: #270C13;
}
</style>
border-color css
<style>
span { border-color: #270C13; }
span { border-color: rgb(39,12,19); }
td.TdClassName
{
border-color: #270C13;
}
.TagClassName
{
border-color: #270C13;
}
</style>