Shades of Fire Brick #A51414
Tints of Fire Brick #A51414
RGB
CMYK
RGB Variations
Color information
#A51414 (or 0xA51414) is known color: Fire Brick. HEX triplet: A5, 14 and 14. RGB value is (165,20,20). Sum of RGB (Red+Green+Blue) = 165+20+20=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51414 is #5AEBEB. Grayscale: #3F3F3F. Windows color (decimal): -5958636 or 1316005. OLE color: 1316005.
HSL color Cylindrical-coordinate representation of color #A51414: hue angle of 0º 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 #A51414 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 20 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.35 |
| HSL | 0º | 0.78% | 0.36% | - |
| HSV(B) | 0º | 0.88% | 0.65% | - |
| XYZ | 15.89 | 8.55 | 1.47 | - |
| YUV | 63.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 20 | 0 | 0.88 | 0.88 | 0.35 | 0 | 0.78 | 0.36 |
| Hex | A5 | 14 | 14 | 0 | 58 | 58 | 23 | 0 | 4E | 24 |
| Octal | 245 | 24 | 24 | 0 | 130 | 130 | 43 | 0 | 116 | 44 |
| Binary | 10100101 | 10100 | 10100 | 0 | 1011000 | 1011000 | 100011 | 0 | 1001110 | 100100 |
Color Harmonies of #A51414
Complementary color
Monochromatic Colors of #A51414
Black with #A51414
Text Example
Text Example
White with #A51414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51414; }
p { color: rgb(165,20,20); }
H1.HeaderClassName
{
color: #A51414;
}
.AnyTagClassName
{
color: #A51414;
}
</style>
background-color css
<style>
a { background-color: #A51414; }
a { background-color: rgb(165,20,20); }
div.DivClassName
{
background-color: #A51414;
}
.BgClassName
{
background-color: #A51414;
}
</style>
border-color css
<style>
span { border-color: #A51414; }
span { border-color: rgb(165,20,20); }
td.TdClassName
{
border-color: #A51414;
}
.TagClassName
{
border-color: #A51414;
}
</style>