Shades of Rustic Red #15040D
Tints of Rustic Red #15040D
RGB
CMYK
RGB Variations
Color information
#15040D (or 0x15040D) is known color: Rustic Red. HEX triplet: 15, 04 and 0D. RGB value is (21,4,13). Sum of RGB (Red+Green+Blue) = 21+4+13=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040D is #EAFBF2. Grayscale: #0A0A0A. Windows color (decimal): -15399923 or 853013. OLE color: 853013.
HSL color Cylindrical-coordinate representation of color #15040D: hue angle of 328.24º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15040D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 13 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.92 |
| HSL | 328.24º | 0.68% | 0.05% | - |
| HSV(B) | 328.24º | 0.81% | 0.08% | - |
| XYZ | 0.43 | 0.28 | 0.41 | - |
| YUV | 10.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 13 | 0 | 0.81 | 0.38 | 0.92 | 328.24 | 0.68 | 0.05 |
| Hex | 15 | 4 | D | 0 | 51 | 26 | 5C | 148 | 44 | 5 |
| Octal | 25 | 4 | 15 | 0 | 121 | 46 | 134 | 510 | 104 | 5 |
| Binary | 10101 | 100 | 1101 | 0 | 1010001 | 100110 | 1011100 | 101001000 | 1000100 | 101 |
Color Harmonies of #15040D
Complementary color
Monochromatic Colors of #15040D
Black with #15040D
Text Example
Text Example
White with #15040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15040D; }
p { color: rgb(21,4,13); }
H1.HeaderClassName
{
color: #15040D;
}
.AnyTagClassName
{
color: #15040D;
}
</style>
background-color css
<style>
a { background-color: #15040D; }
a { background-color: rgb(21,4,13); }
div.DivClassName
{
background-color: #15040D;
}
.BgClassName
{
background-color: #15040D;
}
</style>
border-color css
<style>
span { border-color: #15040D; }
span { border-color: rgb(21,4,13); }
td.TdClassName
{
border-color: #15040D;
}
.TagClassName
{
border-color: #15040D;
}
</style>