Shades of Fire Brick #A32511
Tints of Fire Brick #A32511
RGB
CMYK
RGB Variations
Color information
#A32511 (or 0xA32511) is known color: Fire Brick. HEX triplet: A3, 25 and 11. RGB value is (163,37,17). Sum of RGB (Red+Green+Blue) = 163+37+17=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A32511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32511 is #5CDAEE. Grayscale: #484848. Windows color (decimal): -6085359 or 1123747. OLE color: 1123747.
HSL color Cylindrical-coordinate representation of color #A32511: hue angle of 8.22º 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 #A32511 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 17 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.36 |
| HSL | 8.22º | 0.81% | 0.35% | - |
| HSV(B) | 8.22º | 0.9% | 0.64% | - |
| XYZ | 15.87 | 9.15 | 1.46 | - |
| YUV | 72.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 17 | 0 | 0.77 | 0.90 | 0.36 | 8.22 | 0.81 | 0.35 |
| Hex | A3 | 25 | 11 | 0 | 4D | 5A | 24 | 8 | 51 | 23 |
| Octal | 243 | 45 | 21 | 0 | 115 | 132 | 44 | 10 | 121 | 43 |
| Binary | 10100011 | 100101 | 10001 | 0 | 1001101 | 1011010 | 100100 | 1000 | 1010001 | 100011 |
Color Harmonies of #A32511
Complementary color
Monochromatic Colors of #A32511
Black with #A32511
Text Example
Text Example
White with #A32511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32511; }
p { color: rgb(163,37,17); }
H1.HeaderClassName
{
color: #A32511;
}
.AnyTagClassName
{
color: #A32511;
}
</style>
background-color css
<style>
a { background-color: #A32511; }
a { background-color: rgb(163,37,17); }
div.DivClassName
{
background-color: #A32511;
}
.BgClassName
{
background-color: #A32511;
}
</style>
border-color css
<style>
span { border-color: #A32511; }
span { border-color: rgb(163,37,17); }
td.TdClassName
{
border-color: #A32511;
}
.TagClassName
{
border-color: #A32511;
}
</style>