Shades of Rustic Red #130209
Tints of Rustic Red #130209
RGB
CMYK
RGB Variations
Color information
#130209 (or 0x130209) is known color: Rustic Red. HEX triplet: 13, 02 and 09. RGB value is (19,2,9). Sum of RGB (Red+Green+Blue) = 19+2+9=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130209 is #ECFDF6. Grayscale: #070707. Windows color (decimal): -15531511 or 590355. OLE color: 590355.
HSL color Cylindrical-coordinate representation of color #130209: hue angle of 335.29º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130209 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 2 | 9 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.93 |
| HSL | 335.29º | 0.81% | 0.04% | - |
| HSV(B) | 335.29º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.2 | 0.28 | - |
| YUV | 7.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 9 | 0 | 0.89 | 0.53 | 0.93 | 335.29 | 0.81 | 0.04 |
| Hex | 13 | 2 | 9 | 0 | 59 | 35 | 5D | 14F | 51 | 4 |
| Octal | 23 | 2 | 11 | 0 | 131 | 65 | 135 | 517 | 121 | 4 |
| Binary | 10011 | 10 | 1001 | 0 | 1011001 | 110101 | 1011101 | 101001111 | 1010001 | 100 |
Color Harmonies of #130209
Complementary color
Monochromatic Colors of #130209
Black with #130209
Text Example
Text Example
White with #130209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130209; }
p { color: rgb(19,2,9); }
H1.HeaderClassName
{
color: #130209;
}
.AnyTagClassName
{
color: #130209;
}
</style>
background-color css
<style>
a { background-color: #130209; }
a { background-color: rgb(19,2,9); }
div.DivClassName
{
background-color: #130209;
}
.BgClassName
{
background-color: #130209;
}
</style>
border-color css
<style>
span { border-color: #130209; }
span { border-color: rgb(19,2,9); }
td.TdClassName
{
border-color: #130209;
}
.TagClassName
{
border-color: #130209;
}
</style>