Shades of Fire Brick #A32517
Tints of Fire Brick #A32517
RGB
CMYK
RGB Variations
Color information
#A32517 (or 0xA32517) is known color: Fire Brick. HEX triplet: A3, 25 and 17. RGB value is (163,37,23). Sum of RGB (Red+Green+Blue) = 163+37+23=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32517 is #5CDAE8. Grayscale: #494949. Windows color (decimal): -6085353 or 1516963. OLE color: 1516963.
HSL color Cylindrical-coordinate representation of color #A32517: hue angle of 6º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A32517 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 23 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.36 |
| HSL | 6º | 0.75% | 0.36% | - |
| HSV(B) | 6º | 0.86% | 0.64% | - |
| XYZ | 15.92 | 9.17 | 1.74 | - |
| YUV | 73.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 23 | 0 | 0.77 | 0.86 | 0.36 | 6 | 0.75 | 0.36 |
| Hex | A3 | 25 | 17 | 0 | 4D | 56 | 24 | 6 | 4B | 24 |
| Octal | 243 | 45 | 27 | 0 | 115 | 126 | 44 | 6 | 113 | 44 |
| Binary | 10100011 | 100101 | 10111 | 0 | 1001101 | 1010110 | 100100 | 110 | 1001011 | 100100 |
Color Harmonies of #A32517
Complementary color
Monochromatic Colors of #A32517
Black with #A32517
Text Example
Text Example
White with #A32517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32517; }
p { color: rgb(163,37,23); }
H1.HeaderClassName
{
color: #A32517;
}
.AnyTagClassName
{
color: #A32517;
}
</style>
background-color css
<style>
a { background-color: #A32517; }
a { background-color: rgb(163,37,23); }
div.DivClassName
{
background-color: #A32517;
}
.BgClassName
{
background-color: #A32517;
}
</style>
border-color css
<style>
span { border-color: #A32517; }
span { border-color: rgb(163,37,23); }
td.TdClassName
{
border-color: #A32517;
}
.TagClassName
{
border-color: #A32517;
}
</style>