Shades of Rustic Red #150103
Tints of Rustic Red #150103
RGB
CMYK
RGB Variations
Color information
#150103 (or 0x150103) is known color: Rustic Red. HEX triplet: 15, 01 and 03. RGB value is (21,1,3). Sum of RGB (Red+Green+Blue) = 21+1+3=25 (3% of max value = 765). Red value is 21 (8.59% from 255 or 84% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 21 - color contains mainly: red. Hex color #150103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150103 is #EAFEFC. Grayscale: #070707. Windows color (decimal): -15400701 or 196885. OLE color: 196885.
HSL color Cylindrical-coordinate representation of color #150103: hue angle of 354º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150103 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 3 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.92 |
| HSL | 354º | 0.91% | 0.04% | - |
| HSV(B) | 354º | 0.95% | 0.08% | - |
| XYZ | 0.34 | 0.19 | 0.1 | - |
| YUV | 7.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 3 | 0 | 0.95 | 0.86 | 0.92 | 354 | 0.91 | 0.04 |
| Hex | 15 | 1 | 3 | 0 | 5F | 56 | 5C | 162 | 5B | 4 |
| Octal | 25 | 1 | 3 | 0 | 137 | 126 | 134 | 542 | 133 | 4 |
| Binary | 10101 | 1 | 11 | 0 | 1011111 | 1010110 | 1011100 | 101100010 | 1011011 | 100 |
Color Harmonies of #150103
Complementary color
Monochromatic Colors of #150103
Black with #150103
Text Example
Text Example
White with #150103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150103; }
p { color: rgb(21,1,3); }
H1.HeaderClassName
{
color: #150103;
}
.AnyTagClassName
{
color: #150103;
}
</style>
background-color css
<style>
a { background-color: #150103; }
a { background-color: rgb(21,1,3); }
div.DivClassName
{
background-color: #150103;
}
.BgClassName
{
background-color: #150103;
}
</style>
border-color css
<style>
span { border-color: #150103; }
span { border-color: rgb(21,1,3); }
td.TdClassName
{
border-color: #150103;
}
.TagClassName
{
border-color: #150103;
}
</style>