Shades of Rustic Red #190B11
Tints of Rustic Red #190B11
RGB
CMYK
RGB Variations
Color information
#190B11 (or 0x190B11) is known color: Rustic Red. HEX triplet: 19, 0B and 11. RGB value is (25,11,17). Sum of RGB (Red+Green+Blue) = 25+11+17=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B11 is #E6F4EE. Grayscale: #0F0F0F. Windows color (decimal): -15135983 or 1116953. OLE color: 1116953.
HSL color Cylindrical-coordinate representation of color #190B11: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190B11 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 17 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.90 |
| HSL | 334.29º | 0.39% | 0.07% | - |
| HSV(B) | 334.29º | 0.56% | 0.1% | - |
| XYZ | 0.62 | 0.49 | 0.59 | - |
| YUV | 15.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 17 | 0 | 0.56 | 0.32 | 0.90 | 334.29 | 0.39 | 0.07 |
| Hex | 19 | B | 11 | 0 | 38 | 20 | 5A | 14E | 27 | 7 |
| Octal | 31 | 13 | 21 | 0 | 70 | 40 | 132 | 516 | 47 | 7 |
| Binary | 11001 | 1011 | 10001 | 0 | 111000 | 100000 | 1011010 | 101001110 | 100111 | 111 |
Color Harmonies of #190B11
Complementary color
Monochromatic Colors of #190B11
Black with #190B11
Text Example
Text Example
White with #190B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B11; }
p { color: rgb(25,11,17); }
H1.HeaderClassName
{
color: #190B11;
}
.AnyTagClassName
{
color: #190B11;
}
</style>
background-color css
<style>
a { background-color: #190B11; }
a { background-color: rgb(25,11,17); }
div.DivClassName
{
background-color: #190B11;
}
.BgClassName
{
background-color: #190B11;
}
</style>
border-color css
<style>
span { border-color: #190B11; }
span { border-color: rgb(25,11,17); }
td.TdClassName
{
border-color: #190B11;
}
.TagClassName
{
border-color: #190B11;
}
</style>