Shades of Rustic Red #1C050F
Tints of Rustic Red #1C050F
RGB
CMYK
RGB Variations
Color information
#1C050F (or 0x1C050F) is known color: Rustic Red. HEX triplet: 1C, 05 and 0F. RGB value is (28,5,15). Sum of RGB (Red+Green+Blue) = 28+5+15=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C050F is #E3FAF0. Grayscale: #0D0D0D. Windows color (decimal): -14940913 or 984348. OLE color: 984348.
HSL color Cylindrical-coordinate representation of color #1C050F: hue angle of 333.91º 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 #1C050F is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 15 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.89 |
| HSL | 333.91º | 0.7% | 0.06% | - |
| HSV(B) | 333.91º | 0.82% | 0.11% | - |
| XYZ | 0.62 | 0.39 | 0.49 | - |
| YUV | 13.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 15 | 0 | 0.82 | 0.46 | 0.89 | 333.91 | 0.7 | 0.06 |
| Hex | 1C | 5 | F | 0 | 52 | 2E | 59 | 14E | 46 | 6 |
| Octal | 34 | 5 | 17 | 0 | 122 | 56 | 131 | 516 | 106 | 6 |
| Binary | 11100 | 101 | 1111 | 0 | 1010010 | 101110 | 1011001 | 101001110 | 1000110 | 110 |
Color Harmonies of #1C050F
Complementary color
Monochromatic Colors of #1C050F
Black with #1C050F
Text Example
Text Example
White with #1C050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C050F; }
p { color: rgb(28,5,15); }
H1.HeaderClassName
{
color: #1C050F;
}
.AnyTagClassName
{
color: #1C050F;
}
</style>
background-color css
<style>
a { background-color: #1C050F; }
a { background-color: rgb(28,5,15); }
div.DivClassName
{
background-color: #1C050F;
}
.BgClassName
{
background-color: #1C050F;
}
</style>
border-color css
<style>
span { border-color: #1C050F; }
span { border-color: rgb(28,5,15); }
td.TdClassName
{
border-color: #1C050F;
}
.TagClassName
{
border-color: #1C050F;
}
</style>