Shades of Fire Brick #A4211B
Tints of Fire Brick #A4211B
RGB
CMYK
RGB Variations
Color information
#A4211B (or 0xA4211B) is known color: Fire Brick. HEX triplet: A4, 21 and 1B. RGB value is (164,33,27). Sum of RGB (Red+Green+Blue) = 164+33+27=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4211B is #5BDEE4. Grayscale: #474747. Windows color (decimal): -6020837 or 1778084. OLE color: 1778084.
HSL color Cylindrical-coordinate representation of color #A4211B: hue angle of 2.63º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4211B is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 27 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.36 |
| HSL | 2.63º | 0.72% | 0.37% | - |
| HSV(B) | 2.63º | 0.84% | 0.64% | - |
| XYZ | 16.05 | 9.06 | 1.94 | - |
| YUV | 71.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 27 | 0 | 0.80 | 0.84 | 0.36 | 2.63 | 0.72 | 0.37 |
| Hex | A4 | 21 | 1B | 0 | 50 | 54 | 24 | 3 | 48 | 25 |
| Octal | 244 | 41 | 33 | 0 | 120 | 124 | 44 | 3 | 110 | 45 |
| Binary | 10100100 | 100001 | 11011 | 0 | 1010000 | 1010100 | 100100 | 11 | 1001000 | 100101 |
Color Harmonies of #A4211B
Complementary color
Monochromatic Colors of #A4211B
Black with #A4211B
Text Example
Text Example
White with #A4211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4211B; }
p { color: rgb(164,33,27); }
H1.HeaderClassName
{
color: #A4211B;
}
.AnyTagClassName
{
color: #A4211B;
}
</style>
background-color css
<style>
a { background-color: #A4211B; }
a { background-color: rgb(164,33,27); }
div.DivClassName
{
background-color: #A4211B;
}
.BgClassName
{
background-color: #A4211B;
}
</style>
border-color css
<style>
span { border-color: #A4211B; }
span { border-color: rgb(164,33,27); }
td.TdClassName
{
border-color: #A4211B;
}
.TagClassName
{
border-color: #A4211B;
}
</style>