Shades of Fire Brick #A5110C
Tints of Fire Brick #A5110C
RGB
CMYK
RGB Variations
Color information
#A5110C (or 0xA5110C) is known color: Fire Brick. HEX triplet: A5, 11 and 0C. RGB value is (165,17,12). Sum of RGB (Red+Green+Blue) = 165+17+12=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A5110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5110C is #5AEEF3. Grayscale: #3C3C3C. Windows color (decimal): -5959412 or 790949. OLE color: 790949.
HSL color Cylindrical-coordinate representation of color #A5110C: hue angle of 1.96º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5110C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 12 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.35 |
| HSL | 1.96º | 0.86% | 0.35% | - |
| HSV(B) | 1.96º | 0.93% | 0.65% | - |
| XYZ | 15.78 | 8.43 | 1.14 | - |
| YUV | 60.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 12 | 0 | 0.90 | 0.93 | 0.35 | 1.96 | 0.86 | 0.35 |
| Hex | A5 | 11 | C | 0 | 5A | 5D | 23 | 2 | 56 | 23 |
| Octal | 245 | 21 | 14 | 0 | 132 | 135 | 43 | 2 | 126 | 43 |
| Binary | 10100101 | 10001 | 1100 | 0 | 1011010 | 1011101 | 100011 | 10 | 1010110 | 100011 |
Color Harmonies of #A5110C
Complementary color
Monochromatic Colors of #A5110C
Black with #A5110C
Text Example
Text Example
White with #A5110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5110C; }
p { color: rgb(165,17,12); }
H1.HeaderClassName
{
color: #A5110C;
}
.AnyTagClassName
{
color: #A5110C;
}
</style>
background-color css
<style>
a { background-color: #A5110C; }
a { background-color: rgb(165,17,12); }
div.DivClassName
{
background-color: #A5110C;
}
.BgClassName
{
background-color: #A5110C;
}
</style>
border-color css
<style>
span { border-color: #A5110C; }
span { border-color: rgb(165,17,12); }
td.TdClassName
{
border-color: #A5110C;
}
.TagClassName
{
border-color: #A5110C;
}
</style>