Shades of Rustic Red #19060B
Tints of Rustic Red #19060B
RGB
CMYK
RGB Variations
Color information
#19060B (or 0x19060B) is known color: Rustic Red. HEX triplet: 19, 06 and 0B. RGB value is (25,6,11). Sum of RGB (Red+Green+Blue) = 25+6+11=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #19060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060B is #E6F9F4. Grayscale: #0C0C0C. Windows color (decimal): -15137269 or 722457. OLE color: 722457.
HSL color Cylindrical-coordinate representation of color #19060B: hue angle of 344.21º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19060B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 11 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.90 |
| HSL | 344.21º | 0.61% | 0.06% | - |
| HSV(B) | 344.21º | 0.76% | 0.1% | - |
| XYZ | 0.53 | 0.36 | 0.36 | - |
| YUV | 12.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 11 | 0 | 0.76 | 0.56 | 0.90 | 344.21 | 0.61 | 0.06 |
| Hex | 19 | 6 | B | 0 | 4C | 38 | 5A | 158 | 3D | 6 |
| Octal | 31 | 6 | 13 | 0 | 114 | 70 | 132 | 530 | 75 | 6 |
| Binary | 11001 | 110 | 1011 | 0 | 1001100 | 111000 | 1011010 | 101011000 | 111101 | 110 |
Color Harmonies of #19060B
Complementary color
Monochromatic Colors of #19060B
Black with #19060B
Text Example
Text Example
White with #19060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19060B; }
p { color: rgb(25,6,11); }
H1.HeaderClassName
{
color: #19060B;
}
.AnyTagClassName
{
color: #19060B;
}
</style>
background-color css
<style>
a { background-color: #19060B; }
a { background-color: rgb(25,6,11); }
div.DivClassName
{
background-color: #19060B;
}
.BgClassName
{
background-color: #19060B;
}
</style>
border-color css
<style>
span { border-color: #19060B; }
span { border-color: rgb(25,6,11); }
td.TdClassName
{
border-color: #19060B;
}
.TagClassName
{
border-color: #19060B;
}
</style>