Shades of Fire Brick #A91615
Tints of Fire Brick #A91615
RGB
CMYK
RGB Variations
Color information
#A91615 (or 0xA91615) is known color: Fire Brick. HEX triplet: A9, 16 and 15. RGB value is (169,22,21). Sum of RGB (Red+Green+Blue) = 169+22+21=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A91615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91615 is #56E9EA. Grayscale: #414141. Windows color (decimal): -5695979 or 1382057. OLE color: 1382057.
HSL color Cylindrical-coordinate representation of color #A91615: hue angle of 0.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91615 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 21 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.34 |
| HSL | 0.41º | 0.78% | 0.37% | - |
| HSV(B) | 0.41º | 0.88% | 0.66% | - |
| XYZ | 16.78 | 9.06 | 1.57 | - |
| YUV | 65.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 21 | 0 | 0.87 | 0.88 | 0.34 | 0.41 | 0.78 | 0.37 |
| Hex | A9 | 16 | 15 | 0 | 57 | 58 | 22 | 0 | 4E | 25 |
| Octal | 251 | 26 | 25 | 0 | 127 | 130 | 42 | 0 | 116 | 45 |
| Binary | 10101001 | 10110 | 10101 | 0 | 1010111 | 1011000 | 100010 | 0 | 1001110 | 100101 |
Color Harmonies of #A91615
Complementary color
Monochromatic Colors of #A91615
Black with #A91615
Text Example
Text Example
White with #A91615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91615; }
p { color: rgb(169,22,21); }
H1.HeaderClassName
{
color: #A91615;
}
.AnyTagClassName
{
color: #A91615;
}
</style>
background-color css
<style>
a { background-color: #A91615; }
a { background-color: rgb(169,22,21); }
div.DivClassName
{
background-color: #A91615;
}
.BgClassName
{
background-color: #A91615;
}
</style>
border-color css
<style>
span { border-color: #A91615; }
span { border-color: rgb(169,22,21); }
td.TdClassName
{
border-color: #A91615;
}
.TagClassName
{
border-color: #A91615;
}
</style>