Shades of Fire Brick #A9291C
Tints of Fire Brick #A9291C
RGB
CMYK
RGB Variations
Color information
#A9291C (or 0xA9291C) is known color: Fire Brick. HEX triplet: A9, 29 and 1C. RGB value is (169,41,28). Sum of RGB (Red+Green+Blue) = 169+41+28=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A9291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9291C is #56D6E3. Grayscale: #4D4D4D. Windows color (decimal): -5691108 or 1845673. OLE color: 1845673.
HSL color Cylindrical-coordinate representation of color #A9291C: hue angle of 5.53º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9291C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 28 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.34 |
| HSL | 5.53º | 0.72% | 0.39% | - |
| HSV(B) | 5.53º | 0.83% | 0.66% | - |
| XYZ | 17.36 | 10.1 | 2.13 | - |
| YUV | 77.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 28 | 0 | 0.76 | 0.83 | 0.34 | 5.53 | 0.72 | 0.39 |
| Hex | A9 | 29 | 1C | 0 | 4C | 53 | 22 | 6 | 48 | 27 |
| Octal | 251 | 51 | 34 | 0 | 114 | 123 | 42 | 6 | 110 | 47 |
| Binary | 10101001 | 101001 | 11100 | 0 | 1001100 | 1010011 | 100010 | 110 | 1001000 | 100111 |
Color Harmonies of #A9291C
Complementary color
Monochromatic Colors of #A9291C
Black with #A9291C
Text Example
Text Example
White with #A9291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9291C; }
p { color: rgb(169,41,28); }
H1.HeaderClassName
{
color: #A9291C;
}
.AnyTagClassName
{
color: #A9291C;
}
</style>
background-color css
<style>
a { background-color: #A9291C; }
a { background-color: rgb(169,41,28); }
div.DivClassName
{
background-color: #A9291C;
}
.BgClassName
{
background-color: #A9291C;
}
</style>
border-color css
<style>
span { border-color: #A9291C; }
span { border-color: rgb(169,41,28); }
td.TdClassName
{
border-color: #A9291C;
}
.TagClassName
{
border-color: #A9291C;
}
</style>