Shades of Rustic Red #070103
Tints of Rustic Red #070103
RGB
CMYK
RGB Variations
Color information
#070103 (or 0x070103) is known color: Rustic Red. HEX triplet: 07, 01 and 03. RGB value is (7,1,3). Sum of RGB (Red+Green+Blue) = 7+1+3=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 1 (0.78% from 255 or 9.09% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070103 is #F8FEFC. Grayscale: #030303. Windows color (decimal): -16318205 or 196871. OLE color: 196871.
HSL color Cylindrical-coordinate representation of color #070103: hue angle of 340º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070103 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 1 | 3 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.97 |
| HSL | 340º | 0.75% | 0.02% | - |
| HSV(B) | 340º | 0.86% | 0.03% | - |
| XYZ | 0.11 | 0.07 | 0.09 | - |
| YUV | 3.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 3 | 0 | 0.86 | 0.57 | 0.97 | 340 | 0.75 | 0.02 |
| Hex | 7 | 1 | 3 | 0 | 56 | 39 | 61 | 154 | 4B | 2 |
| Octal | 7 | 1 | 3 | 0 | 126 | 71 | 141 | 524 | 113 | 2 |
| Binary | 111 | 1 | 11 | 0 | 1010110 | 111001 | 1100001 | 101010100 | 1001011 | 10 |
Color Harmonies of #070103
Complementary color
Monochromatic Colors of #070103
Black with #070103
Text Example
Text Example
White with #070103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070103; }
p { color: rgb(7,1,3); }
H1.HeaderClassName
{
color: #070103;
}
.AnyTagClassName
{
color: #070103;
}
</style>
background-color css
<style>
a { background-color: #070103; }
a { background-color: rgb(7,1,3); }
div.DivClassName
{
background-color: #070103;
}
.BgClassName
{
background-color: #070103;
}
</style>
border-color css
<style>
span { border-color: #070103; }
span { border-color: rgb(7,1,3); }
td.TdClassName
{
border-color: #070103;
}
.TagClassName
{
border-color: #070103;
}
</style>