Shades of Fire Brick #A42016
Tints of Fire Brick #A42016
RGB
CMYK
RGB Variations
Color information
#A42016 (or 0xA42016) is known color: Fire Brick. HEX triplet: A4, 20 and 16. RGB value is (164,32,22). Sum of RGB (Red+Green+Blue) = 164+32+22=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A42016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42016 is #5BDFE9. Grayscale: #464646. Windows color (decimal): -6021098 or 1450148. OLE color: 1450148.
HSL color Cylindrical-coordinate representation of color #A42016: hue angle of 4.23º degrees, saturation: 0.76, 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 #A42016 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 22 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.36 |
| HSL | 4.23º | 0.76% | 0.36% | - |
| HSV(B) | 4.23º | 0.87% | 0.64% | - |
| XYZ | 15.97 | 8.98 | 1.65 | - |
| YUV | 70.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 22 | 0 | 0.80 | 0.87 | 0.36 | 4.23 | 0.76 | 0.36 |
| Hex | A4 | 20 | 16 | 0 | 50 | 57 | 24 | 4 | 4C | 24 |
| Octal | 244 | 40 | 26 | 0 | 120 | 127 | 44 | 4 | 114 | 44 |
| Binary | 10100100 | 100000 | 10110 | 0 | 1010000 | 1010111 | 100100 | 100 | 1001100 | 100100 |
Color Harmonies of #A42016
Complementary color
Monochromatic Colors of #A42016
Black with #A42016
Text Example
Text Example
White with #A42016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42016; }
p { color: rgb(164,32,22); }
H1.HeaderClassName
{
color: #A42016;
}
.AnyTagClassName
{
color: #A42016;
}
</style>
background-color css
<style>
a { background-color: #A42016; }
a { background-color: rgb(164,32,22); }
div.DivClassName
{
background-color: #A42016;
}
.BgClassName
{
background-color: #A42016;
}
</style>
border-color css
<style>
span { border-color: #A42016; }
span { border-color: rgb(164,32,22); }
td.TdClassName
{
border-color: #A42016;
}
.TagClassName
{
border-color: #A42016;
}
</style>