Shades of Rustic Red #19040B
Tints of Rustic Red #19040B
RGB
CMYK
RGB Variations
Color information
#19040B (or 0x19040B) is known color: Rustic Red. HEX triplet: 19, 04 and 0B. RGB value is (25,4,11). Sum of RGB (Red+Green+Blue) = 25+4+11=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040B is #E6FBF4. Grayscale: #0B0B0B. Windows color (decimal): -15137781 or 721945. OLE color: 721945.
HSL color Cylindrical-coordinate representation of color #19040B: hue angle of 340º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19040B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 4 | 11 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.90 |
| HSL | 340º | 0.72% | 0.06% | - |
| HSV(B) | 340º | 0.84% | 0.1% | - |
| XYZ | 0.5 | 0.32 | 0.35 | - |
| YUV | 11.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 11 | 0 | 0.84 | 0.56 | 0.90 | 340 | 0.72 | 0.06 |
| Hex | 19 | 4 | B | 0 | 54 | 38 | 5A | 154 | 48 | 6 |
| Octal | 31 | 4 | 13 | 0 | 124 | 70 | 132 | 524 | 110 | 6 |
| Binary | 11001 | 100 | 1011 | 0 | 1010100 | 111000 | 1011010 | 101010100 | 1001000 | 110 |
Color Harmonies of #19040B
Complementary color
Monochromatic Colors of #19040B
Black with #19040B
Text Example
Text Example
White with #19040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19040B; }
p { color: rgb(25,4,11); }
H1.HeaderClassName
{
color: #19040B;
}
.AnyTagClassName
{
color: #19040B;
}
</style>
background-color css
<style>
a { background-color: #19040B; }
a { background-color: rgb(25,4,11); }
div.DivClassName
{
background-color: #19040B;
}
.BgClassName
{
background-color: #19040B;
}
</style>
border-color css
<style>
span { border-color: #19040B; }
span { border-color: rgb(25,4,11); }
td.TdClassName
{
border-color: #19040B;
}
.TagClassName
{
border-color: #19040B;
}
</style>