Shades of Fire Brick #A82105
Tints of Fire Brick #A82105
RGB
CMYK
RGB Variations
Color information
#A82105 (or 0xA82105) is known color: Fire Brick. HEX triplet: A8, 21 and 05. RGB value is (168,33,5). Sum of RGB (Red+Green+Blue) = 168+33+5=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A82105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82105 is #57DEFA. Grayscale: #464646. Windows color (decimal): -5758715 or 336296. OLE color: 336296.
HSL color Cylindrical-coordinate representation of color #A82105: hue angle of 10.31º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A82105 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.34 |
| HSL | 10.31º | 0.94% | 0.34% | - |
| HSV(B) | 10.31º | 0.97% | 0.66% | - |
| XYZ | 16.72 | 9.42 | 1.08 | - |
| YUV | 70.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 5 | 0 | 0.80 | 0.97 | 0.34 | 10.31 | 0.94 | 0.34 |
| Hex | A8 | 21 | 5 | 0 | 50 | 61 | 22 | A | 5E | 22 |
| Octal | 250 | 41 | 5 | 0 | 120 | 141 | 42 | 12 | 136 | 42 |
| Binary | 10101000 | 100001 | 101 | 0 | 1010000 | 1100001 | 100010 | 1010 | 1011110 | 100010 |
Color Harmonies of #A82105
Complementary color
Monochromatic Colors of #A82105
Black with #A82105
Text Example
Text Example
White with #A82105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82105; }
p { color: rgb(168,33,5); }
H1.HeaderClassName
{
color: #A82105;
}
.AnyTagClassName
{
color: #A82105;
}
</style>
background-color css
<style>
a { background-color: #A82105; }
a { background-color: rgb(168,33,5); }
div.DivClassName
{
background-color: #A82105;
}
.BgClassName
{
background-color: #A82105;
}
</style>
border-color css
<style>
span { border-color: #A82105; }
span { border-color: rgb(168,33,5); }
td.TdClassName
{
border-color: #A82105;
}
.TagClassName
{
border-color: #A82105;
}
</style>