Shades of Fire Brick #A5221E
Tints of Fire Brick #A5221E
RGB
CMYK
RGB Variations
Color information
#A5221E (or 0xA5221E) is known color: Fire Brick. HEX triplet: A5, 22 and 1E. RGB value is (165,34,30). Sum of RGB (Red+Green+Blue) = 165+34+30=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A5221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5221E is #5ADDE1. Grayscale: #484848. Windows color (decimal): -5955042 or 1974949. OLE color: 1974949.
HSL color Cylindrical-coordinate representation of color #A5221E: hue angle of 1.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5221E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 30 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.35 |
| HSL | 1.78º | 0.69% | 0.38% | - |
| HSV(B) | 1.78º | 0.82% | 0.65% | - |
| XYZ | 16.32 | 9.24 | 2.15 | - |
| YUV | 72.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 30 | 0 | 0.79 | 0.82 | 0.35 | 1.78 | 0.69 | 0.38 |
| Hex | A5 | 22 | 1E | 0 | 4F | 52 | 23 | 2 | 45 | 26 |
| Octal | 245 | 42 | 36 | 0 | 117 | 122 | 43 | 2 | 105 | 46 |
| Binary | 10100101 | 100010 | 11110 | 0 | 1001111 | 1010010 | 100011 | 10 | 1000101 | 100110 |
Color Harmonies of #A5221E
Complementary color
Monochromatic Colors of #A5221E
Black with #A5221E
Text Example
Text Example
White with #A5221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5221E; }
p { color: rgb(165,34,30); }
H1.HeaderClassName
{
color: #A5221E;
}
.AnyTagClassName
{
color: #A5221E;
}
</style>
background-color css
<style>
a { background-color: #A5221E; }
a { background-color: rgb(165,34,30); }
div.DivClassName
{
background-color: #A5221E;
}
.BgClassName
{
background-color: #A5221E;
}
</style>
border-color css
<style>
span { border-color: #A5221E; }
span { border-color: rgb(165,34,30); }
td.TdClassName
{
border-color: #A5221E;
}
.TagClassName
{
border-color: #A5221E;
}
</style>