Shades of Rustic Red #1A0506
Tints of Rustic Red #1A0506
RGB
CMYK
RGB Variations
Color information
#1A0506 (or 0x1A0506) is known color: Rustic Red. HEX triplet: 1A, 05 and 06. RGB value is (26,5,6). Sum of RGB (Red+Green+Blue) = 26+5+6=37 (4% of max value = 765). Red value is 26 (10.55% from 255 or 70.27% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0506 is #E5FAF9. Grayscale: #0B0B0B. Windows color (decimal): -15071994 or 394522. OLE color: 394522.
HSL color Cylindrical-coordinate representation of color #1A0506: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0506 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 6 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.90 |
| HSL | 357.14º | 0.68% | 0.06% | - |
| HSV(B) | 357.14º | 0.81% | 0.1% | - |
| XYZ | 0.51 | 0.34 | 0.21 | - |
| YUV | 11.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 6 | 0 | 0.81 | 0.77 | 0.90 | 357.14 | 0.68 | 0.06 |
| Hex | 1A | 5 | 6 | 0 | 51 | 4D | 5A | 165 | 44 | 6 |
| Octal | 32 | 5 | 6 | 0 | 121 | 115 | 132 | 545 | 104 | 6 |
| Binary | 11010 | 101 | 110 | 0 | 1010001 | 1001101 | 1011010 | 101100101 | 1000100 | 110 |
Color Harmonies of #1A0506
Complementary color
Monochromatic Colors of #1A0506
Black with #1A0506
Text Example
Text Example
White with #1A0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0506; }
p { color: rgb(26,5,6); }
H1.HeaderClassName
{
color: #1A0506;
}
.AnyTagClassName
{
color: #1A0506;
}
</style>
background-color css
<style>
a { background-color: #1A0506; }
a { background-color: rgb(26,5,6); }
div.DivClassName
{
background-color: #1A0506;
}
.BgClassName
{
background-color: #1A0506;
}
</style>
border-color css
<style>
span { border-color: #1A0506; }
span { border-color: rgb(26,5,6); }
td.TdClassName
{
border-color: #1A0506;
}
.TagClassName
{
border-color: #1A0506;
}
</style>