Shades of Fire Brick #A82101
Tints of Fire Brick #A82101
RGB
CMYK
RGB Variations
Color information
#A82101 (or 0xA82101) is known color: Fire Brick. HEX triplet: A8, 21 and 01. RGB value is (168,33,1). Sum of RGB (Red+Green+Blue) = 168+33+1=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A82101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82101 is #57DEFE. Grayscale: #454545. Windows color (decimal): -5758719 or 74152. OLE color: 74152.
HSL color Cylindrical-coordinate representation of color #A82101: hue angle of 11.5º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A82101 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.34 |
| HSL | 11.5º | 0.99% | 0.33% | - |
| HSV(B) | 11.5º | 0.99% | 0.66% | - |
| XYZ | 16.7 | 9.41 | 0.97 | - |
| YUV | 69.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 1 | 0 | 0.80 | 0.99 | 0.34 | 11.5 | 0.99 | 0.33 |
| Hex | A8 | 21 | 1 | 0 | 50 | 63 | 22 | B | 63 | 21 |
| Octal | 250 | 41 | 1 | 0 | 120 | 143 | 42 | 13 | 143 | 41 |
| Binary | 10101000 | 100001 | 1 | 0 | 1010000 | 1100011 | 100010 | 1011 | 1100011 | 100001 |
Color Harmonies of #A82101
Complementary color
Monochromatic Colors of #A82101
Black with #A82101
Text Example
Text Example
White with #A82101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82101; }
p { color: rgb(168,33,1); }
H1.HeaderClassName
{
color: #A82101;
}
.AnyTagClassName
{
color: #A82101;
}
</style>
background-color css
<style>
a { background-color: #A82101; }
a { background-color: rgb(168,33,1); }
div.DivClassName
{
background-color: #A82101;
}
.BgClassName
{
background-color: #A82101;
}
</style>
border-color css
<style>
span { border-color: #A82101; }
span { border-color: rgb(168,33,1); }
td.TdClassName
{
border-color: #A82101;
}
.TagClassName
{
border-color: #A82101;
}
</style>