Shades of Fire Brick #A82002
Tints of Fire Brick #A82002
RGB
CMYK
RGB Variations
Color information
#A82002 (or 0xA82002) is known color: Fire Brick. HEX triplet: A8, 20 and 02. RGB value is (168,32,2). Sum of RGB (Red+Green+Blue) = 168+32+2=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A82002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82002 is #57DFFD. Grayscale: #454545. Windows color (decimal): -5758974 or 139432. OLE color: 139432.
HSL color Cylindrical-coordinate representation of color #A82002: hue angle of 10.84º degrees, saturation: 0.98, 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 #A82002 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.34 |
| HSL | 10.84º | 0.98% | 0.33% | - |
| HSV(B) | 10.84º | 0.99% | 0.66% | - |
| XYZ | 16.68 | 9.36 | 0.99 | - |
| YUV | 69.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 2 | 0 | 0.81 | 0.99 | 0.34 | 10.84 | 0.98 | 0.33 |
| Hex | A8 | 20 | 2 | 0 | 51 | 63 | 22 | B | 62 | 21 |
| Octal | 250 | 40 | 2 | 0 | 121 | 143 | 42 | 13 | 142 | 41 |
| Binary | 10101000 | 100000 | 10 | 0 | 1010001 | 1100011 | 100010 | 1011 | 1100010 | 100001 |
Color Harmonies of #A82002
Complementary color
Monochromatic Colors of #A82002
Black with #A82002
Text Example
Text Example
White with #A82002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82002; }
p { color: rgb(168,32,2); }
H1.HeaderClassName
{
color: #A82002;
}
.AnyTagClassName
{
color: #A82002;
}
</style>
background-color css
<style>
a { background-color: #A82002; }
a { background-color: rgb(168,32,2); }
div.DivClassName
{
background-color: #A82002;
}
.BgClassName
{
background-color: #A82002;
}
</style>
border-color css
<style>
span { border-color: #A82002; }
span { border-color: rgb(168,32,2); }
td.TdClassName
{
border-color: #A82002;
}
.TagClassName
{
border-color: #A82002;
}
</style>