Shades of Rustic Red #190308
Tints of Rustic Red #190308
RGB
CMYK
RGB Variations
Color information
#190308 (or 0x190308) is known color: Rustic Red. HEX triplet: 19, 03 and 08. RGB value is (25,3,8). Sum of RGB (Red+Green+Blue) = 25+3+8=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190308 is #E6FCF7. Grayscale: #0A0A0A. Windows color (decimal): -15138040 or 525081. OLE color: 525081.
HSL color Cylindrical-coordinate representation of color #190308: hue angle of 346.36º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190308 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 8 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.90 |
| HSL | 346.36º | 0.79% | 0.05% | - |
| HSV(B) | 346.36º | 0.88% | 0.1% | - |
| XYZ | 0.48 | 0.29 | 0.26 | - |
| YUV | 10.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 8 | 0 | 0.88 | 0.68 | 0.90 | 346.36 | 0.79 | 0.05 |
| Hex | 19 | 3 | 8 | 0 | 58 | 44 | 5A | 15A | 4F | 5 |
| Octal | 31 | 3 | 10 | 0 | 130 | 104 | 132 | 532 | 117 | 5 |
| Binary | 11001 | 11 | 1000 | 0 | 1011000 | 1000100 | 1011010 | 101011010 | 1001111 | 101 |
Color Harmonies of #190308
Complementary color
Monochromatic Colors of #190308
Black with #190308
Text Example
Text Example
White with #190308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190308; }
p { color: rgb(25,3,8); }
H1.HeaderClassName
{
color: #190308;
}
.AnyTagClassName
{
color: #190308;
}
</style>
background-color css
<style>
a { background-color: #190308; }
a { background-color: rgb(25,3,8); }
div.DivClassName
{
background-color: #190308;
}
.BgClassName
{
background-color: #190308;
}
</style>
border-color css
<style>
span { border-color: #190308; }
span { border-color: rgb(25,3,8); }
td.TdClassName
{
border-color: #190308;
}
.TagClassName
{
border-color: #190308;
}
</style>