Shades of Fire Brick #A82819
Tints of Fire Brick #A82819
RGB
CMYK
RGB Variations
Color information
#A82819 (or 0xA82819) is known color: Fire Brick. HEX triplet: A8, 28 and 19. RGB value is (168,40,25). Sum of RGB (Red+Green+Blue) = 168+40+25=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A82819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82819 is #57D7E6. Grayscale: #4C4C4C. Windows color (decimal): -5756903 or 1648808. OLE color: 1648808.
HSL color Cylindrical-coordinate representation of color #A82819: hue angle of 6.29º 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 #A82819 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 25 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.34 |
| HSL | 6.29º | 0.74% | 0.38% | - |
| HSV(B) | 6.29º | 0.85% | 0.66% | - |
| XYZ | 17.08 | 9.91 | 1.93 | - |
| YUV | 76.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 25 | 0 | 0.76 | 0.85 | 0.34 | 6.29 | 0.74 | 0.38 |
| Hex | A8 | 28 | 19 | 0 | 4C | 55 | 22 | 6 | 4A | 26 |
| Octal | 250 | 50 | 31 | 0 | 114 | 125 | 42 | 6 | 112 | 46 |
| Binary | 10101000 | 101000 | 11001 | 0 | 1001100 | 1010101 | 100010 | 110 | 1001010 | 100110 |
Color Harmonies of #A82819
Complementary color
Monochromatic Colors of #A82819
Black with #A82819
Text Example
Text Example
White with #A82819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82819; }
p { color: rgb(168,40,25); }
H1.HeaderClassName
{
color: #A82819;
}
.AnyTagClassName
{
color: #A82819;
}
</style>
background-color css
<style>
a { background-color: #A82819; }
a { background-color: rgb(168,40,25); }
div.DivClassName
{
background-color: #A82819;
}
.BgClassName
{
background-color: #A82819;
}
</style>
border-color css
<style>
span { border-color: #A82819; }
span { border-color: rgb(168,40,25); }
td.TdClassName
{
border-color: #A82819;
}
.TagClassName
{
border-color: #A82819;
}
</style>