Shades of Fire Brick #A32112
Tints of Fire Brick #A32112
RGB
CMYK
RGB Variations
Color information
#A32112 (or 0xA32112) is known color: Fire Brick. HEX triplet: A3, 21 and 12. RGB value is (163,33,18). Sum of RGB (Red+Green+Blue) = 163+33+18=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A32112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32112 is #5CDEED. Grayscale: #464646. Windows color (decimal): -6086382 or 1188259. OLE color: 1188259.
HSL color Cylindrical-coordinate representation of color #A32112: hue angle of 6.21º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A32112 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.36 |
| HSL | 6.21º | 0.8% | 0.35% | - |
| HSV(B) | 6.21º | 0.89% | 0.64% | - |
| XYZ | 15.76 | 8.92 | 1.46 | - |
| YUV | 70.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 18 | 0 | 0.80 | 0.89 | 0.36 | 6.21 | 0.8 | 0.35 |
| Hex | A3 | 21 | 12 | 0 | 50 | 59 | 24 | 6 | 50 | 23 |
| Octal | 243 | 41 | 22 | 0 | 120 | 131 | 44 | 6 | 120 | 43 |
| Binary | 10100011 | 100001 | 10010 | 0 | 1010000 | 1011001 | 100100 | 110 | 1010000 | 100011 |
Color Harmonies of #A32112
Complementary color
Monochromatic Colors of #A32112
Black with #A32112
Text Example
Text Example
White with #A32112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32112; }
p { color: rgb(163,33,18); }
H1.HeaderClassName
{
color: #A32112;
}
.AnyTagClassName
{
color: #A32112;
}
</style>
background-color css
<style>
a { background-color: #A32112; }
a { background-color: rgb(163,33,18); }
div.DivClassName
{
background-color: #A32112;
}
.BgClassName
{
background-color: #A32112;
}
</style>
border-color css
<style>
span { border-color: #A32112; }
span { border-color: rgb(163,33,18); }
td.TdClassName
{
border-color: #A32112;
}
.TagClassName
{
border-color: #A32112;
}
</style>