Shades of Fire Brick #A9261C
Tints of Fire Brick #A9261C
RGB
CMYK
RGB Variations
Color information
#A9261C (or 0xA9261C) is known color: Fire Brick. HEX triplet: A9, 26 and 1C. RGB value is (169,38,28). Sum of RGB (Red+Green+Blue) = 169+38+28=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A9261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9261C is #56D9E3. Grayscale: #4C4C4C. Windows color (decimal): -5691876 or 1844905. OLE color: 1844905.
HSL color Cylindrical-coordinate representation of color #A9261C: hue angle of 4.26º 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 #A9261C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 28 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.34 |
| HSL | 4.26º | 0.72% | 0.39% | - |
| HSV(B) | 4.26º | 0.83% | 0.66% | - |
| XYZ | 17.26 | 9.91 | 2.1 | - |
| YUV | 76.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 28 | 0 | 0.78 | 0.83 | 0.34 | 4.26 | 0.72 | 0.39 |
| Hex | A9 | 26 | 1C | 0 | 4E | 53 | 22 | 4 | 48 | 27 |
| Octal | 251 | 46 | 34 | 0 | 116 | 123 | 42 | 4 | 110 | 47 |
| Binary | 10101001 | 100110 | 11100 | 0 | 1001110 | 1010011 | 100010 | 100 | 1001000 | 100111 |
Color Harmonies of #A9261C
Complementary color
Monochromatic Colors of #A9261C
Black with #A9261C
Text Example
Text Example
White with #A9261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9261C; }
p { color: rgb(169,38,28); }
H1.HeaderClassName
{
color: #A9261C;
}
.AnyTagClassName
{
color: #A9261C;
}
</style>
background-color css
<style>
a { background-color: #A9261C; }
a { background-color: rgb(169,38,28); }
div.DivClassName
{
background-color: #A9261C;
}
.BgClassName
{
background-color: #A9261C;
}
</style>
border-color css
<style>
span { border-color: #A9261C; }
span { border-color: rgb(169,38,28); }
td.TdClassName
{
border-color: #A9261C;
}
.TagClassName
{
border-color: #A9261C;
}
</style>