Shades of Rustic Red #1C0B0F
Tints of Rustic Red #1C0B0F
RGB
CMYK
RGB Variations
Color information
#1C0B0F (or 0x1C0B0F) is known color: Rustic Red. HEX triplet: 1C, 0B and 0F. RGB value is (28,11,15). Sum of RGB (Red+Green+Blue) = 28+11+15=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B0F is #E3F4F0. Grayscale: #101010. Windows color (decimal): -14939377 or 985884. OLE color: 985884.
HSL color Cylindrical-coordinate representation of color #1C0B0F: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C0B0F is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 15 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.89 |
| HSL | 345.88º | 0.44% | 0.08% | - |
| HSV(B) | 345.88º | 0.61% | 0.11% | - |
| XYZ | 0.68 | 0.52 | 0.52 | - |
| YUV | 16.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 15 | 0 | 0.61 | 0.46 | 0.89 | 345.88 | 0.44 | 0.08 |
| Hex | 1C | B | F | 0 | 3D | 2E | 59 | 15A | 2C | 8 |
| Octal | 34 | 13 | 17 | 0 | 75 | 56 | 131 | 532 | 54 | 10 |
| Binary | 11100 | 1011 | 1111 | 0 | 111101 | 101110 | 1011001 | 101011010 | 101100 | 1000 |
Color Harmonies of #1C0B0F
Complementary color
Monochromatic Colors of #1C0B0F
Black with #1C0B0F
Text Example
Text Example
White with #1C0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B0F; }
p { color: rgb(28,11,15); }
H1.HeaderClassName
{
color: #1C0B0F;
}
.AnyTagClassName
{
color: #1C0B0F;
}
</style>
background-color css
<style>
a { background-color: #1C0B0F; }
a { background-color: rgb(28,11,15); }
div.DivClassName
{
background-color: #1C0B0F;
}
.BgClassName
{
background-color: #1C0B0F;
}
</style>
border-color css
<style>
span { border-color: #1C0B0F; }
span { border-color: rgb(28,11,15); }
td.TdClassName
{
border-color: #1C0B0F;
}
.TagClassName
{
border-color: #1C0B0F;
}
</style>