Shades of Fire Brick #A32716
Tints of Fire Brick #A32716
RGB
CMYK
RGB Variations
Color information
#A32716 (or 0xA32716) is known color: Fire Brick. HEX triplet: A3, 27 and 16. RGB value is (163,39,22). Sum of RGB (Red+Green+Blue) = 163+39+22=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A32716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32716 is #5CD8E9. Grayscale: #4A4A4A. Windows color (decimal): -6084842 or 1451939. OLE color: 1451939.
HSL color Cylindrical-coordinate representation of color #A32716: hue angle of 7.23º 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 #A32716 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.36 |
| HSL | 7.23º | 0.76% | 0.36% | - |
| HSV(B) | 7.23º | 0.87% | 0.64% | - |
| XYZ | 15.97 | 9.3 | 1.71 | - |
| YUV | 74.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 22 | 0 | 0.76 | 0.87 | 0.36 | 7.23 | 0.76 | 0.36 |
| Hex | A3 | 27 | 16 | 0 | 4C | 57 | 24 | 7 | 4C | 24 |
| Octal | 243 | 47 | 26 | 0 | 114 | 127 | 44 | 7 | 114 | 44 |
| Binary | 10100011 | 100111 | 10110 | 0 | 1001100 | 1010111 | 100100 | 111 | 1001100 | 100100 |
Color Harmonies of #A32716
Complementary color
Monochromatic Colors of #A32716
Black with #A32716
Text Example
Text Example
White with #A32716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32716; }
p { color: rgb(163,39,22); }
H1.HeaderClassName
{
color: #A32716;
}
.AnyTagClassName
{
color: #A32716;
}
</style>
background-color css
<style>
a { background-color: #A32716; }
a { background-color: rgb(163,39,22); }
div.DivClassName
{
background-color: #A32716;
}
.BgClassName
{
background-color: #A32716;
}
</style>
border-color css
<style>
span { border-color: #A32716; }
span { border-color: rgb(163,39,22); }
td.TdClassName
{
border-color: #A32716;
}
.TagClassName
{
border-color: #A32716;
}
</style>