Shades of Fire Brick #A51914
Tints of Fire Brick #A51914
RGB
CMYK
RGB Variations
Color information
#A51914 (or 0xA51914) is known color: Fire Brick. HEX triplet: A5, 19 and 14. RGB value is (165,25,20). Sum of RGB (Red+Green+Blue) = 165+25+20=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A51914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51914 is #5AE6EB. Grayscale: #424242. Windows color (decimal): -5957356 or 1317285. OLE color: 1317285.
HSL color Cylindrical-coordinate representation of color #A51914: hue angle of 2.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51914 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 20 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.35 |
| HSL | 2.07º | 0.78% | 0.36% | - |
| HSV(B) | 2.07º | 0.88% | 0.65% | - |
| XYZ | 15.99 | 8.75 | 1.51 | - |
| YUV | 66.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 20 | 0 | 0.85 | 0.88 | 0.35 | 2.07 | 0.78 | 0.36 |
| Hex | A5 | 19 | 14 | 0 | 55 | 58 | 23 | 2 | 4E | 24 |
| Octal | 245 | 31 | 24 | 0 | 125 | 130 | 43 | 2 | 116 | 44 |
| Binary | 10100101 | 11001 | 10100 | 0 | 1010101 | 1011000 | 100011 | 10 | 1001110 | 100100 |
Color Harmonies of #A51914
Complementary color
Monochromatic Colors of #A51914
Black with #A51914
Text Example
Text Example
White with #A51914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51914; }
p { color: rgb(165,25,20); }
H1.HeaderClassName
{
color: #A51914;
}
.AnyTagClassName
{
color: #A51914;
}
</style>
background-color css
<style>
a { background-color: #A51914; }
a { background-color: rgb(165,25,20); }
div.DivClassName
{
background-color: #A51914;
}
.BgClassName
{
background-color: #A51914;
}
</style>
border-color css
<style>
span { border-color: #A51914; }
span { border-color: rgb(165,25,20); }
td.TdClassName
{
border-color: #A51914;
}
.TagClassName
{
border-color: #A51914;
}
</style>