Shades of Fire Brick #A91904
Tints of Fire Brick #A91904
RGB
CMYK
RGB Variations
Color information
#A91904 (or 0xA91904) is known color: Fire Brick. HEX triplet: A9, 19 and 04. RGB value is (169,25,4). Sum of RGB (Red+Green+Blue) = 169+25+4=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A91904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91904 is #56E6FB. Grayscale: #414141. Windows color (decimal): -5695228 or 268713. OLE color: 268713.
HSL color Cylindrical-coordinate representation of color #A91904: hue angle of 7.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A91904 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.34 |
| HSL | 7.64º | 0.95% | 0.34% | - |
| HSV(B) | 7.64º | 0.98% | 0.66% | - |
| XYZ | 16.73 | 9.14 | 1 | - |
| YUV | 65.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 4 | 0 | 0.85 | 0.98 | 0.34 | 7.64 | 0.95 | 0.34 |
| Hex | A9 | 19 | 4 | 0 | 55 | 62 | 22 | 8 | 5F | 22 |
| Octal | 251 | 31 | 4 | 0 | 125 | 142 | 42 | 10 | 137 | 42 |
| Binary | 10101001 | 11001 | 100 | 0 | 1010101 | 1100010 | 100010 | 1000 | 1011111 | 100010 |
Color Harmonies of #A91904
Complementary color
Monochromatic Colors of #A91904
Black with #A91904
Text Example
Text Example
White with #A91904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91904; }
p { color: rgb(169,25,4); }
H1.HeaderClassName
{
color: #A91904;
}
.AnyTagClassName
{
color: #A91904;
}
</style>
background-color css
<style>
a { background-color: #A91904; }
a { background-color: rgb(169,25,4); }
div.DivClassName
{
background-color: #A91904;
}
.BgClassName
{
background-color: #A91904;
}
</style>
border-color css
<style>
span { border-color: #A91904; }
span { border-color: rgb(169,25,4); }
td.TdClassName
{
border-color: #A91904;
}
.TagClassName
{
border-color: #A91904;
}
</style>