Shades of Fire Brick #A5190E
Tints of Fire Brick #A5190E
RGB
CMYK
RGB Variations
Color information
#A5190E (or 0xA5190E) is known color: Fire Brick. HEX triplet: A5, 19 and 0E. RGB value is (165,25,14). Sum of RGB (Red+Green+Blue) = 165+25+14=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A5190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5190E is #5AE6F1. Grayscale: #414141. Windows color (decimal): -5957362 or 924069. OLE color: 924069.
HSL color Cylindrical-coordinate representation of color #A5190E: hue angle of 4.37º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5190E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.35 |
| HSL | 4.37º | 0.84% | 0.35% | - |
| HSV(B) | 4.37º | 0.92% | 0.65% | - |
| XYZ | 15.94 | 8.73 | 1.26 | - |
| YUV | 65.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 14 | 0 | 0.85 | 0.92 | 0.35 | 4.37 | 0.84 | 0.35 |
| Hex | A5 | 19 | E | 0 | 55 | 5C | 23 | 4 | 54 | 23 |
| Octal | 245 | 31 | 16 | 0 | 125 | 134 | 43 | 4 | 124 | 43 |
| Binary | 10100101 | 11001 | 1110 | 0 | 1010101 | 1011100 | 100011 | 100 | 1010100 | 100011 |
Color Harmonies of #A5190E
Complementary color
Monochromatic Colors of #A5190E
Black with #A5190E
Text Example
Text Example
White with #A5190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5190E; }
p { color: rgb(165,25,14); }
H1.HeaderClassName
{
color: #A5190E;
}
.AnyTagClassName
{
color: #A5190E;
}
</style>
background-color css
<style>
a { background-color: #A5190E; }
a { background-color: rgb(165,25,14); }
div.DivClassName
{
background-color: #A5190E;
}
.BgClassName
{
background-color: #A5190E;
}
</style>
border-color css
<style>
span { border-color: #A5190E; }
span { border-color: rgb(165,25,14); }
td.TdClassName
{
border-color: #A5190E;
}
.TagClassName
{
border-color: #A5190E;
}
</style>