Shades of Fire Brick #A52219
Tints of Fire Brick #A52219
RGB
CMYK
RGB Variations
Color information
#A52219 (or 0xA52219) is known color: Fire Brick. HEX triplet: A5, 22 and 19. RGB value is (165,34,25). Sum of RGB (Red+Green+Blue) = 165+34+25=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52219 is #5ADDE6. Grayscale: #484848. Windows color (decimal): -5955047 or 1647269. OLE color: 1647269.
HSL color Cylindrical-coordinate representation of color #A52219: hue angle of 3.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A52219 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 25 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.35 |
| HSL | 3.86º | 0.74% | 0.37% | - |
| HSV(B) | 3.86º | 0.85% | 0.65% | - |
| XYZ | 16.26 | 9.21 | 1.84 | - |
| YUV | 72.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 25 | 0 | 0.79 | 0.85 | 0.35 | 3.86 | 0.74 | 0.37 |
| Hex | A5 | 22 | 19 | 0 | 4F | 55 | 23 | 4 | 4A | 25 |
| Octal | 245 | 42 | 31 | 0 | 117 | 125 | 43 | 4 | 112 | 45 |
| Binary | 10100101 | 100010 | 11001 | 0 | 1001111 | 1010101 | 100011 | 100 | 1001010 | 100101 |
Color Harmonies of #A52219
Complementary color
Monochromatic Colors of #A52219
Black with #A52219
Text Example
Text Example
White with #A52219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52219; }
p { color: rgb(165,34,25); }
H1.HeaderClassName
{
color: #A52219;
}
.AnyTagClassName
{
color: #A52219;
}
</style>
background-color css
<style>
a { background-color: #A52219; }
a { background-color: rgb(165,34,25); }
div.DivClassName
{
background-color: #A52219;
}
.BgClassName
{
background-color: #A52219;
}
</style>
border-color css
<style>
span { border-color: #A52219; }
span { border-color: rgb(165,34,25); }
td.TdClassName
{
border-color: #A52219;
}
.TagClassName
{
border-color: #A52219;
}
</style>