Shades of Fire Brick #A4110D
Tints of Fire Brick #A4110D
RGB
CMYK
RGB Variations
Color information
#A4110D (or 0xA4110D) is known color: Fire Brick. HEX triplet: A4, 11 and 0D. RGB value is (164,17,13). Sum of RGB (Red+Green+Blue) = 164+17+13=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A4110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4110D is #5BEEF2. Grayscale: #3C3C3C. Windows color (decimal): -6024947 or 856484. OLE color: 856484.
HSL color Cylindrical-coordinate representation of color #A4110D: hue angle of 1.59º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4110D is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 13 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.36 |
| HSL | 1.59º | 0.85% | 0.35% | - |
| HSV(B) | 1.59º | 0.92% | 0.64% | - |
| XYZ | 15.58 | 8.32 | 1.17 | - |
| YUV | 60.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 13 | 0 | 0.90 | 0.92 | 0.36 | 1.59 | 0.85 | 0.35 |
| Hex | A4 | 11 | D | 0 | 5A | 5C | 24 | 2 | 55 | 23 |
| Octal | 244 | 21 | 15 | 0 | 132 | 134 | 44 | 2 | 125 | 43 |
| Binary | 10100100 | 10001 | 1101 | 0 | 1011010 | 1011100 | 100100 | 10 | 1010101 | 100011 |
Color Harmonies of #A4110D
Complementary color
Monochromatic Colors of #A4110D
Black with #A4110D
Text Example
Text Example
White with #A4110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4110D; }
p { color: rgb(164,17,13); }
H1.HeaderClassName
{
color: #A4110D;
}
.AnyTagClassName
{
color: #A4110D;
}
</style>
background-color css
<style>
a { background-color: #A4110D; }
a { background-color: rgb(164,17,13); }
div.DivClassName
{
background-color: #A4110D;
}
.BgClassName
{
background-color: #A4110D;
}
</style>
border-color css
<style>
span { border-color: #A4110D; }
span { border-color: rgb(164,17,13); }
td.TdClassName
{
border-color: #A4110D;
}
.TagClassName
{
border-color: #A4110D;
}
</style>