Shades of Fire Brick #A22202
Tints of Fire Brick #A22202
RGB
CMYK
RGB Variations
Color information
#A22202 (or 0xA22202) is known color: Fire Brick. HEX triplet: A2, 22 and 02. RGB value is (162,34,2). Sum of RGB (Red+Green+Blue) = 162+34+2=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A22202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22202 is #5DDDFD. Grayscale: #444444. Windows color (decimal): -6151678 or 139938. OLE color: 139938.
HSL color Cylindrical-coordinate representation of color #A22202: hue angle of 12º 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 #A22202 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.36 |
| HSL | 12º | 0.98% | 0.32% | - |
| HSV(B) | 12º | 0.99% | 0.64% | - |
| XYZ | 15.48 | 8.83 | 0.95 | - |
| YUV | 68.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 2 | 0 | 0.79 | 0.99 | 0.36 | 12 | 0.98 | 0.32 |
| Hex | A2 | 22 | 2 | 0 | 4F | 63 | 24 | C | 62 | 20 |
| Octal | 242 | 42 | 2 | 0 | 117 | 143 | 44 | 14 | 142 | 40 |
| Binary | 10100010 | 100010 | 10 | 0 | 1001111 | 1100011 | 100100 | 1100 | 1100010 | 100000 |
Color Harmonies of #A22202
Complementary color
Monochromatic Colors of #A22202
Black with #A22202
Text Example
Text Example
White with #A22202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22202; }
p { color: rgb(162,34,2); }
H1.HeaderClassName
{
color: #A22202;
}
.AnyTagClassName
{
color: #A22202;
}
</style>
background-color css
<style>
a { background-color: #A22202; }
a { background-color: rgb(162,34,2); }
div.DivClassName
{
background-color: #A22202;
}
.BgClassName
{
background-color: #A22202;
}
</style>
border-color css
<style>
span { border-color: #A22202; }
span { border-color: rgb(162,34,2); }
td.TdClassName
{
border-color: #A22202;
}
.TagClassName
{
border-color: #A22202;
}
</style>