Shades of Fire Brick #A32312
Tints of Fire Brick #A32312
RGB
CMYK
RGB Variations
Color information
#A32312 (or 0xA32312) is known color: Fire Brick. HEX triplet: A3, 23 and 12. RGB value is (163,35,18). Sum of RGB (Red+Green+Blue) = 163+35+18=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32312 is #5CDCED. Grayscale: #474747. Windows color (decimal): -6085870 or 1188771. OLE color: 1188771.
HSL color Cylindrical-coordinate representation of color #A32312: hue angle of 7.03º 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 #A32312 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 18 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.36 |
| HSL | 7.03º | 0.8% | 0.35% | - |
| HSV(B) | 7.03º | 0.89% | 0.64% | - |
| XYZ | 15.81 | 9.03 | 1.48 | - |
| YUV | 71.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 18 | 0 | 0.79 | 0.89 | 0.36 | 7.03 | 0.8 | 0.35 |
| Hex | A3 | 23 | 12 | 0 | 4F | 59 | 24 | 7 | 50 | 23 |
| Octal | 243 | 43 | 22 | 0 | 117 | 131 | 44 | 7 | 120 | 43 |
| Binary | 10100011 | 100011 | 10010 | 0 | 1001111 | 1011001 | 100100 | 111 | 1010000 | 100011 |
Color Harmonies of #A32312
Complementary color
Monochromatic Colors of #A32312
Black with #A32312
Text Example
Text Example
White with #A32312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32312; }
p { color: rgb(163,35,18); }
H1.HeaderClassName
{
color: #A32312;
}
.AnyTagClassName
{
color: #A32312;
}
</style>
background-color css
<style>
a { background-color: #A32312; }
a { background-color: rgb(163,35,18); }
div.DivClassName
{
background-color: #A32312;
}
.BgClassName
{
background-color: #A32312;
}
</style>
border-color css
<style>
span { border-color: #A32312; }
span { border-color: rgb(163,35,18); }
td.TdClassName
{
border-color: #A32312;
}
.TagClassName
{
border-color: #A32312;
}
</style>