Shades of Fire Brick #A42205
Tints of Fire Brick #A42205
RGB
CMYK
RGB Variations
Color information
#A42205 (or 0xA42205) is known color: Fire Brick. HEX triplet: A4, 22 and 05. RGB value is (164,34,5). Sum of RGB (Red+Green+Blue) = 164+34+5=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A42205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42205 is #5BDDFA. Grayscale: #454545. Windows color (decimal): -6020603 or 336548. OLE color: 336548.
HSL color Cylindrical-coordinate representation of color #A42205: hue angle of 10.94º 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 #A42205 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.36 |
| HSL | 10.94º | 0.94% | 0.33% | - |
| HSV(B) | 10.94º | 0.97% | 0.64% | - |
| XYZ | 15.91 | 9.05 | 1.05 | - |
| YUV | 69.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 5 | 0 | 0.79 | 0.97 | 0.36 | 10.94 | 0.94 | 0.33 |
| Hex | A4 | 22 | 5 | 0 | 4F | 61 | 24 | B | 5E | 21 |
| Octal | 244 | 42 | 5 | 0 | 117 | 141 | 44 | 13 | 136 | 41 |
| Binary | 10100100 | 100010 | 101 | 0 | 1001111 | 1100001 | 100100 | 1011 | 1011110 | 100001 |
Color Harmonies of #A42205
Complementary color
Monochromatic Colors of #A42205
Black with #A42205
Text Example
Text Example
White with #A42205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42205; }
p { color: rgb(164,34,5); }
H1.HeaderClassName
{
color: #A42205;
}
.AnyTagClassName
{
color: #A42205;
}
</style>
background-color css
<style>
a { background-color: #A42205; }
a { background-color: rgb(164,34,5); }
div.DivClassName
{
background-color: #A42205;
}
.BgClassName
{
background-color: #A42205;
}
</style>
border-color css
<style>
span { border-color: #A42205; }
span { border-color: rgb(164,34,5); }
td.TdClassName
{
border-color: #A42205;
}
.TagClassName
{
border-color: #A42205;
}
</style>