Shades of Rustic Red #1A1314
Tints of Rustic Red #1A1314
RGB
CMYK
RGB Variations
Color information
#1A1314 (or 0x1A1314) is known color: Rustic Red. HEX triplet: 1A, 13 and 14. RGB value is (26,19,20). Sum of RGB (Red+Green+Blue) = 26+19+20=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1314 is #E5ECEB. Grayscale: #151515. Windows color (decimal): -15068396 or 1315610. OLE color: 1315610.
HSL color Cylindrical-coordinate representation of color #1A1314: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1314 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 19 | 20 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.90 |
| HSL | 351.43º | 0.16% | 0.09% | - |
| HSV(B) | 351.43º | 0.27% | 0.1% | - |
| XYZ | 0.79 | 0.74 | 0.76 | - |
| YUV | 21.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 20 | 0 | 0.27 | 0.23 | 0.90 | 351.43 | 0.16 | 0.09 |
| Hex | 1A | 13 | 14 | 0 | 1B | 17 | 5A | 15F | 10 | 9 |
| Octal | 32 | 23 | 24 | 0 | 33 | 27 | 132 | 537 | 20 | 11 |
| Binary | 11010 | 10011 | 10100 | 0 | 11011 | 10111 | 1011010 | 101011111 | 10000 | 1001 |
Color Harmonies of #1A1314
Complementary color
Monochromatic Colors of #1A1314
Black with #1A1314
Text Example
Text Example
White with #1A1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1314; }
p { color: rgb(26,19,20); }
H1.HeaderClassName
{
color: #1A1314;
}
.AnyTagClassName
{
color: #1A1314;
}
</style>
background-color css
<style>
a { background-color: #1A1314; }
a { background-color: rgb(26,19,20); }
div.DivClassName
{
background-color: #1A1314;
}
.BgClassName
{
background-color: #1A1314;
}
</style>
border-color css
<style>
span { border-color: #1A1314; }
span { border-color: rgb(26,19,20); }
td.TdClassName
{
border-color: #1A1314;
}
.TagClassName
{
border-color: #1A1314;
}
</style>