Shades of Fire Brick #A9280F
Tints of Fire Brick #A9280F
RGB
CMYK
RGB Variations
Color information
#A9280F (or 0xA9280F) is known color: Fire Brick. HEX triplet: A9, 28 and 0F. RGB value is (169,40,15). Sum of RGB (Red+Green+Blue) = 169+40+15=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A9280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9280F is #56D7F0. Grayscale: #4B4B4B. Windows color (decimal): -5691377 or 993449. OLE color: 993449.
HSL color Cylindrical-coordinate representation of color #A9280F: hue angle of 9.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9280F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 15 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.34 |
| HSL | 9.74º | 0.84% | 0.36% | - |
| HSV(B) | 9.74º | 0.91% | 0.66% | - |
| XYZ | 17.21 | 9.99 | 1.47 | - |
| YUV | 75.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 15 | 0 | 0.76 | 0.91 | 0.34 | 9.74 | 0.84 | 0.36 |
| Hex | A9 | 28 | F | 0 | 4C | 5B | 22 | A | 54 | 24 |
| Octal | 251 | 50 | 17 | 0 | 114 | 133 | 42 | 12 | 124 | 44 |
| Binary | 10101001 | 101000 | 1111 | 0 | 1001100 | 1011011 | 100010 | 1010 | 1010100 | 100100 |
Color Harmonies of #A9280F
Complementary color
Monochromatic Colors of #A9280F
Black with #A9280F
Text Example
Text Example
White with #A9280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9280F; }
p { color: rgb(169,40,15); }
H1.HeaderClassName
{
color: #A9280F;
}
.AnyTagClassName
{
color: #A9280F;
}
</style>
background-color css
<style>
a { background-color: #A9280F; }
a { background-color: rgb(169,40,15); }
div.DivClassName
{
background-color: #A9280F;
}
.BgClassName
{
background-color: #A9280F;
}
</style>
border-color css
<style>
span { border-color: #A9280F; }
span { border-color: rgb(169,40,15); }
td.TdClassName
{
border-color: #A9280F;
}
.TagClassName
{
border-color: #A9280F;
}
</style>