Shades of Fire Brick #A32816
Tints of Fire Brick #A32816
RGB
CMYK
RGB Variations
Color information
#A32816 (or 0xA32816) is known color: Fire Brick. HEX triplet: A3, 28 and 16. RGB value is (163,40,22). Sum of RGB (Red+Green+Blue) = 163+40+22=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A32816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32816 is #5CD7E9. Grayscale: #4A4A4A. Windows color (decimal): -6084586 or 1452195. OLE color: 1452195.
HSL color Cylindrical-coordinate representation of color #A32816: hue angle of 7.66º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32816 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 22 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.36 |
| HSL | 7.66º | 0.76% | 0.36% | - |
| HSV(B) | 7.66º | 0.87% | 0.64% | - |
| XYZ | 16.01 | 9.36 | 1.72 | - |
| YUV | 74.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 22 | 0 | 0.75 | 0.87 | 0.36 | 7.66 | 0.76 | 0.36 |
| Hex | A3 | 28 | 16 | 0 | 4B | 57 | 24 | 8 | 4C | 24 |
| Octal | 243 | 50 | 26 | 0 | 113 | 127 | 44 | 10 | 114 | 44 |
| Binary | 10100011 | 101000 | 10110 | 0 | 1001011 | 1010111 | 100100 | 1000 | 1001100 | 100100 |
Color Harmonies of #A32816
Complementary color
Monochromatic Colors of #A32816
Black with #A32816
Text Example
Text Example
White with #A32816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32816; }
p { color: rgb(163,40,22); }
H1.HeaderClassName
{
color: #A32816;
}
.AnyTagClassName
{
color: #A32816;
}
</style>
background-color css
<style>
a { background-color: #A32816; }
a { background-color: rgb(163,40,22); }
div.DivClassName
{
background-color: #A32816;
}
.BgClassName
{
background-color: #A32816;
}
</style>
border-color css
<style>
span { border-color: #A32816; }
span { border-color: rgb(163,40,22); }
td.TdClassName
{
border-color: #A32816;
}
.TagClassName
{
border-color: #A32816;
}
</style>