Shades of Rustic Red #150307
Tints of Rustic Red #150307
RGB
CMYK
RGB Variations
Color information
#150307 (or 0x150307) is known color: Rustic Red. HEX triplet: 15, 03 and 07. RGB value is (21,3,7). Sum of RGB (Red+Green+Blue) = 21+3+7=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150307 is #EAFCF8. Grayscale: #080808. Windows color (decimal): -15400185 or 459541. OLE color: 459541.
HSL color Cylindrical-coordinate representation of color #150307: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150307 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 7 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.92 |
| HSL | 346.67º | 0.75% | 0.05% | - |
| HSV(B) | 346.67º | 0.86% | 0.08% | - |
| XYZ | 0.38 | 0.24 | 0.23 | - |
| YUV | 8.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 7 | 0 | 0.86 | 0.67 | 0.92 | 346.67 | 0.75 | 0.05 |
| Hex | 15 | 3 | 7 | 0 | 56 | 43 | 5C | 15B | 4B | 5 |
| Octal | 25 | 3 | 7 | 0 | 126 | 103 | 134 | 533 | 113 | 5 |
| Binary | 10101 | 11 | 111 | 0 | 1010110 | 1000011 | 1011100 | 101011011 | 1001011 | 101 |
Color Harmonies of #150307
Complementary color
Monochromatic Colors of #150307
Black with #150307
Text Example
Text Example
White with #150307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150307; }
p { color: rgb(21,3,7); }
H1.HeaderClassName
{
color: #150307;
}
.AnyTagClassName
{
color: #150307;
}
</style>
background-color css
<style>
a { background-color: #150307; }
a { background-color: rgb(21,3,7); }
div.DivClassName
{
background-color: #150307;
}
.BgClassName
{
background-color: #150307;
}
</style>
border-color css
<style>
span { border-color: #150307; }
span { border-color: rgb(21,3,7); }
td.TdClassName
{
border-color: #150307;
}
.TagClassName
{
border-color: #150307;
}
</style>