Shades of Rustic Red #1C0507
Tints of Rustic Red #1C0507
RGB
CMYK
RGB Variations
Color information
#1C0507 (or 0x1C0507) is known color: Rustic Red. HEX triplet: 1C, 05 and 07. RGB value is (28,5,7). Sum of RGB (Red+Green+Blue) = 28+5+7=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0507 is #E3FAF8. Grayscale: #0C0C0C. Windows color (decimal): -14940921 or 460060. OLE color: 460060.
HSL color Cylindrical-coordinate representation of color #1C0507: hue angle of 354.78º 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 #1C0507 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 7 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.89 |
| HSL | 354.78º | 0.7% | 0.06% | - |
| HSV(B) | 354.78º | 0.82% | 0.11% | - |
| XYZ | 0.57 | 0.37 | 0.24 | - |
| YUV | 12.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 7 | 0 | 0.82 | 0.75 | 0.89 | 354.78 | 0.7 | 0.06 |
| Hex | 1C | 5 | 7 | 0 | 52 | 4B | 59 | 163 | 46 | 6 |
| Octal | 34 | 5 | 7 | 0 | 122 | 113 | 131 | 543 | 106 | 6 |
| Binary | 11100 | 101 | 111 | 0 | 1010010 | 1001011 | 1011001 | 101100011 | 1000110 | 110 |
Color Harmonies of #1C0507
Complementary color
Monochromatic Colors of #1C0507
Black with #1C0507
Text Example
Text Example
White with #1C0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0507; }
p { color: rgb(28,5,7); }
H1.HeaderClassName
{
color: #1C0507;
}
.AnyTagClassName
{
color: #1C0507;
}
</style>
background-color css
<style>
a { background-color: #1C0507; }
a { background-color: rgb(28,5,7); }
div.DivClassName
{
background-color: #1C0507;
}
.BgClassName
{
background-color: #1C0507;
}
</style>
border-color css
<style>
span { border-color: #1C0507; }
span { border-color: rgb(28,5,7); }
td.TdClassName
{
border-color: #1C0507;
}
.TagClassName
{
border-color: #1C0507;
}
</style>