Shades of Fire Brick #A52004
Tints of Fire Brick #A52004
RGB
CMYK
RGB Variations
Color information
#A52004 (or 0xA52004) is known color: Fire Brick. HEX triplet: A5, 20 and 04. RGB value is (165,32,4). Sum of RGB (Red+Green+Blue) = 165+32+4=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A52004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52004 is #5ADFFB. Grayscale: #444444. Windows color (decimal): -5955580 or 270501. OLE color: 270501.
HSL color Cylindrical-coordinate representation of color #A52004: hue angle of 10.43º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A52004 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.35 |
| HSL | 10.43º | 0.95% | 0.33% | - |
| HSV(B) | 10.43º | 0.98% | 0.65% | - |
| XYZ | 16.06 | 9.04 | 1.01 | - |
| YUV | 68.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 4 | 0 | 0.81 | 0.98 | 0.35 | 10.43 | 0.95 | 0.33 |
| Hex | A5 | 20 | 4 | 0 | 51 | 62 | 23 | A | 5F | 21 |
| Octal | 245 | 40 | 4 | 0 | 121 | 142 | 43 | 12 | 137 | 41 |
| Binary | 10100101 | 100000 | 100 | 0 | 1010001 | 1100010 | 100011 | 1010 | 1011111 | 100001 |
Color Harmonies of #A52004
Complementary color
Monochromatic Colors of #A52004
Black with #A52004
Text Example
Text Example
White with #A52004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52004; }
p { color: rgb(165,32,4); }
H1.HeaderClassName
{
color: #A52004;
}
.AnyTagClassName
{
color: #A52004;
}
</style>
background-color css
<style>
a { background-color: #A52004; }
a { background-color: rgb(165,32,4); }
div.DivClassName
{
background-color: #A52004;
}
.BgClassName
{
background-color: #A52004;
}
</style>
border-color css
<style>
span { border-color: #A52004; }
span { border-color: rgb(165,32,4); }
td.TdClassName
{
border-color: #A52004;
}
.TagClassName
{
border-color: #A52004;
}
</style>