Shades of Rustic Red #1A0C10
Tints of Rustic Red #1A0C10
RGB
CMYK
RGB Variations
Color information
#1A0C10 (or 0x1A0C10) is known color: Rustic Red. HEX triplet: 1A, 0C and 10. RGB value is (26,12,16). Sum of RGB (Red+Green+Blue) = 26+12+16=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C10 is #E5F3EF. Grayscale: #101010. Windows color (decimal): -15070192 or 1051674. OLE color: 1051674.
HSL color Cylindrical-coordinate representation of color #1A0C10: hue angle of 342.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0C10 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 16 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.90 |
| HSL | 342.86º | 0.37% | 0.07% | - |
| HSV(B) | 342.86º | 0.54% | 0.1% | - |
| XYZ | 0.65 | 0.52 | 0.56 | - |
| YUV | 16.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 16 | 0 | 0.54 | 0.38 | 0.90 | 342.86 | 0.37 | 0.07 |
| Hex | 1A | C | 10 | 0 | 36 | 26 | 5A | 157 | 25 | 7 |
| Octal | 32 | 14 | 20 | 0 | 66 | 46 | 132 | 527 | 45 | 7 |
| Binary | 11010 | 1100 | 10000 | 0 | 110110 | 100110 | 1011010 | 101010111 | 100101 | 111 |
Color Harmonies of #1A0C10
Complementary color
Monochromatic Colors of #1A0C10
Black with #1A0C10
Text Example
Text Example
White with #1A0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C10; }
p { color: rgb(26,12,16); }
H1.HeaderClassName
{
color: #1A0C10;
}
.AnyTagClassName
{
color: #1A0C10;
}
</style>
background-color css
<style>
a { background-color: #1A0C10; }
a { background-color: rgb(26,12,16); }
div.DivClassName
{
background-color: #1A0C10;
}
.BgClassName
{
background-color: #1A0C10;
}
</style>
border-color css
<style>
span { border-color: #1A0C10; }
span { border-color: rgb(26,12,16); }
td.TdClassName
{
border-color: #1A0C10;
}
.TagClassName
{
border-color: #1A0C10;
}
</style>