Shades of Fire Brick #A32015
Tints of Fire Brick #A32015
RGB
CMYK
RGB Variations
Color information
#A32015 (or 0xA32015) is known color: Fire Brick. HEX triplet: A3, 20 and 15. RGB value is (163,32,21). Sum of RGB (Red+Green+Blue) = 163+32+21=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32015 is #5CDFEA. Grayscale: #464646. Windows color (decimal): -6086635 or 1384611. OLE color: 1384611.
HSL color Cylindrical-coordinate representation of color #A32015: hue angle of 4.65º degrees, saturation: 0.77, 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 #A32015 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 21 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.36 |
| HSL | 4.65º | 0.77% | 0.36% | - |
| HSV(B) | 4.65º | 0.87% | 0.64% | - |
| XYZ | 15.76 | 8.87 | 1.59 | - |
| YUV | 69.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 21 | 0 | 0.80 | 0.87 | 0.36 | 4.65 | 0.77 | 0.36 |
| Hex | A3 | 20 | 15 | 0 | 50 | 57 | 24 | 5 | 4D | 24 |
| Octal | 243 | 40 | 25 | 0 | 120 | 127 | 44 | 5 | 115 | 44 |
| Binary | 10100011 | 100000 | 10101 | 0 | 1010000 | 1010111 | 100100 | 101 | 1001101 | 100100 |
Color Harmonies of #A32015
Complementary color
Monochromatic Colors of #A32015
Black with #A32015
Text Example
Text Example
White with #A32015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32015; }
p { color: rgb(163,32,21); }
H1.HeaderClassName
{
color: #A32015;
}
.AnyTagClassName
{
color: #A32015;
}
</style>
background-color css
<style>
a { background-color: #A32015; }
a { background-color: rgb(163,32,21); }
div.DivClassName
{
background-color: #A32015;
}
.BgClassName
{
background-color: #A32015;
}
</style>
border-color css
<style>
span { border-color: #A32015; }
span { border-color: rgb(163,32,21); }
td.TdClassName
{
border-color: #A32015;
}
.TagClassName
{
border-color: #A32015;
}
</style>