Shades of Rustic Red #130A0B
Tints of Rustic Red #130A0B
RGB
CMYK
RGB Variations
Color information
#130A0B (or 0x130A0B) is known color: Rustic Red. HEX triplet: 13, 0A and 0B. RGB value is (19,10,11). Sum of RGB (Red+Green+Blue) = 19+10+11=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0B is #ECF5F4. Grayscale: #0C0C0C. Windows color (decimal): -15529461 or 723475. OLE color: 723475.
HSL color Cylindrical-coordinate representation of color #130A0B: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130A0B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 10 | 11 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.93 |
| HSL | 353.33º | 0.31% | 0.06% | - |
| HSV(B) | 353.33º | 0.47% | 0.07% | - |
| XYZ | 0.44 | 0.38 | 0.37 | - |
| YUV | 12.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 11 | 0 | 0.47 | 0.42 | 0.93 | 353.33 | 0.31 | 0.06 |
| Hex | 13 | A | B | 0 | 2F | 2A | 5D | 161 | 1F | 6 |
| Octal | 23 | 12 | 13 | 0 | 57 | 52 | 135 | 541 | 37 | 6 |
| Binary | 10011 | 1010 | 1011 | 0 | 101111 | 101010 | 1011101 | 101100001 | 11111 | 110 |
Color Harmonies of #130A0B
Complementary color
Monochromatic Colors of #130A0B
Black with #130A0B
Text Example
Text Example
White with #130A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A0B; }
p { color: rgb(19,10,11); }
H1.HeaderClassName
{
color: #130A0B;
}
.AnyTagClassName
{
color: #130A0B;
}
</style>
background-color css
<style>
a { background-color: #130A0B; }
a { background-color: rgb(19,10,11); }
div.DivClassName
{
background-color: #130A0B;
}
.BgClassName
{
background-color: #130A0B;
}
</style>
border-color css
<style>
span { border-color: #130A0B; }
span { border-color: rgb(19,10,11); }
td.TdClassName
{
border-color: #130A0B;
}
.TagClassName
{
border-color: #130A0B;
}
</style>