Shades of Rustic Red #150108
Tints of Rustic Red #150108
RGB
CMYK
RGB Variations
Color information
#150108 (or 0x150108) is known color: Rustic Red. HEX triplet: 15, 01 and 08. RGB value is (21,1,8). Sum of RGB (Red+Green+Blue) = 21+1+8=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150108 is #EAFEF7. Grayscale: #070707. Windows color (decimal): -15400696 or 524565. OLE color: 524565.
HSL color Cylindrical-coordinate representation of color #150108: hue angle of 339º 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 #150108 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 8 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.92 |
| HSL | 339º | 0.91% | 0.04% | - |
| HSV(B) | 339º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.2 | 0.25 | - |
| YUV | 7.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 8 | 0 | 0.95 | 0.62 | 0.92 | 339 | 0.91 | 0.04 |
| Hex | 15 | 1 | 8 | 0 | 5F | 3E | 5C | 153 | 5B | 4 |
| Octal | 25 | 1 | 10 | 0 | 137 | 76 | 134 | 523 | 133 | 4 |
| Binary | 10101 | 1 | 1000 | 0 | 1011111 | 111110 | 1011100 | 101010011 | 1011011 | 100 |
Color Harmonies of #150108
Complementary color
Monochromatic Colors of #150108
Black with #150108
Text Example
Text Example
White with #150108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150108; }
p { color: rgb(21,1,8); }
H1.HeaderClassName
{
color: #150108;
}
.AnyTagClassName
{
color: #150108;
}
</style>
background-color css
<style>
a { background-color: #150108; }
a { background-color: rgb(21,1,8); }
div.DivClassName
{
background-color: #150108;
}
.BgClassName
{
background-color: #150108;
}
</style>
border-color css
<style>
span { border-color: #150108; }
span { border-color: rgb(21,1,8); }
td.TdClassName
{
border-color: #150108;
}
.TagClassName
{
border-color: #150108;
}
</style>