Shades of Fire Brick #A3211C
Tints of Fire Brick #A3211C
RGB
CMYK
RGB Variations
Color information
#A3211C (or 0xA3211C) is known color: Fire Brick. HEX triplet: A3, 21 and 1C. RGB value is (163,33,28). Sum of RGB (Red+Green+Blue) = 163+33+28=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3211C is #5CDEE3. Grayscale: #474747. Windows color (decimal): -6086372 or 1843619. OLE color: 1843619.
HSL color Cylindrical-coordinate representation of color #A3211C: hue angle of 2.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3211C is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 28 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.36 |
| HSL | 2.22º | 0.71% | 0.37% | - |
| HSV(B) | 2.22º | 0.83% | 0.64% | - |
| XYZ | 15.86 | 8.96 | 1.99 | - |
| YUV | 71.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 28 | 0 | 0.80 | 0.83 | 0.36 | 2.22 | 0.71 | 0.37 |
| Hex | A3 | 21 | 1C | 0 | 50 | 53 | 24 | 2 | 47 | 25 |
| Octal | 243 | 41 | 34 | 0 | 120 | 123 | 44 | 2 | 107 | 45 |
| Binary | 10100011 | 100001 | 11100 | 0 | 1010000 | 1010011 | 100100 | 10 | 1000111 | 100101 |
Color Harmonies of #A3211C
Complementary color
Monochromatic Colors of #A3211C
Black with #A3211C
Text Example
Text Example
White with #A3211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3211C; }
p { color: rgb(163,33,28); }
H1.HeaderClassName
{
color: #A3211C;
}
.AnyTagClassName
{
color: #A3211C;
}
</style>
background-color css
<style>
a { background-color: #A3211C; }
a { background-color: rgb(163,33,28); }
div.DivClassName
{
background-color: #A3211C;
}
.BgClassName
{
background-color: #A3211C;
}
</style>
border-color css
<style>
span { border-color: #A3211C; }
span { border-color: rgb(163,33,28); }
td.TdClassName
{
border-color: #A3211C;
}
.TagClassName
{
border-color: #A3211C;
}
</style>