Shades of Fire Brick #A5280E
Tints of Fire Brick #A5280E
RGB
CMYK
RGB Variations
Color information
#A5280E (or 0xA5280E) is known color: Fire Brick. HEX triplet: A5, 28 and 0E. RGB value is (165,40,14). Sum of RGB (Red+Green+Blue) = 165+40+14=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A5280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5280E is #5AD7F1. Grayscale: #4A4A4A. Windows color (decimal): -5953522 or 927909. OLE color: 927909.
HSL color Cylindrical-coordinate representation of color #A5280E: hue angle of 10.33º 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 #A5280E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.35 |
| HSL | 10.33º | 0.84% | 0.35% | - |
| HSV(B) | 10.33º | 0.92% | 0.65% | - |
| XYZ | 16.36 | 9.55 | 1.4 | - |
| YUV | 74.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 14 | 0 | 0.76 | 0.92 | 0.35 | 10.33 | 0.84 | 0.35 |
| Hex | A5 | 28 | E | 0 | 4C | 5C | 23 | A | 54 | 23 |
| Octal | 245 | 50 | 16 | 0 | 114 | 134 | 43 | 12 | 124 | 43 |
| Binary | 10100101 | 101000 | 1110 | 0 | 1001100 | 1011100 | 100011 | 1010 | 1010100 | 100011 |
Color Harmonies of #A5280E
Complementary color
Monochromatic Colors of #A5280E
Black with #A5280E
Text Example
Text Example
White with #A5280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5280E; }
p { color: rgb(165,40,14); }
H1.HeaderClassName
{
color: #A5280E;
}
.AnyTagClassName
{
color: #A5280E;
}
</style>
background-color css
<style>
a { background-color: #A5280E; }
a { background-color: rgb(165,40,14); }
div.DivClassName
{
background-color: #A5280E;
}
.BgClassName
{
background-color: #A5280E;
}
</style>
border-color css
<style>
span { border-color: #A5280E; }
span { border-color: rgb(165,40,14); }
td.TdClassName
{
border-color: #A5280E;
}
.TagClassName
{
border-color: #A5280E;
}
</style>