Shades of Fire Brick #A82219
Tints of Fire Brick #A82219
RGB
CMYK
RGB Variations
Color information
#A82219 (or 0xA82219) is known color: Fire Brick. HEX triplet: A8, 22 and 19. RGB value is (168,34,25). Sum of RGB (Red+Green+Blue) = 168+34+25=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82219 is #57DDE6. Grayscale: #494949. Windows color (decimal): -5758439 or 1647272. OLE color: 1647272.
HSL color Cylindrical-coordinate representation of color #A82219: hue angle of 3.78º 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 #A82219 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 25 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.34 |
| HSL | 3.78º | 0.74% | 0.38% | - |
| HSV(B) | 3.78º | 0.85% | 0.66% | - |
| XYZ | 16.9 | 9.54 | 1.87 | - |
| YUV | 73.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 25 | 0 | 0.80 | 0.85 | 0.34 | 3.78 | 0.74 | 0.38 |
| Hex | A8 | 22 | 19 | 0 | 50 | 55 | 22 | 4 | 4A | 26 |
| Octal | 250 | 42 | 31 | 0 | 120 | 125 | 42 | 4 | 112 | 46 |
| Binary | 10101000 | 100010 | 11001 | 0 | 1010000 | 1010101 | 100010 | 100 | 1001010 | 100110 |
Color Harmonies of #A82219
Complementary color
Monochromatic Colors of #A82219
Black with #A82219
Text Example
Text Example
White with #A82219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82219; }
p { color: rgb(168,34,25); }
H1.HeaderClassName
{
color: #A82219;
}
.AnyTagClassName
{
color: #A82219;
}
</style>
background-color css
<style>
a { background-color: #A82219; }
a { background-color: rgb(168,34,25); }
div.DivClassName
{
background-color: #A82219;
}
.BgClassName
{
background-color: #A82219;
}
</style>
border-color css
<style>
span { border-color: #A82219; }
span { border-color: rgb(168,34,25); }
td.TdClassName
{
border-color: #A82219;
}
.TagClassName
{
border-color: #A82219;
}
</style>