Shades of Rustic Red #15020B
Tints of Rustic Red #15020B
RGB
CMYK
RGB Variations
Color information
#15020B (or 0x15020B) is known color: Rustic Red. HEX triplet: 15, 02 and 0B. RGB value is (21,2,11). Sum of RGB (Red+Green+Blue) = 21+2+11=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020B is #EAFDF4. Grayscale: #080808. Windows color (decimal): -15400437 or 721429. OLE color: 721429.
HSL color Cylindrical-coordinate representation of color #15020B: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 11 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.92 |
| HSL | 331.58º | 0.83% | 0.05% | - |
| HSV(B) | 331.58º | 0.9% | 0.08% | - |
| XYZ | 0.39 | 0.23 | 0.34 | - |
| YUV | 8.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 11 | 0 | 0.90 | 0.48 | 0.92 | 331.58 | 0.83 | 0.05 |
| Hex | 15 | 2 | B | 0 | 5A | 30 | 5C | 14C | 53 | 5 |
| Octal | 25 | 2 | 13 | 0 | 132 | 60 | 134 | 514 | 123 | 5 |
| Binary | 10101 | 10 | 1011 | 0 | 1011010 | 110000 | 1011100 | 101001100 | 1010011 | 101 |
Color Harmonies of #15020B
Complementary color
Monochromatic Colors of #15020B
Black with #15020B
Text Example
Text Example
White with #15020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15020B; }
p { color: rgb(21,2,11); }
H1.HeaderClassName
{
color: #15020B;
}
.AnyTagClassName
{
color: #15020B;
}
</style>
background-color css
<style>
a { background-color: #15020B; }
a { background-color: rgb(21,2,11); }
div.DivClassName
{
background-color: #15020B;
}
.BgClassName
{
background-color: #15020B;
}
</style>
border-color css
<style>
span { border-color: #15020B; }
span { border-color: rgb(21,2,11); }
td.TdClassName
{
border-color: #15020B;
}
.TagClassName
{
border-color: #15020B;
}
</style>