Shades of Rustic Red #1C1012
Tints of Rustic Red #1C1012
RGB
CMYK
RGB Variations
Color information
#1C1012 (or 0x1C1012) is known color: Rustic Red. HEX triplet: 1C, 10 and 12. RGB value is (28,16,18). Sum of RGB (Red+Green+Blue) = 28+16+18=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1012 is #E3EFED. Grayscale: #131313. Windows color (decimal): -14938094 or 1183772. OLE color: 1183772.
HSL color Cylindrical-coordinate representation of color #1C1012: hue angle of 350º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1012 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 18 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.89 |
| HSL | 350º | 0.27% | 0.09% | - |
| HSV(B) | 350º | 0.43% | 0.11% | - |
| XYZ | 0.77 | 0.66 | 0.66 | - |
| YUV | 19.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 18 | 0 | 0.43 | 0.36 | 0.89 | 350 | 0.27 | 0.09 |
| Hex | 1C | 10 | 12 | 0 | 2B | 24 | 59 | 15E | 1B | 9 |
| Octal | 34 | 20 | 22 | 0 | 53 | 44 | 131 | 536 | 33 | 11 |
| Binary | 11100 | 10000 | 10010 | 0 | 101011 | 100100 | 1011001 | 101011110 | 11011 | 1001 |
Color Harmonies of #1C1012
Complementary color
Monochromatic Colors of #1C1012
Black with #1C1012
Text Example
Text Example
White with #1C1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1012; }
p { color: rgb(28,16,18); }
H1.HeaderClassName
{
color: #1C1012;
}
.AnyTagClassName
{
color: #1C1012;
}
</style>
background-color css
<style>
a { background-color: #1C1012; }
a { background-color: rgb(28,16,18); }
div.DivClassName
{
background-color: #1C1012;
}
.BgClassName
{
background-color: #1C1012;
}
</style>
border-color css
<style>
span { border-color: #1C1012; }
span { border-color: rgb(28,16,18); }
td.TdClassName
{
border-color: #1C1012;
}
.TagClassName
{
border-color: #1C1012;
}
</style>