Shades of Fire Brick #A3210A
Tints of Fire Brick #A3210A
RGB
CMYK
RGB Variations
Color information
#A3210A (or 0xA3210A) is known color: Fire Brick. HEX triplet: A3, 21 and 0A. RGB value is (163,33,10). Sum of RGB (Red+Green+Blue) = 163+33+10=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A3210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3210A is #5CDEF5. Grayscale: #454545. Windows color (decimal): -6086390 or 663971. OLE color: 663971.
HSL color Cylindrical-coordinate representation of color #A3210A: hue angle of 9.02º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3210A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.36 |
| HSL | 9.02º | 0.88% | 0.34% | - |
| HSV(B) | 9.02º | 0.94% | 0.64% | - |
| XYZ | 15.7 | 8.9 | 1.18 | - |
| YUV | 69.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 10 | 0 | 0.80 | 0.94 | 0.36 | 9.02 | 0.88 | 0.34 |
| Hex | A3 | 21 | A | 0 | 50 | 5E | 24 | 9 | 58 | 22 |
| Octal | 243 | 41 | 12 | 0 | 120 | 136 | 44 | 11 | 130 | 42 |
| Binary | 10100011 | 100001 | 1010 | 0 | 1010000 | 1011110 | 100100 | 1001 | 1011000 | 100010 |
Color Harmonies of #A3210A
Complementary color
Monochromatic Colors of #A3210A
Black with #A3210A
Text Example
Text Example
White with #A3210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3210A; }
p { color: rgb(163,33,10); }
H1.HeaderClassName
{
color: #A3210A;
}
.AnyTagClassName
{
color: #A3210A;
}
</style>
background-color css
<style>
a { background-color: #A3210A; }
a { background-color: rgb(163,33,10); }
div.DivClassName
{
background-color: #A3210A;
}
.BgClassName
{
background-color: #A3210A;
}
</style>
border-color css
<style>
span { border-color: #A3210A; }
span { border-color: rgb(163,33,10); }
td.TdClassName
{
border-color: #A3210A;
}
.TagClassName
{
border-color: #A3210A;
}
</style>