Shades of Fire Brick #A21F16
Tints of Fire Brick #A21F16
RGB
CMYK
RGB Variations
Color information
#A21F16 (or 0xA21F16) is known color: Fire Brick. HEX triplet: A2, 1F and 16. RGB value is (162,31,22). Sum of RGB (Red+Green+Blue) = 162+31+22=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F16 is #5DE0E9. Grayscale: #454545. Windows color (decimal): -6152426 or 1449890. OLE color: 1449890.
HSL color Cylindrical-coordinate representation of color #A21F16: hue angle of 3.86º 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 #A21F16 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 22 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.36 |
| HSL | 3.86º | 0.76% | 0.36% | - |
| HSV(B) | 3.86º | 0.86% | 0.64% | - |
| XYZ | 15.54 | 8.72 | 1.62 | - |
| YUV | 69.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 22 | 0 | 0.81 | 0.86 | 0.36 | 3.86 | 0.76 | 0.36 |
| Hex | A2 | 1F | 16 | 0 | 51 | 56 | 24 | 4 | 4C | 24 |
| Octal | 242 | 37 | 26 | 0 | 121 | 126 | 44 | 4 | 114 | 44 |
| Binary | 10100010 | 11111 | 10110 | 0 | 1010001 | 1010110 | 100100 | 100 | 1001100 | 100100 |
Color Harmonies of #A21F16
Complementary color
Monochromatic Colors of #A21F16
Black with #A21F16
Text Example
Text Example
White with #A21F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F16; }
p { color: rgb(162,31,22); }
H1.HeaderClassName
{
color: #A21F16;
}
.AnyTagClassName
{
color: #A21F16;
}
</style>
background-color css
<style>
a { background-color: #A21F16; }
a { background-color: rgb(162,31,22); }
div.DivClassName
{
background-color: #A21F16;
}
.BgClassName
{
background-color: #A21F16;
}
</style>
border-color css
<style>
span { border-color: #A21F16; }
span { border-color: rgb(162,31,22); }
td.TdClassName
{
border-color: #A21F16;
}
.TagClassName
{
border-color: #A21F16;
}
</style>