Shades of Fire Brick #A32712
Tints of Fire Brick #A32712
RGB
CMYK
RGB Variations
Color information
#A32712 (or 0xA32712) is known color: Fire Brick. HEX triplet: A3, 27 and 12. RGB value is (163,39,18). Sum of RGB (Red+Green+Blue) = 163+39+18=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A32712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32712 is #5CD8ED. Grayscale: #494949. Windows color (decimal): -6084846 or 1189795. OLE color: 1189795.
HSL color Cylindrical-coordinate representation of color #A32712: hue angle of 8.69º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A32712 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 18 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.36 |
| HSL | 8.69º | 0.8% | 0.35% | - |
| HSV(B) | 8.69º | 0.89% | 0.64% | - |
| XYZ | 15.94 | 9.28 | 1.52 | - |
| YUV | 73.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 18 | 0 | 0.76 | 0.89 | 0.36 | 8.69 | 0.8 | 0.35 |
| Hex | A3 | 27 | 12 | 0 | 4C | 59 | 24 | 9 | 50 | 23 |
| Octal | 243 | 47 | 22 | 0 | 114 | 131 | 44 | 11 | 120 | 43 |
| Binary | 10100011 | 100111 | 10010 | 0 | 1001100 | 1011001 | 100100 | 1001 | 1010000 | 100011 |
Color Harmonies of #A32712
Complementary color
Monochromatic Colors of #A32712
Black with #A32712
Text Example
Text Example
White with #A32712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32712; }
p { color: rgb(163,39,18); }
H1.HeaderClassName
{
color: #A32712;
}
.AnyTagClassName
{
color: #A32712;
}
</style>
background-color css
<style>
a { background-color: #A32712; }
a { background-color: rgb(163,39,18); }
div.DivClassName
{
background-color: #A32712;
}
.BgClassName
{
background-color: #A32712;
}
</style>
border-color css
<style>
span { border-color: #A32712; }
span { border-color: rgb(163,39,18); }
td.TdClassName
{
border-color: #A32712;
}
.TagClassName
{
border-color: #A32712;
}
</style>