Shades of Fire Brick #A22515
Tints of Fire Brick #A22515
RGB
CMYK
RGB Variations
Color information
#A22515 (or 0xA22515) is known color: Fire Brick. HEX triplet: A2, 25 and 15. RGB value is (162,37,21). Sum of RGB (Red+Green+Blue) = 162+37+21=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A22515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22515 is #5DDAEA. Grayscale: #484848. Windows color (decimal): -6150891 or 1385890. OLE color: 1385890.
HSL color Cylindrical-coordinate representation of color #A22515: hue angle of 6.81º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A22515 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 21 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.36 |
| HSL | 6.81º | 0.77% | 0.36% | - |
| HSV(B) | 6.81º | 0.87% | 0.64% | - |
| XYZ | 15.7 | 9.06 | 1.63 | - |
| YUV | 72.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 21 | 0 | 0.77 | 0.87 | 0.36 | 6.81 | 0.77 | 0.36 |
| Hex | A2 | 25 | 15 | 0 | 4D | 57 | 24 | 7 | 4D | 24 |
| Octal | 242 | 45 | 25 | 0 | 115 | 127 | 44 | 7 | 115 | 44 |
| Binary | 10100010 | 100101 | 10101 | 0 | 1001101 | 1010111 | 100100 | 111 | 1001101 | 100100 |
Color Harmonies of #A22515
Complementary color
Monochromatic Colors of #A22515
Black with #A22515
Text Example
Text Example
White with #A22515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22515; }
p { color: rgb(162,37,21); }
H1.HeaderClassName
{
color: #A22515;
}
.AnyTagClassName
{
color: #A22515;
}
</style>
background-color css
<style>
a { background-color: #A22515; }
a { background-color: rgb(162,37,21); }
div.DivClassName
{
background-color: #A22515;
}
.BgClassName
{
background-color: #A22515;
}
</style>
border-color css
<style>
span { border-color: #A22515; }
span { border-color: rgb(162,37,21); }
td.TdClassName
{
border-color: #A22515;
}
.TagClassName
{
border-color: #A22515;
}
</style>