Shades of Fire Brick #A5200C
Tints of Fire Brick #A5200C
RGB
CMYK
RGB Variations
Color information
#A5200C (or 0xA5200C) is known color: Fire Brick. HEX triplet: A5, 20 and 0C. RGB value is (165,32,12). Sum of RGB (Red+Green+Blue) = 165+32+12=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A5200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5200C is #5ADFF3. Grayscale: #454545. Windows color (decimal): -5955572 or 794789. OLE color: 794789.
HSL color Cylindrical-coordinate representation of color #A5200C: hue angle of 7.84º degrees, saturation: 0.86, 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 #A5200C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.35 |
| HSL | 7.84º | 0.86% | 0.35% | - |
| HSV(B) | 7.84º | 0.93% | 0.65% | - |
| XYZ | 16.1 | 9.06 | 1.25 | - |
| YUV | 69.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 12 | 0 | 0.81 | 0.93 | 0.35 | 7.84 | 0.86 | 0.35 |
| Hex | A5 | 20 | C | 0 | 51 | 5D | 23 | 8 | 56 | 23 |
| Octal | 245 | 40 | 14 | 0 | 121 | 135 | 43 | 10 | 126 | 43 |
| Binary | 10100101 | 100000 | 1100 | 0 | 1010001 | 1011101 | 100011 | 1000 | 1010110 | 100011 |
Color Harmonies of #A5200C
Complementary color
Monochromatic Colors of #A5200C
Black with #A5200C
Text Example
Text Example
White with #A5200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5200C; }
p { color: rgb(165,32,12); }
H1.HeaderClassName
{
color: #A5200C;
}
.AnyTagClassName
{
color: #A5200C;
}
</style>
background-color css
<style>
a { background-color: #A5200C; }
a { background-color: rgb(165,32,12); }
div.DivClassName
{
background-color: #A5200C;
}
.BgClassName
{
background-color: #A5200C;
}
</style>
border-color css
<style>
span { border-color: #A5200C; }
span { border-color: rgb(165,32,12); }
td.TdClassName
{
border-color: #A5200C;
}
.TagClassName
{
border-color: #A5200C;
}
</style>