Shades of Fire Brick #A9271C
Tints of Fire Brick #A9271C
RGB
CMYK
RGB Variations
Color information
#A9271C (or 0xA9271C) is known color: Fire Brick. HEX triplet: A9, 27 and 1C. RGB value is (169,39,28). Sum of RGB (Red+Green+Blue) = 169+39+28=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9271C is #56D8E3. Grayscale: #4C4C4C. Windows color (decimal): -5691620 or 1845161. OLE color: 1845161.
HSL color Cylindrical-coordinate representation of color #A9271C: hue angle of 4.68º 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 #A9271C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 28 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.34 |
| HSL | 4.68º | 0.72% | 0.39% | - |
| HSV(B) | 4.68º | 0.83% | 0.66% | - |
| XYZ | 17.3 | 9.97 | 2.11 | - |
| YUV | 76.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 28 | 0 | 0.77 | 0.83 | 0.34 | 4.68 | 0.72 | 0.39 |
| Hex | A9 | 27 | 1C | 0 | 4D | 53 | 22 | 5 | 48 | 27 |
| Octal | 251 | 47 | 34 | 0 | 115 | 123 | 42 | 5 | 110 | 47 |
| Binary | 10101001 | 100111 | 11100 | 0 | 1001101 | 1010011 | 100010 | 101 | 1001000 | 100111 |
Color Harmonies of #A9271C
Complementary color
Monochromatic Colors of #A9271C
Black with #A9271C
Text Example
Text Example
White with #A9271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9271C; }
p { color: rgb(169,39,28); }
H1.HeaderClassName
{
color: #A9271C;
}
.AnyTagClassName
{
color: #A9271C;
}
</style>
background-color css
<style>
a { background-color: #A9271C; }
a { background-color: rgb(169,39,28); }
div.DivClassName
{
background-color: #A9271C;
}
.BgClassName
{
background-color: #A9271C;
}
</style>
border-color css
<style>
span { border-color: #A9271C; }
span { border-color: rgb(169,39,28); }
td.TdClassName
{
border-color: #A9271C;
}
.TagClassName
{
border-color: #A9271C;
}
</style>