Shades of Rustic Red #19080A
Tints of Rustic Red #19080A
RGB
CMYK
RGB Variations
Color information
#19080A (or 0x19080A) is known color: Rustic Red. HEX triplet: 19, 08 and 0A. RGB value is (25,8,10). Sum of RGB (Red+Green+Blue) = 25+8+10=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080A is #E6F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15136758 or 657433. OLE color: 657433.
HSL color Cylindrical-coordinate representation of color #19080A: hue angle of 352.94º 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 #19080A is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 10 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.90 |
| HSL | 352.94º | 0.52% | 0.06% | - |
| HSV(B) | 352.94º | 0.68% | 0.1% | - |
| XYZ | 0.54 | 0.4 | 0.34 | - |
| YUV | 13.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 10 | 0 | 0.68 | 0.60 | 0.90 | 352.94 | 0.52 | 0.06 |
| Hex | 19 | 8 | A | 0 | 44 | 3C | 5A | 161 | 34 | 6 |
| Octal | 31 | 10 | 12 | 0 | 104 | 74 | 132 | 541 | 64 | 6 |
| Binary | 11001 | 1000 | 1010 | 0 | 1000100 | 111100 | 1011010 | 101100001 | 110100 | 110 |
Color Harmonies of #19080A
Complementary color
Monochromatic Colors of #19080A
Black with #19080A
Text Example
Text Example
White with #19080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19080A; }
p { color: rgb(25,8,10); }
H1.HeaderClassName
{
color: #19080A;
}
.AnyTagClassName
{
color: #19080A;
}
</style>
background-color css
<style>
a { background-color: #19080A; }
a { background-color: rgb(25,8,10); }
div.DivClassName
{
background-color: #19080A;
}
.BgClassName
{
background-color: #19080A;
}
</style>
border-color css
<style>
span { border-color: #19080A; }
span { border-color: rgb(25,8,10); }
td.TdClassName
{
border-color: #19080A;
}
.TagClassName
{
border-color: #19080A;
}
</style>