Shades of Fire Brick #A5200B
Tints of Fire Brick #A5200B
RGB
CMYK
RGB Variations
Color information
#A5200B (or 0xA5200B) is known color: Fire Brick. HEX triplet: A5, 20 and 0B. RGB value is (165,32,11). Sum of RGB (Red+Green+Blue) = 165+32+11=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A5200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5200B is #5ADFF4. Grayscale: #454545. Windows color (decimal): -5955573 or 729253. OLE color: 729253.
HSL color Cylindrical-coordinate representation of color #A5200B: hue angle of 8.18º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5200B is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 11 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.35 |
| HSL | 8.18º | 0.88% | 0.35% | - |
| HSV(B) | 8.18º | 0.93% | 0.65% | - |
| XYZ | 16.09 | 9.06 | 1.22 | - |
| YUV | 69.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 11 | 0 | 0.81 | 0.93 | 0.35 | 8.18 | 0.88 | 0.35 |
| Hex | A5 | 20 | B | 0 | 51 | 5D | 23 | 8 | 58 | 23 |
| Octal | 245 | 40 | 13 | 0 | 121 | 135 | 43 | 10 | 130 | 43 |
| Binary | 10100101 | 100000 | 1011 | 0 | 1010001 | 1011101 | 100011 | 1000 | 1011000 | 100011 |
Color Harmonies of #A5200B
Complementary color
Monochromatic Colors of #A5200B
Black with #A5200B
Text Example
Text Example
White with #A5200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5200B; }
p { color: rgb(165,32,11); }
H1.HeaderClassName
{
color: #A5200B;
}
.AnyTagClassName
{
color: #A5200B;
}
</style>
background-color css
<style>
a { background-color: #A5200B; }
a { background-color: rgb(165,32,11); }
div.DivClassName
{
background-color: #A5200B;
}
.BgClassName
{
background-color: #A5200B;
}
</style>
border-color css
<style>
span { border-color: #A5200B; }
span { border-color: rgb(165,32,11); }
td.TdClassName
{
border-color: #A5200B;
}
.TagClassName
{
border-color: #A5200B;
}
</style>