Shades of Rustic Red #1C020F
Tints of Rustic Red #1C020F
RGB
CMYK
RGB Variations
Color information
#1C020F (or 0x1C020F) is known color: Rustic Red. HEX triplet: 1C, 02 and 0F. RGB value is (28,2,15). Sum of RGB (Red+Green+Blue) = 28+2+15=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C020F is #E3FDF0. Grayscale: #0B0B0B. Windows color (decimal): -14941681 or 983580. OLE color: 983580.
HSL color Cylindrical-coordinate representation of color #1C020F: hue angle of 330º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C020F is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 2 | 15 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.89 |
| HSL | 330º | 0.87% | 0.06% | - |
| HSV(B) | 330º | 0.93% | 0.11% | - |
| XYZ | 0.59 | 0.32 | 0.48 | - |
| YUV | 11.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 15 | 0 | 0.93 | 0.46 | 0.89 | 330 | 0.87 | 0.06 |
| Hex | 1C | 2 | F | 0 | 5D | 2E | 59 | 14A | 57 | 6 |
| Octal | 34 | 2 | 17 | 0 | 135 | 56 | 131 | 512 | 127 | 6 |
| Binary | 11100 | 10 | 1111 | 0 | 1011101 | 101110 | 1011001 | 101001010 | 1010111 | 110 |
Color Harmonies of #1C020F
Complementary color
Monochromatic Colors of #1C020F
Black with #1C020F
Text Example
Text Example
White with #1C020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C020F; }
p { color: rgb(28,2,15); }
H1.HeaderClassName
{
color: #1C020F;
}
.AnyTagClassName
{
color: #1C020F;
}
</style>
background-color css
<style>
a { background-color: #1C020F; }
a { background-color: rgb(28,2,15); }
div.DivClassName
{
background-color: #1C020F;
}
.BgClassName
{
background-color: #1C020F;
}
</style>
border-color css
<style>
span { border-color: #1C020F; }
span { border-color: rgb(28,2,15); }
td.TdClassName
{
border-color: #1C020F;
}
.TagClassName
{
border-color: #1C020F;
}
</style>