Shades of Rustic Red #1A1013
Tints of Rustic Red #1A1013
RGB
CMYK
RGB Variations
Color information
#1A1013 (or 0x1A1013) is known color: Rustic Red. HEX triplet: 1A, 10 and 13. RGB value is (26,16,19). Sum of RGB (Red+Green+Blue) = 26+16+19=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1013 is #E5EFEC. Grayscale: #131313. Windows color (decimal): -15069165 or 1249306. OLE color: 1249306.
HSL color Cylindrical-coordinate representation of color #1A1013: hue angle of 342º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1013 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 19 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.90 |
| HSL | 342º | 0.24% | 0.08% | - |
| HSV(B) | 342º | 0.38% | 0.1% | - |
| XYZ | 0.73 | 0.64 | 0.7 | - |
| YUV | 19.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 19 | 0 | 0.38 | 0.27 | 0.90 | 342 | 0.24 | 0.08 |
| Hex | 1A | 10 | 13 | 0 | 26 | 1B | 5A | 156 | 18 | 8 |
| Octal | 32 | 20 | 23 | 0 | 46 | 33 | 132 | 526 | 30 | 10 |
| Binary | 11010 | 10000 | 10011 | 0 | 100110 | 11011 | 1011010 | 101010110 | 11000 | 1000 |
Color Harmonies of #1A1013
Complementary color
Monochromatic Colors of #1A1013
Black with #1A1013
Text Example
Text Example
White with #1A1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1013; }
p { color: rgb(26,16,19); }
H1.HeaderClassName
{
color: #1A1013;
}
.AnyTagClassName
{
color: #1A1013;
}
</style>
background-color css
<style>
a { background-color: #1A1013; }
a { background-color: rgb(26,16,19); }
div.DivClassName
{
background-color: #1A1013;
}
.BgClassName
{
background-color: #1A1013;
}
</style>
border-color css
<style>
span { border-color: #1A1013; }
span { border-color: rgb(26,16,19); }
td.TdClassName
{
border-color: #1A1013;
}
.TagClassName
{
border-color: #1A1013;
}
</style>