Shades of Fire Brick #A82102
Tints of Fire Brick #A82102
RGB
CMYK
RGB Variations
Color information
#A82102 (or 0xA82102) is known color: Fire Brick. HEX triplet: A8, 21 and 02. RGB value is (168,33,2). Sum of RGB (Red+Green+Blue) = 168+33+2=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A82102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82102 is #57DEFD. Grayscale: #464646. Windows color (decimal): -5758718 or 139688. OLE color: 139688.
HSL color Cylindrical-coordinate representation of color #A82102: hue angle of 11.2º 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 #A82102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.34 |
| HSL | 11.2º | 0.98% | 0.33% | - |
| HSV(B) | 11.2º | 0.99% | 0.66% | - |
| XYZ | 16.7 | 9.42 | 0.99 | - |
| YUV | 69.83 | 89.73 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 2 | 0 | 0.80 | 0.99 | 0.34 | 11.2 | 0.98 | 0.33 |
| Hex | A8 | 21 | 2 | 0 | 50 | 63 | 22 | B | 62 | 21 |
| Octal | 250 | 41 | 2 | 0 | 120 | 143 | 42 | 13 | 142 | 41 |
| Binary | 10101000 | 100001 | 10 | 0 | 1010000 | 1100011 | 100010 | 1011 | 1100010 | 100001 |
Color Harmonies of #A82102
Complementary color
Monochromatic Colors of #A82102
Black with #A82102
Text Example
Text Example
White with #A82102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82102; }
p { color: rgb(168,33,2); }
H1.HeaderClassName
{
color: #A82102;
}
.AnyTagClassName
{
color: #A82102;
}
</style>
background-color css
<style>
a { background-color: #A82102; }
a { background-color: rgb(168,33,2); }
div.DivClassName
{
background-color: #A82102;
}
.BgClassName
{
background-color: #A82102;
}
</style>
border-color css
<style>
span { border-color: #A82102; }
span { border-color: rgb(168,33,2); }
td.TdClassName
{
border-color: #A82102;
}
.TagClassName
{
border-color: #A82102;
}
</style>