Shades of Rustic Red #1C0F15
Tints of Rustic Red #1C0F15
RGB
CMYK
RGB Variations
Color information
#1C0F15 (or 0x1C0F15) is known color: Rustic Red. HEX triplet: 1C, 0F and 15. RGB value is (28,15,21). Sum of RGB (Red+Green+Blue) = 28+15+21=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F15 is #E3F0EA. Grayscale: #131313. Windows color (decimal): -14938347 or 1380124. OLE color: 1380124.
HSL color Cylindrical-coordinate representation of color #1C0F15: hue angle of 332.31º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F15 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 15 | 21 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.89 |
| HSL | 332.31º | 0.3% | 0.08% | - |
| HSV(B) | 332.31º | 0.46% | 0.11% | - |
| XYZ | 0.79 | 0.64 | 0.79 | - |
| YUV | 19.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 21 | 0 | 0.46 | 0.25 | 0.89 | 332.31 | 0.3 | 0.08 |
| Hex | 1C | F | 15 | 0 | 2E | 19 | 59 | 14C | 1E | 8 |
| Octal | 34 | 17 | 25 | 0 | 56 | 31 | 131 | 514 | 36 | 10 |
| Binary | 11100 | 1111 | 10101 | 0 | 101110 | 11001 | 1011001 | 101001100 | 11110 | 1000 |
Color Harmonies of #1C0F15
Complementary color
Monochromatic Colors of #1C0F15
Black with #1C0F15
Text Example
Text Example
White with #1C0F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F15; }
p { color: rgb(28,15,21); }
H1.HeaderClassName
{
color: #1C0F15;
}
.AnyTagClassName
{
color: #1C0F15;
}
</style>
background-color css
<style>
a { background-color: #1C0F15; }
a { background-color: rgb(28,15,21); }
div.DivClassName
{
background-color: #1C0F15;
}
.BgClassName
{
background-color: #1C0F15;
}
</style>
border-color css
<style>
span { border-color: #1C0F15; }
span { border-color: rgb(28,15,21); }
td.TdClassName
{
border-color: #1C0F15;
}
.TagClassName
{
border-color: #1C0F15;
}
</style>