Shades of Fire Brick #A82619
Tints of Fire Brick #A82619
RGB
CMYK
RGB Variations
Color information
#A82619 (or 0xA82619) is known color: Fire Brick. HEX triplet: A8, 26 and 19. RGB value is (168,38,25). Sum of RGB (Red+Green+Blue) = 168+38+25=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82619 is #57D9E6. Grayscale: #4B4B4B. Windows color (decimal): -5757415 or 1648296. OLE color: 1648296.
HSL color Cylindrical-coordinate representation of color #A82619: hue angle of 5.45º 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 #A82619 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.34 |
| HSL | 5.45º | 0.74% | 0.38% | - |
| HSV(B) | 5.45º | 0.85% | 0.66% | - |
| XYZ | 17.02 | 9.78 | 1.91 | - |
| YUV | 75.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 25 | 0 | 0.77 | 0.85 | 0.34 | 5.45 | 0.74 | 0.38 |
| Hex | A8 | 26 | 19 | 0 | 4D | 55 | 22 | 5 | 4A | 26 |
| Octal | 250 | 46 | 31 | 0 | 115 | 125 | 42 | 5 | 112 | 46 |
| Binary | 10101000 | 100110 | 11001 | 0 | 1001101 | 1010101 | 100010 | 101 | 1001010 | 100110 |
Color Harmonies of #A82619
Complementary color
Monochromatic Colors of #A82619
Black with #A82619
Text Example
Text Example
White with #A82619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82619; }
p { color: rgb(168,38,25); }
H1.HeaderClassName
{
color: #A82619;
}
.AnyTagClassName
{
color: #A82619;
}
</style>
background-color css
<style>
a { background-color: #A82619; }
a { background-color: rgb(168,38,25); }
div.DivClassName
{
background-color: #A82619;
}
.BgClassName
{
background-color: #A82619;
}
</style>
border-color css
<style>
span { border-color: #A82619; }
span { border-color: rgb(168,38,25); }
td.TdClassName
{
border-color: #A82619;
}
.TagClassName
{
border-color: #A82619;
}
</style>