Shades of Fire Brick #A22316
Tints of Fire Brick #A22316
RGB
CMYK
RGB Variations
Color information
#A22316 (or 0xA22316) is known color: Fire Brick. HEX triplet: A2, 23 and 16. RGB value is (162,35,22). Sum of RGB (Red+Green+Blue) = 162+35+22=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22316 is #5DDCE9. Grayscale: #474747. Windows color (decimal): -6151402 or 1450914. OLE color: 1450914.
HSL color Cylindrical-coordinate representation of color #A22316: hue angle of 5.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A22316 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 22 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.36 |
| HSL | 5.57º | 0.76% | 0.36% | - |
| HSV(B) | 5.57º | 0.86% | 0.64% | - |
| XYZ | 15.65 | 8.94 | 1.66 | - |
| YUV | 71.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 22 | 0 | 0.78 | 0.86 | 0.36 | 5.57 | 0.76 | 0.36 |
| Hex | A2 | 23 | 16 | 0 | 4E | 56 | 24 | 6 | 4C | 24 |
| Octal | 242 | 43 | 26 | 0 | 116 | 126 | 44 | 6 | 114 | 44 |
| Binary | 10100010 | 100011 | 10110 | 0 | 1001110 | 1010110 | 100100 | 110 | 1001100 | 100100 |
Color Harmonies of #A22316
Complementary color
Monochromatic Colors of #A22316
Black with #A22316
Text Example
Text Example
White with #A22316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22316; }
p { color: rgb(162,35,22); }
H1.HeaderClassName
{
color: #A22316;
}
.AnyTagClassName
{
color: #A22316;
}
</style>
background-color css
<style>
a { background-color: #A22316; }
a { background-color: rgb(162,35,22); }
div.DivClassName
{
background-color: #A22316;
}
.BgClassName
{
background-color: #A22316;
}
</style>
border-color css
<style>
span { border-color: #A22316; }
span { border-color: rgb(162,35,22); }
td.TdClassName
{
border-color: #A22316;
}
.TagClassName
{
border-color: #A22316;
}
</style>