Shades of Fire Brick #A91E19
Tints of Fire Brick #A91E19
RGB
CMYK
RGB Variations
Color information
#A91E19 (or 0xA91E19) is known color: Fire Brick. HEX triplet: A9, 1E and 19. RGB value is (169,30,25). Sum of RGB (Red+Green+Blue) = 169+30+25=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E19 is #56E1E6. Grayscale: #474747. Windows color (decimal): -5693927 or 1646249. OLE color: 1646249.
HSL color Cylindrical-coordinate representation of color #A91E19: hue angle of 2.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91E19 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 25 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.34 |
| HSL | 2.08º | 0.74% | 0.38% | - |
| HSV(B) | 2.08º | 0.85% | 0.66% | - |
| XYZ | 17 | 9.43 | 1.84 | - |
| YUV | 70.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 25 | 0 | 0.82 | 0.85 | 0.34 | 2.08 | 0.74 | 0.38 |
| Hex | A9 | 1E | 19 | 0 | 52 | 55 | 22 | 2 | 4A | 26 |
| Octal | 251 | 36 | 31 | 0 | 122 | 125 | 42 | 2 | 112 | 46 |
| Binary | 10101001 | 11110 | 11001 | 0 | 1010010 | 1010101 | 100010 | 10 | 1001010 | 100110 |
Color Harmonies of #A91E19
Complementary color
Monochromatic Colors of #A91E19
Black with #A91E19
Text Example
Text Example
White with #A91E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E19; }
p { color: rgb(169,30,25); }
H1.HeaderClassName
{
color: #A91E19;
}
.AnyTagClassName
{
color: #A91E19;
}
</style>
background-color css
<style>
a { background-color: #A91E19; }
a { background-color: rgb(169,30,25); }
div.DivClassName
{
background-color: #A91E19;
}
.BgClassName
{
background-color: #A91E19;
}
</style>
border-color css
<style>
span { border-color: #A91E19; }
span { border-color: rgb(169,30,25); }
td.TdClassName
{
border-color: #A91E19;
}
.TagClassName
{
border-color: #A91E19;
}
</style>