Shades of Fire Brick #A42005
Tints of Fire Brick #A42005
RGB
CMYK
RGB Variations
Color information
#A42005 (or 0xA42005) is known color: Fire Brick. HEX triplet: A4, 20 and 05. RGB value is (164,32,5). Sum of RGB (Red+Green+Blue) = 164+32+5=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A42005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42005 is #5BDFFA. Grayscale: #444444. Windows color (decimal): -6021115 or 336036. OLE color: 336036.
HSL color Cylindrical-coordinate representation of color #A42005: hue angle of 10.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A42005 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.36 |
| HSL | 10.19º | 0.94% | 0.33% | - |
| HSV(B) | 10.19º | 0.97% | 0.64% | - |
| XYZ | 15.85 | 8.94 | 1.03 | - |
| YUV | 68.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 5 | 0 | 0.80 | 0.97 | 0.36 | 10.19 | 0.94 | 0.33 |
| Hex | A4 | 20 | 5 | 0 | 50 | 61 | 24 | A | 5E | 21 |
| Octal | 244 | 40 | 5 | 0 | 120 | 141 | 44 | 12 | 136 | 41 |
| Binary | 10100100 | 100000 | 101 | 0 | 1010000 | 1100001 | 100100 | 1010 | 1011110 | 100001 |
Color Harmonies of #A42005
Complementary color
Monochromatic Colors of #A42005
Black with #A42005
Text Example
Text Example
White with #A42005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42005; }
p { color: rgb(164,32,5); }
H1.HeaderClassName
{
color: #A42005;
}
.AnyTagClassName
{
color: #A42005;
}
</style>
background-color css
<style>
a { background-color: #A42005; }
a { background-color: rgb(164,32,5); }
div.DivClassName
{
background-color: #A42005;
}
.BgClassName
{
background-color: #A42005;
}
</style>
border-color css
<style>
span { border-color: #A42005; }
span { border-color: rgb(164,32,5); }
td.TdClassName
{
border-color: #A42005;
}
.TagClassName
{
border-color: #A42005;
}
</style>