Shades of Fire Brick #A32011
Tints of Fire Brick #A32011
RGB
CMYK
RGB Variations
Color information
#A32011 (or 0xA32011) is known color: Fire Brick. HEX triplet: A3, 20 and 11. RGB value is (163,32,17). Sum of RGB (Red+Green+Blue) = 163+32+17=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A32011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32011 is #5CDFEE. Grayscale: #454545. Windows color (decimal): -6086639 or 1122467. OLE color: 1122467.
HSL color Cylindrical-coordinate representation of color #A32011: hue angle of 6.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A32011 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 17 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.36 |
| HSL | 6.16º | 0.81% | 0.35% | - |
| HSV(B) | 6.16º | 0.9% | 0.64% | - |
| XYZ | 15.72 | 8.86 | 1.41 | - |
| YUV | 69.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 17 | 0 | 0.80 | 0.90 | 0.36 | 6.16 | 0.81 | 0.35 |
| Hex | A3 | 20 | 11 | 0 | 50 | 5A | 24 | 6 | 51 | 23 |
| Octal | 243 | 40 | 21 | 0 | 120 | 132 | 44 | 6 | 121 | 43 |
| Binary | 10100011 | 100000 | 10001 | 0 | 1010000 | 1011010 | 100100 | 110 | 1010001 | 100011 |
Color Harmonies of #A32011
Complementary color
Monochromatic Colors of #A32011
Black with #A32011
Text Example
Text Example
White with #A32011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32011; }
p { color: rgb(163,32,17); }
H1.HeaderClassName
{
color: #A32011;
}
.AnyTagClassName
{
color: #A32011;
}
</style>
background-color css
<style>
a { background-color: #A32011; }
a { background-color: rgb(163,32,17); }
div.DivClassName
{
background-color: #A32011;
}
.BgClassName
{
background-color: #A32011;
}
</style>
border-color css
<style>
span { border-color: #A32011; }
span { border-color: rgb(163,32,17); }
td.TdClassName
{
border-color: #A32011;
}
.TagClassName
{
border-color: #A32011;
}
</style>