Shades of Rustic Red #1C0408
Tints of Rustic Red #1C0408
RGB
CMYK
RGB Variations
Color information
#1C0408 (or 0x1C0408) is known color: Rustic Red. HEX triplet: 1C, 04 and 08. RGB value is (28,4,8). Sum of RGB (Red+Green+Blue) = 28+4+8=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0408 is #E3FBF7. Grayscale: #0B0B0B. Windows color (decimal): -14941176 or 525340. OLE color: 525340.
HSL color Cylindrical-coordinate representation of color #1C0408: hue angle of 350º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0408 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 4 | 8 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.89 |
| HSL | 350º | 0.75% | 0.06% | - |
| HSV(B) | 350º | 0.86% | 0.11% | - |
| XYZ | 0.57 | 0.35 | 0.27 | - |
| YUV | 11.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 8 | 0 | 0.86 | 0.71 | 0.89 | 350 | 0.75 | 0.06 |
| Hex | 1C | 4 | 8 | 0 | 56 | 47 | 59 | 15E | 4B | 6 |
| Octal | 34 | 4 | 10 | 0 | 126 | 107 | 131 | 536 | 113 | 6 |
| Binary | 11100 | 100 | 1000 | 0 | 1010110 | 1000111 | 1011001 | 101011110 | 1001011 | 110 |
Color Harmonies of #1C0408
Complementary color
Monochromatic Colors of #1C0408
Black with #1C0408
Text Example
Text Example
White with #1C0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0408; }
p { color: rgb(28,4,8); }
H1.HeaderClassName
{
color: #1C0408;
}
.AnyTagClassName
{
color: #1C0408;
}
</style>
background-color css
<style>
a { background-color: #1C0408; }
a { background-color: rgb(28,4,8); }
div.DivClassName
{
background-color: #1C0408;
}
.BgClassName
{
background-color: #1C0408;
}
</style>
border-color css
<style>
span { border-color: #1C0408; }
span { border-color: rgb(28,4,8); }
td.TdClassName
{
border-color: #1C0408;
}
.TagClassName
{
border-color: #1C0408;
}
</style>