Shades of Fire Brick #A5210A
Tints of Fire Brick #A5210A
RGB
CMYK
RGB Variations
Color information
#A5210A (or 0xA5210A) is known color: Fire Brick. HEX triplet: A5, 21 and 0A. RGB value is (165,33,10). Sum of RGB (Red+Green+Blue) = 165+33+10=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A5210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5210A is #5ADEF5. Grayscale: #464646. Windows color (decimal): -5955318 or 663973. OLE color: 663973.
HSL color Cylindrical-coordinate representation of color #A5210A: hue angle of 8.9º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5210A is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 10 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.35 |
| HSL | 8.9º | 0.89% | 0.34% | - |
| HSV(B) | 8.9º | 0.94% | 0.65% | - |
| XYZ | 16.12 | 9.11 | 1.2 | - |
| YUV | 69.85 | 94.23 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 10 | 0 | 0.8 | 0.94 | 0.35 | 8.9 | 0.89 | 0.34 |
| Hex | A5 | 21 | A | 0 | 50 | 5E | 23 | 9 | 59 | 22 |
| Octal | 245 | 41 | 12 | 0 | 120 | 136 | 43 | 11 | 131 | 42 |
| Binary | 10100101 | 100001 | 1010 | 0 | 1010000 | 1011110 | 100011 | 1001 | 1011001 | 100010 |
Color Harmonies of #A5210A
Complementary color
Monochromatic Colors of #A5210A
Black with #A5210A
Text Example
Text Example
White with #A5210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5210A; }
p { color: rgb(165,33,10); }
H1.HeaderClassName
{
color: #A5210A;
}
.AnyTagClassName
{
color: #A5210A;
}
</style>
background-color css
<style>
a { background-color: #A5210A; }
a { background-color: rgb(165,33,10); }
div.DivClassName
{
background-color: #A5210A;
}
.BgClassName
{
background-color: #A5210A;
}
</style>
border-color css
<style>
span { border-color: #A5210A; }
span { border-color: rgb(165,33,10); }
td.TdClassName
{
border-color: #A5210A;
}
.TagClassName
{
border-color: #A5210A;
}
</style>