Shades of Fire Brick #A22102
Tints of Fire Brick #A22102
RGB
CMYK
RGB Variations
Color information
#A22102 (or 0xA22102) is known color: Fire Brick. HEX triplet: A2, 21 and 02. RGB value is (162,33,2). Sum of RGB (Red+Green+Blue) = 162+33+2=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A22102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22102 is #5DDEFD. Grayscale: #444444. Windows color (decimal): -6151934 or 139682. OLE color: 139682.
HSL color Cylindrical-coordinate representation of color #A22102: hue angle of 11.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A22102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.36 |
| HSL | 11.63º | 0.98% | 0.32% | - |
| HSV(B) | 11.63º | 0.99% | 0.64% | - |
| XYZ | 15.46 | 8.77 | 0.94 | - |
| YUV | 68.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 2 | 0 | 0.80 | 0.99 | 0.36 | 11.63 | 0.98 | 0.32 |
| Hex | A2 | 21 | 2 | 0 | 50 | 63 | 24 | C | 62 | 20 |
| Octal | 242 | 41 | 2 | 0 | 120 | 143 | 44 | 14 | 142 | 40 |
| Binary | 10100010 | 100001 | 10 | 0 | 1010000 | 1100011 | 100100 | 1100 | 1100010 | 100000 |
Color Harmonies of #A22102
Complementary color
Monochromatic Colors of #A22102
Black with #A22102
Text Example
Text Example
White with #A22102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22102; }
p { color: rgb(162,33,2); }
H1.HeaderClassName
{
color: #A22102;
}
.AnyTagClassName
{
color: #A22102;
}
</style>
background-color css
<style>
a { background-color: #A22102; }
a { background-color: rgb(162,33,2); }
div.DivClassName
{
background-color: #A22102;
}
.BgClassName
{
background-color: #A22102;
}
</style>
border-color css
<style>
span { border-color: #A22102; }
span { border-color: rgb(162,33,2); }
td.TdClassName
{
border-color: #A22102;
}
.TagClassName
{
border-color: #A22102;
}
</style>