Shades of Fire Brick #A91A11
Tints of Fire Brick #A91A11
RGB
CMYK
RGB Variations
Color information
#A91A11 (or 0xA91A11) is known color: Fire Brick. HEX triplet: A9, 1A and 11. RGB value is (169,26,17). Sum of RGB (Red+Green+Blue) = 169+26+17=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91A11 is #56E5EE. Grayscale: #434343. Windows color (decimal): -5694959 or 1120937. OLE color: 1120937.
HSL color Cylindrical-coordinate representation of color #A91A11: hue angle of 3.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91A11 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 17 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.34 |
| HSL | 3.55º | 0.82% | 0.36% | - |
| HSV(B) | 3.55º | 0.9% | 0.66% | - |
| XYZ | 16.83 | 9.21 | 1.42 | - |
| YUV | 67.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 17 | 0 | 0.85 | 0.90 | 0.34 | 3.55 | 0.82 | 0.36 |
| Hex | A9 | 1A | 11 | 0 | 55 | 5A | 22 | 4 | 52 | 24 |
| Octal | 251 | 32 | 21 | 0 | 125 | 132 | 42 | 4 | 122 | 44 |
| Binary | 10101001 | 11010 | 10001 | 0 | 1010101 | 1011010 | 100010 | 100 | 1010010 | 100100 |
Color Harmonies of #A91A11
Complementary color
Monochromatic Colors of #A91A11
Black with #A91A11
Text Example
Text Example
White with #A91A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A11; }
p { color: rgb(169,26,17); }
H1.HeaderClassName
{
color: #A91A11;
}
.AnyTagClassName
{
color: #A91A11;
}
</style>
background-color css
<style>
a { background-color: #A91A11; }
a { background-color: rgb(169,26,17); }
div.DivClassName
{
background-color: #A91A11;
}
.BgClassName
{
background-color: #A91A11;
}
</style>
border-color css
<style>
span { border-color: #A91A11; }
span { border-color: rgb(169,26,17); }
td.TdClassName
{
border-color: #A91A11;
}
.TagClassName
{
border-color: #A91A11;
}
</style>