Shades of Rustic Red #1C050B
Tints of Rustic Red #1C050B
RGB
CMYK
RGB Variations
Color information
#1C050B (or 0x1C050B) is known color: Rustic Red. HEX triplet: 1C, 05 and 0B. RGB value is (28,5,11). Sum of RGB (Red+Green+Blue) = 28+5+11=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C050B is #E3FAF4. Grayscale: #0C0C0C. Windows color (decimal): -14940917 or 722204. OLE color: 722204.
HSL color Cylindrical-coordinate representation of color #1C050B: hue angle of 344.35º 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 #1C050B is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 11 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.89 |
| HSL | 344.35º | 0.7% | 0.06% | - |
| HSV(B) | 344.35º | 0.82% | 0.11% | - |
| XYZ | 0.59 | 0.38 | 0.36 | - |
| YUV | 12.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 11 | 0 | 0.82 | 0.61 | 0.89 | 344.35 | 0.7 | 0.06 |
| Hex | 1C | 5 | B | 0 | 52 | 3D | 59 | 158 | 46 | 6 |
| Octal | 34 | 5 | 13 | 0 | 122 | 75 | 131 | 530 | 106 | 6 |
| Binary | 11100 | 101 | 1011 | 0 | 1010010 | 111101 | 1011001 | 101011000 | 1000110 | 110 |
Color Harmonies of #1C050B
Complementary color
Monochromatic Colors of #1C050B
Black with #1C050B
Text Example
Text Example
White with #1C050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C050B; }
p { color: rgb(28,5,11); }
H1.HeaderClassName
{
color: #1C050B;
}
.AnyTagClassName
{
color: #1C050B;
}
</style>
background-color css
<style>
a { background-color: #1C050B; }
a { background-color: rgb(28,5,11); }
div.DivClassName
{
background-color: #1C050B;
}
.BgClassName
{
background-color: #1C050B;
}
</style>
border-color css
<style>
span { border-color: #1C050B; }
span { border-color: rgb(28,5,11); }
td.TdClassName
{
border-color: #1C050B;
}
.TagClassName
{
border-color: #1C050B;
}
</style>