Shades of Rustic Red #13080C
Tints of Rustic Red #13080C
RGB
CMYK
RGB Variations
Color information
#13080C (or 0x13080C) is known color: Rustic Red. HEX triplet: 13, 08 and 0C. RGB value is (19,8,12). Sum of RGB (Red+Green+Blue) = 19+8+12=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080C is #ECF7F3. Grayscale: #0B0B0B. Windows color (decimal): -15529972 or 788499. OLE color: 788499.
HSL color Cylindrical-coordinate representation of color #13080C: hue angle of 338.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13080C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 8 | 12 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.93 |
| HSL | 338.18º | 0.41% | 0.05% | - |
| HSV(B) | 338.18º | 0.58% | 0.07% | - |
| XYZ | 0.42 | 0.34 | 0.39 | - |
| YUV | 11.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 12 | 0 | 0.58 | 0.37 | 0.93 | 338.18 | 0.41 | 0.05 |
| Hex | 13 | 8 | C | 0 | 3A | 25 | 5D | 152 | 29 | 5 |
| Octal | 23 | 10 | 14 | 0 | 72 | 45 | 135 | 522 | 51 | 5 |
| Binary | 10011 | 1000 | 1100 | 0 | 111010 | 100101 | 1011101 | 101010010 | 101001 | 101 |
Color Harmonies of #13080C
Complementary color
Monochromatic Colors of #13080C
Black with #13080C
Text Example
Text Example
White with #13080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13080C; }
p { color: rgb(19,8,12); }
H1.HeaderClassName
{
color: #13080C;
}
.AnyTagClassName
{
color: #13080C;
}
</style>
background-color css
<style>
a { background-color: #13080C; }
a { background-color: rgb(19,8,12); }
div.DivClassName
{
background-color: #13080C;
}
.BgClassName
{
background-color: #13080C;
}
</style>
border-color css
<style>
span { border-color: #13080C; }
span { border-color: rgb(19,8,12); }
td.TdClassName
{
border-color: #13080C;
}
.TagClassName
{
border-color: #13080C;
}
</style>