Shades of Fire Brick #A5211C
Tints of Fire Brick #A5211C
RGB
CMYK
RGB Variations
Color information
#A5211C (or 0xA5211C) is known color: Fire Brick. HEX triplet: A5, 21 and 1C. RGB value is (165,33,28). Sum of RGB (Red+Green+Blue) = 165+33+28=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A5211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5211C is #5ADEE3. Grayscale: #484848. Windows color (decimal): -5955300 or 1843621. OLE color: 1843621.
HSL color Cylindrical-coordinate representation of color #A5211C: hue angle of 2.19º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5211C is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 28 | - |
| CMYK | 0 | 0.8 | 0.83 | 0.35 |
| HSL | 2.19º | 0.71% | 0.38% | - |
| HSV(B) | 2.19º | 0.83% | 0.65% | - |
| XYZ | 16.27 | 9.17 | 2.01 | - |
| YUV | 71.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 28 | 0 | 0.8 | 0.83 | 0.35 | 2.19 | 0.71 | 0.38 |
| Hex | A5 | 21 | 1C | 0 | 50 | 53 | 23 | 2 | 47 | 26 |
| Octal | 245 | 41 | 34 | 0 | 120 | 123 | 43 | 2 | 107 | 46 |
| Binary | 10100101 | 100001 | 11100 | 0 | 1010000 | 1010011 | 100011 | 10 | 1000111 | 100110 |
Color Harmonies of #A5211C
Complementary color
Monochromatic Colors of #A5211C
Black with #A5211C
Text Example
Text Example
White with #A5211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5211C; }
p { color: rgb(165,33,28); }
H1.HeaderClassName
{
color: #A5211C;
}
.AnyTagClassName
{
color: #A5211C;
}
</style>
background-color css
<style>
a { background-color: #A5211C; }
a { background-color: rgb(165,33,28); }
div.DivClassName
{
background-color: #A5211C;
}
.BgClassName
{
background-color: #A5211C;
}
</style>
border-color css
<style>
span { border-color: #A5211C; }
span { border-color: rgb(165,33,28); }
td.TdClassName
{
border-color: #A5211C;
}
.TagClassName
{
border-color: #A5211C;
}
</style>