Shades of Rustic Red #510103
Tints of Rustic Red #510103
RGB
CMYK
RGB Variations
Color information
#510103 (or 0x510103) is known color: Rustic Red. HEX triplet: 51, 01 and 03. RGB value is (81,1,3). Sum of RGB (Red+Green+Blue) = 81+1+3=85 (11% of max value = 765). Red value is 81 (32.03% from 255 or 95.29% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 81 - color contains mainly: red. Hex color #510103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510103 is #AEFEFC. Grayscale: #191919. Windows color (decimal): -11468541 or 196945. OLE color: 196945.
HSL color Cylindrical-coordinate representation of color #510103: hue angle of 358.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510103 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.68 |
| HSL | 358.5º | 0.98% | 0.16% | - |
| HSV(B) | 358.5º | 0.99% | 0.32% | - |
| XYZ | 3.42 | 1.78 | 0.25 | - |
| YUV | 25.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 3 | 0 | 0.99 | 0.96 | 0.68 | 358.5 | 0.98 | 0.16 |
| Hex | 51 | 1 | 3 | 0 | 63 | 60 | 44 | 166 | 62 | 10 |
| Octal | 121 | 1 | 3 | 0 | 143 | 140 | 104 | 546 | 142 | 20 |
| Binary | 1010001 | 1 | 11 | 0 | 1100011 | 1100000 | 1000100 | 101100110 | 1100010 | 10000 |
Color Harmonies of #510103
Complementary color
Monochromatic Colors of #510103
Black with #510103
Text Example
Text Example
White with #510103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510103; }
p { color: rgb(81,1,3); }
H1.HeaderClassName
{
color: #510103;
}
.AnyTagClassName
{
color: #510103;
}
</style>
background-color css
<style>
a { background-color: #510103; }
a { background-color: rgb(81,1,3); }
div.DivClassName
{
background-color: #510103;
}
.BgClassName
{
background-color: #510103;
}
</style>
border-color css
<style>
span { border-color: #510103; }
span { border-color: rgb(81,1,3); }
td.TdClassName
{
border-color: #510103;
}
.TagClassName
{
border-color: #510103;
}
</style>