Shades of Rustic Red #13080B
Tints of Rustic Red #13080B
RGB
CMYK
RGB Variations
Color information
#13080B (or 0x13080B) is known color: Rustic Red. HEX triplet: 13, 08 and 0B. RGB value is (19,8,11). Sum of RGB (Red+Green+Blue) = 19+8+11=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080B is #ECF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15529973 or 722963. OLE color: 722963.
HSL color Cylindrical-coordinate representation of color #13080B: hue angle of 343.64º 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 #13080B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 8 | 11 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.93 |
| HSL | 343.64º | 0.41% | 0.05% | - |
| HSV(B) | 343.64º | 0.58% | 0.07% | - |
| XYZ | 0.42 | 0.34 | 0.36 | - |
| YUV | 11.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 11 | 0 | 0.58 | 0.42 | 0.93 | 343.64 | 0.41 | 0.05 |
| Hex | 13 | 8 | B | 0 | 3A | 2A | 5D | 158 | 29 | 5 |
| Octal | 23 | 10 | 13 | 0 | 72 | 52 | 135 | 530 | 51 | 5 |
| Binary | 10011 | 1000 | 1011 | 0 | 111010 | 101010 | 1011101 | 101011000 | 101001 | 101 |
Color Harmonies of #13080B
Complementary color
Monochromatic Colors of #13080B
Black with #13080B
Text Example
Text Example
White with #13080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13080B; }
p { color: rgb(19,8,11); }
H1.HeaderClassName
{
color: #13080B;
}
.AnyTagClassName
{
color: #13080B;
}
</style>
background-color css
<style>
a { background-color: #13080B; }
a { background-color: rgb(19,8,11); }
div.DivClassName
{
background-color: #13080B;
}
.BgClassName
{
background-color: #13080B;
}
</style>
border-color css
<style>
span { border-color: #13080B; }
span { border-color: rgb(19,8,11); }
td.TdClassName
{
border-color: #13080B;
}
.TagClassName
{
border-color: #13080B;
}
</style>