Shades of Rustic Red #1C0E0F
Tints of Rustic Red #1C0E0F
RGB
CMYK
RGB Variations
Color information
#1C0E0F (or 0x1C0E0F) is known color: Rustic Red. HEX triplet: 1C, 0E and 0F. RGB value is (28,14,15). Sum of RGB (Red+Green+Blue) = 28+14+15=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E0F is #E3F1F0. Grayscale: #121212. Windows color (decimal): -14938609 or 986652. OLE color: 986652.
HSL color Cylindrical-coordinate representation of color #1C0E0F: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C0E0F is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 15 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.89 |
| HSL | 355.71º | 0.33% | 0.08% | - |
| HSV(B) | 355.71º | 0.5% | 0.11% | - |
| XYZ | 0.72 | 0.6 | 0.53 | - |
| YUV | 18.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 15 | 0 | 0.50 | 0.46 | 0.89 | 355.71 | 0.33 | 0.08 |
| Hex | 1C | E | F | 0 | 32 | 2E | 59 | 164 | 21 | 8 |
| Octal | 34 | 16 | 17 | 0 | 62 | 56 | 131 | 544 | 41 | 10 |
| Binary | 11100 | 1110 | 1111 | 0 | 110010 | 101110 | 1011001 | 101100100 | 100001 | 1000 |
Color Harmonies of #1C0E0F
Complementary color
Monochromatic Colors of #1C0E0F
Black with #1C0E0F
Text Example
Text Example
White with #1C0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E0F; }
p { color: rgb(28,14,15); }
H1.HeaderClassName
{
color: #1C0E0F;
}
.AnyTagClassName
{
color: #1C0E0F;
}
</style>
background-color css
<style>
a { background-color: #1C0E0F; }
a { background-color: rgb(28,14,15); }
div.DivClassName
{
background-color: #1C0E0F;
}
.BgClassName
{
background-color: #1C0E0F;
}
</style>
border-color css
<style>
span { border-color: #1C0E0F; }
span { border-color: rgb(28,14,15); }
td.TdClassName
{
border-color: #1C0E0F;
}
.TagClassName
{
border-color: #1C0E0F;
}
</style>