Shades of Fire Brick #A22405
Tints of Fire Brick #A22405
RGB
CMYK
RGB Variations
Color information
#A22405 (or 0xA22405) is known color: Fire Brick. HEX triplet: A2, 24 and 05. RGB value is (162,36,5). Sum of RGB (Red+Green+Blue) = 162+36+5=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A22405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22405 is #5DDBFA. Grayscale: #464646. Windows color (decimal): -6151163 or 337058. OLE color: 337058.
HSL color Cylindrical-coordinate representation of color #A22405: hue angle of 11.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A22405 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.36 |
| HSL | 11.85º | 0.94% | 0.33% | - |
| HSV(B) | 11.85º | 0.97% | 0.64% | - |
| XYZ | 15.56 | 8.95 | 1.05 | - |
| YUV | 70.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 5 | 0 | 0.78 | 0.97 | 0.36 | 11.85 | 0.94 | 0.33 |
| Hex | A2 | 24 | 5 | 0 | 4E | 61 | 24 | C | 5E | 21 |
| Octal | 242 | 44 | 5 | 0 | 116 | 141 | 44 | 14 | 136 | 41 |
| Binary | 10100010 | 100100 | 101 | 0 | 1001110 | 1100001 | 100100 | 1100 | 1011110 | 100001 |
Color Harmonies of #A22405
Complementary color
Monochromatic Colors of #A22405
Black with #A22405
Text Example
Text Example
White with #A22405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22405; }
p { color: rgb(162,36,5); }
H1.HeaderClassName
{
color: #A22405;
}
.AnyTagClassName
{
color: #A22405;
}
</style>
background-color css
<style>
a { background-color: #A22405; }
a { background-color: rgb(162,36,5); }
div.DivClassName
{
background-color: #A22405;
}
.BgClassName
{
background-color: #A22405;
}
</style>
border-color css
<style>
span { border-color: #A22405; }
span { border-color: rgb(162,36,5); }
td.TdClassName
{
border-color: #A22405;
}
.TagClassName
{
border-color: #A22405;
}
</style>