Shades of Rustic Red #1A070F
Tints of Rustic Red #1A070F
RGB
CMYK
RGB Variations
Color information
#1A070F (or 0x1A070F) is known color: Rustic Red. HEX triplet: 1A, 07 and 0F. RGB value is (26,7,15). Sum of RGB (Red+Green+Blue) = 26+7+15=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A070F is #E5F8F0. Grayscale: #0D0D0D. Windows color (decimal): -15071473 or 984858. OLE color: 984858.
HSL color Cylindrical-coordinate representation of color #1A070F: hue angle of 334.74º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A070F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 7 | 15 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.90 |
| HSL | 334.74º | 0.58% | 0.06% | - |
| HSV(B) | 334.74º | 0.73% | 0.1% | - |
| XYZ | 0.59 | 0.41 | 0.5 | - |
| YUV | 13.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 15 | 0 | 0.73 | 0.42 | 0.90 | 334.74 | 0.58 | 0.06 |
| Hex | 1A | 7 | F | 0 | 49 | 2A | 5A | 14F | 3A | 6 |
| Octal | 32 | 7 | 17 | 0 | 111 | 52 | 132 | 517 | 72 | 6 |
| Binary | 11010 | 111 | 1111 | 0 | 1001001 | 101010 | 1011010 | 101001111 | 111010 | 110 |
Color Harmonies of #1A070F
Complementary color
Monochromatic Colors of #1A070F
Black with #1A070F
Text Example
Text Example
White with #1A070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A070F; }
p { color: rgb(26,7,15); }
H1.HeaderClassName
{
color: #1A070F;
}
.AnyTagClassName
{
color: #1A070F;
}
</style>
background-color css
<style>
a { background-color: #1A070F; }
a { background-color: rgb(26,7,15); }
div.DivClassName
{
background-color: #1A070F;
}
.BgClassName
{
background-color: #1A070F;
}
</style>
border-color css
<style>
span { border-color: #1A070F; }
span { border-color: rgb(26,7,15); }
td.TdClassName
{
border-color: #1A070F;
}
.TagClassName
{
border-color: #1A070F;
}
</style>