Shades of Rustic Red #1C090B
Tints of Rustic Red #1C090B
RGB
CMYK
RGB Variations
Color information
#1C090B (or 0x1C090B) is known color: Rustic Red. HEX triplet: 1C, 09 and 0B. RGB value is (28,9,11). Sum of RGB (Red+Green+Blue) = 28+9+11=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C090B is #E3F6F4. Grayscale: #0E0E0E. Windows color (decimal): -14939893 or 723228. OLE color: 723228.
HSL color Cylindrical-coordinate representation of color #1C090B: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C090B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 11 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.89 |
| HSL | 353.68º | 0.51% | 0.07% | - |
| HSV(B) | 353.68º | 0.68% | 0.11% | - |
| XYZ | 0.64 | 0.47 | 0.37 | - |
| YUV | 14.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 11 | 0 | 0.68 | 0.61 | 0.89 | 353.68 | 0.51 | 0.07 |
| Hex | 1C | 9 | B | 0 | 44 | 3D | 59 | 162 | 33 | 7 |
| Octal | 34 | 11 | 13 | 0 | 104 | 75 | 131 | 542 | 63 | 7 |
| Binary | 11100 | 1001 | 1011 | 0 | 1000100 | 111101 | 1011001 | 101100010 | 110011 | 111 |
Color Harmonies of #1C090B
Complementary color
Monochromatic Colors of #1C090B
Black with #1C090B
Text Example
Text Example
White with #1C090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C090B; }
p { color: rgb(28,9,11); }
H1.HeaderClassName
{
color: #1C090B;
}
.AnyTagClassName
{
color: #1C090B;
}
</style>
background-color css
<style>
a { background-color: #1C090B; }
a { background-color: rgb(28,9,11); }
div.DivClassName
{
background-color: #1C090B;
}
.BgClassName
{
background-color: #1C090B;
}
</style>
border-color css
<style>
span { border-color: #1C090B; }
span { border-color: rgb(28,9,11); }
td.TdClassName
{
border-color: #1C090B;
}
.TagClassName
{
border-color: #1C090B;
}
</style>