Shades of Rustic Red #1C0509
Tints of Rustic Red #1C0509
RGB
CMYK
RGB Variations
Color information
#1C0509 (or 0x1C0509) is known color: Rustic Red. HEX triplet: 1C, 05 and 09. RGB value is (28,5,9). Sum of RGB (Red+Green+Blue) = 28+5+9=42 (5% of max value = 765). Red value is 28 (11.33% from 255 or 66.67% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0509 is #E3FAF6. Grayscale: #0C0C0C. Windows color (decimal): -14940919 or 591132. OLE color: 591132.
HSL color Cylindrical-coordinate representation of color #1C0509: hue angle of 349.57º 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 #1C0509 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 9 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.89 |
| HSL | 349.57º | 0.7% | 0.06% | - |
| HSV(B) | 349.57º | 0.82% | 0.11% | - |
| XYZ | 0.58 | 0.38 | 0.3 | - |
| YUV | 12.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 9 | 0 | 0.82 | 0.68 | 0.89 | 349.57 | 0.7 | 0.06 |
| Hex | 1C | 5 | 9 | 0 | 52 | 44 | 59 | 15E | 46 | 6 |
| Octal | 34 | 5 | 11 | 0 | 122 | 104 | 131 | 536 | 106 | 6 |
| Binary | 11100 | 101 | 1001 | 0 | 1010010 | 1000100 | 1011001 | 101011110 | 1000110 | 110 |
Color Harmonies of #1C0509
Complementary color
Monochromatic Colors of #1C0509
Black with #1C0509
Text Example
Text Example
White with #1C0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0509; }
p { color: rgb(28,5,9); }
H1.HeaderClassName
{
color: #1C0509;
}
.AnyTagClassName
{
color: #1C0509;
}
</style>
background-color css
<style>
a { background-color: #1C0509; }
a { background-color: rgb(28,5,9); }
div.DivClassName
{
background-color: #1C0509;
}
.BgClassName
{
background-color: #1C0509;
}
</style>
border-color css
<style>
span { border-color: #1C0509; }
span { border-color: rgb(28,5,9); }
td.TdClassName
{
border-color: #1C0509;
}
.TagClassName
{
border-color: #1C0509;
}
</style>