Shades of Fire Brick #A22000
Tints of Fire Brick #A22000
RGB
CMYK
RGB Variations
Color information
#A22000 (or 0xA22000) is known color: Fire Brick. HEX triplet: A2, 20 and 00. RGB value is (162,32,0). Sum of RGB (Red+Green+Blue) = 162+32+0=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A22000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22000 is #5DDFFF. Grayscale: #434343. Windows color (decimal): -6152192 or 8354. OLE color: 8354.
HSL color Cylindrical-coordinate representation of color #A22000: hue angle of 11.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A22000 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.36 |
| HSL | 11.85º | 1% | 0.32% | - |
| HSV(B) | 11.85º | 1% | 0.64% | - |
| XYZ | 15.42 | 8.71 | 0.87 | - |
| YUV | 67.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 0 | 0 | 0.80 | 1 | 0.36 | 11.85 | 1 | 0.32 |
| Hex | A2 | 20 | 0 | 0 | 50 | 64 | 24 | C | 64 | 20 |
| Octal | 242 | 40 | 0 | 0 | 120 | 144 | 44 | 14 | 144 | 40 |
| Binary | 10100010 | 100000 | 0 | 0 | 1010000 | 1100100 | 100100 | 1100 | 1100100 | 100000 |
Color Harmonies of #A22000
Complementary color
Monochromatic Colors of #A22000
Black with #A22000
Text Example
Text Example
White with #A22000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22000; }
p { color: rgb(162,32,0); }
H1.HeaderClassName
{
color: #A22000;
}
.AnyTagClassName
{
color: #A22000;
}
</style>
background-color css
<style>
a { background-color: #A22000; }
a { background-color: rgb(162,32,0); }
div.DivClassName
{
background-color: #A22000;
}
.BgClassName
{
background-color: #A22000;
}
</style>
border-color css
<style>
span { border-color: #A22000; }
span { border-color: rgb(162,32,0); }
td.TdClassName
{
border-color: #A22000;
}
.TagClassName
{
border-color: #A22000;
}
</style>