Shades of Rustic Red #150003
Tints of Rustic Red #150003
RGB
CMYK
RGB Variations
Color information
#150003 (or 0x150003) is known color: Rustic Red. HEX triplet: 15, 00 and 03. RGB value is (21,0,3). Sum of RGB (Red+Green+Blue) = 21+0+3=24 (3% of max value = 765). Red value is 21 (8.59% from 255 or 87.5% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 21 - color contains mainly: red. Hex color #150003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150003 is #EAFFFC. Grayscale: #060606. Windows color (decimal): -15400957 or 196629. OLE color: 196629.
HSL color Cylindrical-coordinate representation of color #150003: hue angle of 351.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150003 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.86 | 0.92 |
| HSL | 351.43º | 1% | 0.04% | - |
| HSV(B) | 351.43º | 1% | 0.08% | - |
| XYZ | 0.33 | 0.17 | 0.1 | - |
| YUV | 6.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 3 | 0 | 1 | 0.86 | 0.92 | 351.43 | 1 | 0.04 |
| Hex | 15 | 0 | 3 | 0 | 64 | 56 | 5C | 15F | 64 | 4 |
| Octal | 25 | 0 | 3 | 0 | 144 | 126 | 134 | 537 | 144 | 4 |
| Binary | 10101 | 0 | 11 | 0 | 1100100 | 1010110 | 1011100 | 101011111 | 1100100 | 100 |
Color Harmonies of #150003
Complementary color
Monochromatic Colors of #150003
Black with #150003
Text Example
Text Example
White with #150003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150003; }
p { color: rgb(21,0,3); }
H1.HeaderClassName
{
color: #150003;
}
.AnyTagClassName
{
color: #150003;
}
</style>
background-color css
<style>
a { background-color: #150003; }
a { background-color: rgb(21,0,3); }
div.DivClassName
{
background-color: #150003;
}
.BgClassName
{
background-color: #150003;
}
</style>
border-color css
<style>
span { border-color: #150003; }
span { border-color: rgb(21,0,3); }
td.TdClassName
{
border-color: #150003;
}
.TagClassName
{
border-color: #150003;
}
</style>