Shades of Fire Brick #A32812
Tints of Fire Brick #A32812
RGB
CMYK
RGB Variations
Color information
#A32812 (or 0xA32812) is known color: Fire Brick. HEX triplet: A3, 28 and 12. RGB value is (163,40,18). Sum of RGB (Red+Green+Blue) = 163+40+18=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32812 is #5CD7ED. Grayscale: #4A4A4A. Windows color (decimal): -6084590 or 1190051. OLE color: 1190051.
HSL color Cylindrical-coordinate representation of color #A32812: hue angle of 9.1º 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 #A32812 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 18 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.36 |
| HSL | 9.1º | 0.8% | 0.35% | - |
| HSV(B) | 9.1º | 0.89% | 0.64% | - |
| XYZ | 15.97 | 9.35 | 1.53 | - |
| YUV | 74.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 18 | 0 | 0.75 | 0.89 | 0.36 | 9.1 | 0.8 | 0.35 |
| Hex | A3 | 28 | 12 | 0 | 4B | 59 | 24 | 9 | 50 | 23 |
| Octal | 243 | 50 | 22 | 0 | 113 | 131 | 44 | 11 | 120 | 43 |
| Binary | 10100011 | 101000 | 10010 | 0 | 1001011 | 1011001 | 100100 | 1001 | 1010000 | 100011 |
Color Harmonies of #A32812
Complementary color
Monochromatic Colors of #A32812
Black with #A32812
Text Example
Text Example
White with #A32812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32812; }
p { color: rgb(163,40,18); }
H1.HeaderClassName
{
color: #A32812;
}
.AnyTagClassName
{
color: #A32812;
}
</style>
background-color css
<style>
a { background-color: #A32812; }
a { background-color: rgb(163,40,18); }
div.DivClassName
{
background-color: #A32812;
}
.BgClassName
{
background-color: #A32812;
}
</style>
border-color css
<style>
span { border-color: #A32812; }
span { border-color: rgb(163,40,18); }
td.TdClassName
{
border-color: #A32812;
}
.TagClassName
{
border-color: #A32812;
}
</style>