Shades of Rustic Red #1C0506
Tints of Rustic Red #1C0506
RGB
CMYK
RGB Variations
Color information
#1C0506 (or 0x1C0506) is known color: Rustic Red. HEX triplet: 1C, 05 and 06. RGB value is (28,5,6). Sum of RGB (Red+Green+Blue) = 28+5+6=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0506 is #E3FAF9. Grayscale: #0C0C0C. Windows color (decimal): -14940922 or 394524. OLE color: 394524.
HSL color Cylindrical-coordinate representation of color #1C0506: hue angle of 357.39º 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 #1C0506 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 6 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.89 |
| HSL | 357.39º | 0.7% | 0.06% | - |
| HSV(B) | 357.39º | 0.82% | 0.11% | - |
| XYZ | 0.57 | 0.37 | 0.21 | - |
| YUV | 11.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 6 | 0 | 0.82 | 0.79 | 0.89 | 357.39 | 0.7 | 0.06 |
| Hex | 1C | 5 | 6 | 0 | 52 | 4F | 59 | 165 | 46 | 6 |
| Octal | 34 | 5 | 6 | 0 | 122 | 117 | 131 | 545 | 106 | 6 |
| Binary | 11100 | 101 | 110 | 0 | 1010010 | 1001111 | 1011001 | 101100101 | 1000110 | 110 |
Color Harmonies of #1C0506
Complementary color
Monochromatic Colors of #1C0506
Black with #1C0506
Text Example
Text Example
White with #1C0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0506; }
p { color: rgb(28,5,6); }
H1.HeaderClassName
{
color: #1C0506;
}
.AnyTagClassName
{
color: #1C0506;
}
</style>
background-color css
<style>
a { background-color: #1C0506; }
a { background-color: rgb(28,5,6); }
div.DivClassName
{
background-color: #1C0506;
}
.BgClassName
{
background-color: #1C0506;
}
</style>
border-color css
<style>
span { border-color: #1C0506; }
span { border-color: rgb(28,5,6); }
td.TdClassName
{
border-color: #1C0506;
}
.TagClassName
{
border-color: #1C0506;
}
</style>