Shades of Rustic Red #1A0005
Tints of Rustic Red #1A0005
RGB
CMYK
RGB Variations
Color information
#1A0005 (or 0x1A0005) is known color: Rustic Red. HEX triplet: 1A, 00 and 05. RGB value is (26,0,5). Sum of RGB (Red+Green+Blue) = 26+0+5=31 (4% of max value = 765). Red value is 26 (10.55% from 255 or 83.87% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0005 is #E5FFFA. Grayscale: #080808. Windows color (decimal): -15073275 or 327706. OLE color: 327706.
HSL color Cylindrical-coordinate representation of color #1A0005: hue angle of 348.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0005 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.81 | 0.90 |
| HSL | 348.46º | 1% | 0.05% | - |
| HSV(B) | 348.46º | 1% | 0.1% | - |
| XYZ | 0.45 | 0.23 | 0.16 | - |
| YUV | 8.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 5 | 0 | 1 | 0.81 | 0.90 | 348.46 | 1 | 0.05 |
| Hex | 1A | 0 | 5 | 0 | 64 | 51 | 5A | 15C | 64 | 5 |
| Octal | 32 | 0 | 5 | 0 | 144 | 121 | 132 | 534 | 144 | 5 |
| Binary | 11010 | 0 | 101 | 0 | 1100100 | 1010001 | 1011010 | 101011100 | 1100100 | 101 |
Color Harmonies of #1A0005
Complementary color
Monochromatic Colors of #1A0005
Black with #1A0005
Text Example
Text Example
White with #1A0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0005; }
p { color: rgb(26,0,5); }
H1.HeaderClassName
{
color: #1A0005;
}
.AnyTagClassName
{
color: #1A0005;
}
</style>
background-color css
<style>
a { background-color: #1A0005; }
a { background-color: rgb(26,0,5); }
div.DivClassName
{
background-color: #1A0005;
}
.BgClassName
{
background-color: #1A0005;
}
</style>
border-color css
<style>
span { border-color: #1A0005; }
span { border-color: rgb(26,0,5); }
td.TdClassName
{
border-color: #1A0005;
}
.TagClassName
{
border-color: #1A0005;
}
</style>