Shades of Rustic Red #15030A
Tints of Rustic Red #15030A
RGB
CMYK
RGB Variations
Color information
#15030A (or 0x15030A) is known color: Rustic Red. HEX triplet: 15, 03 and 0A. RGB value is (21,3,10). Sum of RGB (Red+Green+Blue) = 21+3+10=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030A is #EAFCF5. Grayscale: #090909. Windows color (decimal): -15400182 or 656149. OLE color: 656149.
HSL color Cylindrical-coordinate representation of color #15030A: hue angle of 336.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 #15030A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 3 | 10 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.92 |
| HSL | 336.67º | 0.75% | 0.05% | - |
| HSV(B) | 336.67º | 0.86% | 0.08% | - |
| XYZ | 0.4 | 0.25 | 0.31 | - |
| YUV | 9.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 10 | 0 | 0.86 | 0.52 | 0.92 | 336.67 | 0.75 | 0.05 |
| Hex | 15 | 3 | A | 0 | 56 | 34 | 5C | 151 | 4B | 5 |
| Octal | 25 | 3 | 12 | 0 | 126 | 64 | 134 | 521 | 113 | 5 |
| Binary | 10101 | 11 | 1010 | 0 | 1010110 | 110100 | 1011100 | 101010001 | 1001011 | 101 |
Color Harmonies of #15030A
Complementary color
Monochromatic Colors of #15030A
Black with #15030A
Text Example
Text Example
White with #15030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15030A; }
p { color: rgb(21,3,10); }
H1.HeaderClassName
{
color: #15030A;
}
.AnyTagClassName
{
color: #15030A;
}
</style>
background-color css
<style>
a { background-color: #15030A; }
a { background-color: rgb(21,3,10); }
div.DivClassName
{
background-color: #15030A;
}
.BgClassName
{
background-color: #15030A;
}
</style>
border-color css
<style>
span { border-color: #15030A; }
span { border-color: rgb(21,3,10); }
td.TdClassName
{
border-color: #15030A;
}
.TagClassName
{
border-color: #15030A;
}
</style>