Shades of Rustic Red #1A1617
Tints of Rustic Red #1A1617
RGB
CMYK
RGB Variations
Color information
#1A1617 (or 0x1A1617) is known color: Rustic Red. HEX triplet: 1A, 16 and 17. RGB value is (26,22,23). Sum of RGB (Red+Green+Blue) = 26+22+23=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1617 is #E5E9E8. Grayscale: #171717. Windows color (decimal): -15067625 or 1512986. OLE color: 1512986.
HSL color Cylindrical-coordinate representation of color #1A1617: hue angle of 345º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1A1617 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 22 | 23 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.90 |
| HSL | 345º | 0.08% | 0.09% | - |
| HSV(B) | 345º | 0.15% | 0.1% | - |
| XYZ | 0.87 | 0.86 | 0.93 | - |
| YUV | 23.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 23 | 0 | 0.15 | 0.12 | 0.90 | 345 | 0.08 | 0.09 |
| Hex | 1A | 16 | 17 | 0 | F | C | 5A | 159 | 8 | 9 |
| Octal | 32 | 26 | 27 | 0 | 17 | 14 | 132 | 531 | 10 | 11 |
| Binary | 11010 | 10110 | 10111 | 0 | 1111 | 1100 | 1011010 | 101011001 | 1000 | 1001 |
Color Harmonies of #1A1617
Complementary color
Monochromatic Colors of #1A1617
Black with #1A1617
Text Example
Text Example
White with #1A1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1617; }
p { color: rgb(26,22,23); }
H1.HeaderClassName
{
color: #1A1617;
}
.AnyTagClassName
{
color: #1A1617;
}
</style>
background-color css
<style>
a { background-color: #1A1617; }
a { background-color: rgb(26,22,23); }
div.DivClassName
{
background-color: #1A1617;
}
.BgClassName
{
background-color: #1A1617;
}
</style>
border-color css
<style>
span { border-color: #1A1617; }
span { border-color: rgb(26,22,23); }
td.TdClassName
{
border-color: #1A1617;
}
.TagClassName
{
border-color: #1A1617;
}
</style>