Shades of Fire Brick #A5290F
Tints of Fire Brick #A5290F
RGB
CMYK
RGB Variations
Color information
#A5290F (or 0xA5290F) is known color: Fire Brick. HEX triplet: A5, 29 and 0F. RGB value is (165,41,15). Sum of RGB (Red+Green+Blue) = 165+41+15=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A5290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5290F is #5AD6F0. Grayscale: #4B4B4B. Windows color (decimal): -5953265 or 993701. OLE color: 993701.
HSL color Cylindrical-coordinate representation of color #A5290F: hue angle of 10.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5290F is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 41 | 15 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.35 |
| HSL | 10.4º | 0.83% | 0.35% | - |
| HSV(B) | 10.4º | 0.91% | 0.65% | - |
| XYZ | 16.4 | 9.62 | 1.44 | - |
| YUV | 75.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 15 | 0 | 0.75 | 0.91 | 0.35 | 10.4 | 0.83 | 0.35 |
| Hex | A5 | 29 | F | 0 | 4B | 5B | 23 | A | 53 | 23 |
| Octal | 245 | 51 | 17 | 0 | 113 | 133 | 43 | 12 | 123 | 43 |
| Binary | 10100101 | 101001 | 1111 | 0 | 1001011 | 1011011 | 100011 | 1010 | 1010011 | 100011 |
Color Harmonies of #A5290F
Complementary color
Monochromatic Colors of #A5290F
Black with #A5290F
Text Example
Text Example
White with #A5290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5290F; }
p { color: rgb(165,41,15); }
H1.HeaderClassName
{
color: #A5290F;
}
.AnyTagClassName
{
color: #A5290F;
}
</style>
background-color css
<style>
a { background-color: #A5290F; }
a { background-color: rgb(165,41,15); }
div.DivClassName
{
background-color: #A5290F;
}
.BgClassName
{
background-color: #A5290F;
}
</style>
border-color css
<style>
span { border-color: #A5290F; }
span { border-color: rgb(165,41,15); }
td.TdClassName
{
border-color: #A5290F;
}
.TagClassName
{
border-color: #A5290F;
}
</style>