Shades of Fire Brick #A4110B
Tints of Fire Brick #A4110B
RGB
CMYK
RGB Variations
Color information
#A4110B (or 0xA4110B) is known color: Fire Brick. HEX triplet: A4, 11 and 0B. RGB value is (164,17,11). Sum of RGB (Red+Green+Blue) = 164+17+11=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A4110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4110B is #5BEEF4. Grayscale: #3C3C3C. Windows color (decimal): -6024949 or 725412. OLE color: 725412.
HSL color Cylindrical-coordinate representation of color #A4110B: hue angle of 2.35º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4110B is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 11 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.36 |
| HSL | 2.35º | 0.87% | 0.34% | - |
| HSV(B) | 2.35º | 0.93% | 0.64% | - |
| XYZ | 15.57 | 8.32 | 1.1 | - |
| YUV | 60.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 11 | 0 | 0.90 | 0.93 | 0.36 | 2.35 | 0.87 | 0.34 |
| Hex | A4 | 11 | B | 0 | 5A | 5D | 24 | 2 | 57 | 22 |
| Octal | 244 | 21 | 13 | 0 | 132 | 135 | 44 | 2 | 127 | 42 |
| Binary | 10100100 | 10001 | 1011 | 0 | 1011010 | 1011101 | 100100 | 10 | 1010111 | 100010 |
Color Harmonies of #A4110B
Complementary color
Monochromatic Colors of #A4110B
Black with #A4110B
Text Example
Text Example
White with #A4110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4110B; }
p { color: rgb(164,17,11); }
H1.HeaderClassName
{
color: #A4110B;
}
.AnyTagClassName
{
color: #A4110B;
}
</style>
background-color css
<style>
a { background-color: #A4110B; }
a { background-color: rgb(164,17,11); }
div.DivClassName
{
background-color: #A4110B;
}
.BgClassName
{
background-color: #A4110B;
}
</style>
border-color css
<style>
span { border-color: #A4110B; }
span { border-color: rgb(164,17,11); }
td.TdClassName
{
border-color: #A4110B;
}
.TagClassName
{
border-color: #A4110B;
}
</style>