Shades of Rustic Red #1C0510
Tints of Rustic Red #1C0510
RGB
CMYK
RGB Variations
Color information
#1C0510 (or 0x1C0510) is known color: Rustic Red. HEX triplet: 1C, 05 and 10. RGB value is (28,5,16). Sum of RGB (Red+Green+Blue) = 28+5+16=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0510 is #E3FAEF. Grayscale: #0D0D0D. Windows color (decimal): -14940912 or 1049884. OLE color: 1049884.
HSL color Cylindrical-coordinate representation of color #1C0510: hue angle of 331.3º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0510 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 16 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.89 |
| HSL | 331.3º | 0.7% | 0.06% | - |
| HSV(B) | 331.3º | 0.82% | 0.11% | - |
| XYZ | 0.63 | 0.39 | 0.53 | - |
| YUV | 13.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 16 | 0 | 0.82 | 0.43 | 0.89 | 331.3 | 0.7 | 0.06 |
| Hex | 1C | 5 | 10 | 0 | 52 | 2B | 59 | 14B | 46 | 6 |
| Octal | 34 | 5 | 20 | 0 | 122 | 53 | 131 | 513 | 106 | 6 |
| Binary | 11100 | 101 | 10000 | 0 | 1010010 | 101011 | 1011001 | 101001011 | 1000110 | 110 |
Color Harmonies of #1C0510
Complementary color
Monochromatic Colors of #1C0510
Black with #1C0510
Text Example
Text Example
White with #1C0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0510; }
p { color: rgb(28,5,16); }
H1.HeaderClassName
{
color: #1C0510;
}
.AnyTagClassName
{
color: #1C0510;
}
</style>
background-color css
<style>
a { background-color: #1C0510; }
a { background-color: rgb(28,5,16); }
div.DivClassName
{
background-color: #1C0510;
}
.BgClassName
{
background-color: #1C0510;
}
</style>
border-color css
<style>
span { border-color: #1C0510; }
span { border-color: rgb(28,5,16); }
td.TdClassName
{
border-color: #1C0510;
}
.TagClassName
{
border-color: #1C0510;
}
</style>