Shades of Rustic Red #1C050A
Tints of Rustic Red #1C050A
RGB
CMYK
RGB Variations
Color information
#1C050A (or 0x1C050A) is known color: Rustic Red. HEX triplet: 1C, 05 and 0A. RGB value is (28,5,10). Sum of RGB (Red+Green+Blue) = 28+5+10=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C050A is #E3FAF5. Grayscale: #0C0C0C. Windows color (decimal): -14940918 or 656668. OLE color: 656668.
HSL color Cylindrical-coordinate representation of color #1C050A: hue angle of 346.96º 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 #1C050A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 10 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.89 |
| HSL | 346.96º | 0.7% | 0.06% | - |
| HSV(B) | 346.96º | 0.82% | 0.11% | - |
| XYZ | 0.59 | 0.38 | 0.33 | - |
| YUV | 12.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 10 | 0 | 0.82 | 0.64 | 0.89 | 346.96 | 0.7 | 0.06 |
| Hex | 1C | 5 | A | 0 | 52 | 40 | 59 | 15B | 46 | 6 |
| Octal | 34 | 5 | 12 | 0 | 122 | 100 | 131 | 533 | 106 | 6 |
| Binary | 11100 | 101 | 1010 | 0 | 1010010 | 1000000 | 1011001 | 101011011 | 1000110 | 110 |
Color Harmonies of #1C050A
Complementary color
Monochromatic Colors of #1C050A
Black with #1C050A
Text Example
Text Example
White with #1C050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C050A; }
p { color: rgb(28,5,10); }
H1.HeaderClassName
{
color: #1C050A;
}
.AnyTagClassName
{
color: #1C050A;
}
</style>
background-color css
<style>
a { background-color: #1C050A; }
a { background-color: rgb(28,5,10); }
div.DivClassName
{
background-color: #1C050A;
}
.BgClassName
{
background-color: #1C050A;
}
</style>
border-color css
<style>
span { border-color: #1C050A; }
span { border-color: rgb(28,5,10); }
td.TdClassName
{
border-color: #1C050A;
}
.TagClassName
{
border-color: #1C050A;
}
</style>