Shades of Rustic Red #19080B
Tints of Rustic Red #19080B
RGB
CMYK
RGB Variations
Color information
#19080B (or 0x19080B) is known color: Rustic Red. HEX triplet: 19, 08 and 0B. RGB value is (25,8,11). Sum of RGB (Red+Green+Blue) = 25+8+11=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080B is #E6F7F4. Grayscale: #0D0D0D. Windows color (decimal): -15136757 or 722969. OLE color: 722969.
HSL color Cylindrical-coordinate representation of color #19080B: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19080B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 11 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.90 |
| HSL | 349.41º | 0.52% | 0.06% | - |
| HSV(B) | 349.41º | 0.68% | 0.1% | - |
| XYZ | 0.55 | 0.4 | 0.37 | - |
| YUV | 13.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 11 | 0 | 0.68 | 0.56 | 0.90 | 349.41 | 0.52 | 0.06 |
| Hex | 19 | 8 | B | 0 | 44 | 38 | 5A | 15D | 34 | 6 |
| Octal | 31 | 10 | 13 | 0 | 104 | 70 | 132 | 535 | 64 | 6 |
| Binary | 11001 | 1000 | 1011 | 0 | 1000100 | 111000 | 1011010 | 101011101 | 110100 | 110 |
Color Harmonies of #19080B
Complementary color
Monochromatic Colors of #19080B
Black with #19080B
Text Example
Text Example
White with #19080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19080B; }
p { color: rgb(25,8,11); }
H1.HeaderClassName
{
color: #19080B;
}
.AnyTagClassName
{
color: #19080B;
}
</style>
background-color css
<style>
a { background-color: #19080B; }
a { background-color: rgb(25,8,11); }
div.DivClassName
{
background-color: #19080B;
}
.BgClassName
{
background-color: #19080B;
}
</style>
border-color css
<style>
span { border-color: #19080B; }
span { border-color: rgb(25,8,11); }
td.TdClassName
{
border-color: #19080B;
}
.TagClassName
{
border-color: #19080B;
}
</style>