Shades of Fire Brick #A91110
Tints of Fire Brick #A91110
RGB
CMYK
RGB Variations
Color information
#A91110 (or 0xA91110) is known color: Fire Brick. HEX triplet: A9, 11 and 10. RGB value is (169,17,16). Sum of RGB (Red+Green+Blue) = 169+17+16=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A91110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91110 is #56EEEF. Grayscale: #3E3E3E. Windows color (decimal): -5697264 or 1053097. OLE color: 1053097.
HSL color Cylindrical-coordinate representation of color #A91110: hue angle of 0.39º degrees, saturation: 0.83, 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 #A91110 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 16 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.34 |
| HSL | 0.39º | 0.83% | 0.36% | - |
| HSV(B) | 0.39º | 0.91% | 0.66% | - |
| XYZ | 16.66 | 8.87 | 1.33 | - |
| YUV | 62.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 16 | 0 | 0.90 | 0.91 | 0.34 | 0.39 | 0.83 | 0.36 |
| Hex | A9 | 11 | 10 | 0 | 5A | 5B | 22 | 0 | 53 | 24 |
| Octal | 251 | 21 | 20 | 0 | 132 | 133 | 42 | 0 | 123 | 44 |
| Binary | 10101001 | 10001 | 10000 | 0 | 1011010 | 1011011 | 100010 | 0 | 1010011 | 100100 |
Color Harmonies of #A91110
Complementary color
Monochromatic Colors of #A91110
Black with #A91110
Text Example
Text Example
White with #A91110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91110; }
p { color: rgb(169,17,16); }
H1.HeaderClassName
{
color: #A91110;
}
.AnyTagClassName
{
color: #A91110;
}
</style>
background-color css
<style>
a { background-color: #A91110; }
a { background-color: rgb(169,17,16); }
div.DivClassName
{
background-color: #A91110;
}
.BgClassName
{
background-color: #A91110;
}
</style>
border-color css
<style>
span { border-color: #A91110; }
span { border-color: rgb(169,17,16); }
td.TdClassName
{
border-color: #A91110;
}
.TagClassName
{
border-color: #A91110;
}
</style>