Shades of Rustic Red #150107
Tints of Rustic Red #150107
RGB
CMYK
RGB Variations
Color information
#150107 (or 0x150107) is known color: Rustic Red. HEX triplet: 15, 01 and 07. RGB value is (21,1,7). Sum of RGB (Red+Green+Blue) = 21+1+7=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150107 is #EAFEF8. Grayscale: #070707. Windows color (decimal): -15400697 or 459029. OLE color: 459029.
HSL color Cylindrical-coordinate representation of color #150107: hue angle of 342º 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 #150107 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 7 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.92 |
| HSL | 342º | 0.91% | 0.04% | - |
| HSV(B) | 342º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.2 | 0.22 | - |
| YUV | 7.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 7 | 0 | 0.95 | 0.67 | 0.92 | 342 | 0.91 | 0.04 |
| Hex | 15 | 1 | 7 | 0 | 5F | 43 | 5C | 156 | 5B | 4 |
| Octal | 25 | 1 | 7 | 0 | 137 | 103 | 134 | 526 | 133 | 4 |
| Binary | 10101 | 1 | 111 | 0 | 1011111 | 1000011 | 1011100 | 101010110 | 1011011 | 100 |
Color Harmonies of #150107
Complementary color
Monochromatic Colors of #150107
Black with #150107
Text Example
Text Example
White with #150107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150107; }
p { color: rgb(21,1,7); }
H1.HeaderClassName
{
color: #150107;
}
.AnyTagClassName
{
color: #150107;
}
</style>
background-color css
<style>
a { background-color: #150107; }
a { background-color: rgb(21,1,7); }
div.DivClassName
{
background-color: #150107;
}
.BgClassName
{
background-color: #150107;
}
</style>
border-color css
<style>
span { border-color: #150107; }
span { border-color: rgb(21,1,7); }
td.TdClassName
{
border-color: #150107;
}
.TagClassName
{
border-color: #150107;
}
</style>