Shades of Rustic Red #1C080B
Tints of Rustic Red #1C080B
RGB
CMYK
RGB Variations
Color information
#1C080B (or 0x1C080B) is known color: Rustic Red. HEX triplet: 1C, 08 and 0B. RGB value is (28,8,11). Sum of RGB (Red+Green+Blue) = 28+8+11=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C080B is #E3F7F4. Grayscale: #0E0E0E. Windows color (decimal): -14940149 or 722972. OLE color: 722972.
HSL color Cylindrical-coordinate representation of color #1C080B: hue angle of 351º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C080B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 11 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.89 |
| HSL | 351º | 0.56% | 0.07% | - |
| HSV(B) | 351º | 0.71% | 0.11% | - |
| XYZ | 0.63 | 0.44 | 0.37 | - |
| YUV | 14.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 11 | 0 | 0.71 | 0.61 | 0.89 | 351 | 0.56 | 0.07 |
| Hex | 1C | 8 | B | 0 | 47 | 3D | 59 | 15F | 38 | 7 |
| Octal | 34 | 10 | 13 | 0 | 107 | 75 | 131 | 537 | 70 | 7 |
| Binary | 11100 | 1000 | 1011 | 0 | 1000111 | 111101 | 1011001 | 101011111 | 111000 | 111 |
Color Harmonies of #1C080B
Complementary color
Monochromatic Colors of #1C080B
Black with #1C080B
Text Example
Text Example
White with #1C080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C080B; }
p { color: rgb(28,8,11); }
H1.HeaderClassName
{
color: #1C080B;
}
.AnyTagClassName
{
color: #1C080B;
}
</style>
background-color css
<style>
a { background-color: #1C080B; }
a { background-color: rgb(28,8,11); }
div.DivClassName
{
background-color: #1C080B;
}
.BgClassName
{
background-color: #1C080B;
}
</style>
border-color css
<style>
span { border-color: #1C080B; }
span { border-color: rgb(28,8,11); }
td.TdClassName
{
border-color: #1C080B;
}
.TagClassName
{
border-color: #1C080B;
}
</style>