Shades of Rustic Red #1A0007
Tints of Rustic Red #1A0007
RGB
CMYK
RGB Variations
Color information
#1A0007 (or 0x1A0007) is known color: Rustic Red. HEX triplet: 1A, 00 and 07. RGB value is (26,0,7). Sum of RGB (Red+Green+Blue) = 26+0+7=33 (4% of max value = 765). Red value is 26 (10.55% from 255 or 78.79% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0007 is #E5FFF8. Grayscale: #080808. Windows color (decimal): -15073273 or 458778. OLE color: 458778.
HSL color Cylindrical-coordinate representation of color #1A0007: hue angle of 343.85º 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 #1A0007 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.73 | 0.90 |
| HSL | 343.85º | 1% | 0.05% | - |
| HSV(B) | 343.85º | 1% | 0.1% | - |
| XYZ | 0.46 | 0.23 | 0.22 | - |
| YUV | 8.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 7 | 0 | 1 | 0.73 | 0.90 | 343.85 | 1 | 0.05 |
| Hex | 1A | 0 | 7 | 0 | 64 | 49 | 5A | 158 | 64 | 5 |
| Octal | 32 | 0 | 7 | 0 | 144 | 111 | 132 | 530 | 144 | 5 |
| Binary | 11010 | 0 | 111 | 0 | 1100100 | 1001001 | 1011010 | 101011000 | 1100100 | 101 |
Color Harmonies of #1A0007
Complementary color
Monochromatic Colors of #1A0007
Black with #1A0007
Text Example
Text Example
White with #1A0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0007; }
p { color: rgb(26,0,7); }
H1.HeaderClassName
{
color: #1A0007;
}
.AnyTagClassName
{
color: #1A0007;
}
</style>
background-color css
<style>
a { background-color: #1A0007; }
a { background-color: rgb(26,0,7); }
div.DivClassName
{
background-color: #1A0007;
}
.BgClassName
{
background-color: #1A0007;
}
</style>
border-color css
<style>
span { border-color: #1A0007; }
span { border-color: rgb(26,0,7); }
td.TdClassName
{
border-color: #1A0007;
}
.TagClassName
{
border-color: #1A0007;
}
</style>