Shades of Fire Brick #A42218
Tints of Fire Brick #A42218
RGB
CMYK
RGB Variations
Color information
#A42218 (or 0xA42218) is known color: Fire Brick. HEX triplet: A4, 22 and 18. RGB value is (164,34,24). Sum of RGB (Red+Green+Blue) = 164+34+24=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A42218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42218 is #5BDDE7. Grayscale: #474747. Windows color (decimal): -6020584 or 1581732. OLE color: 1581732.
HSL color Cylindrical-coordinate representation of color #A42218: hue angle of 4.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42218 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 24 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.36 |
| HSL | 4.29º | 0.74% | 0.37% | - |
| HSV(B) | 4.29º | 0.85% | 0.64% | - |
| XYZ | 16.05 | 9.1 | 1.78 | - |
| YUV | 71.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 24 | 0 | 0.79 | 0.85 | 0.36 | 4.29 | 0.74 | 0.37 |
| Hex | A4 | 22 | 18 | 0 | 4F | 55 | 24 | 4 | 4A | 25 |
| Octal | 244 | 42 | 30 | 0 | 117 | 125 | 44 | 4 | 112 | 45 |
| Binary | 10100100 | 100010 | 11000 | 0 | 1001111 | 1010101 | 100100 | 100 | 1001010 | 100101 |
Color Harmonies of #A42218
Complementary color
Monochromatic Colors of #A42218
Black with #A42218
Text Example
Text Example
White with #A42218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42218; }
p { color: rgb(164,34,24); }
H1.HeaderClassName
{
color: #A42218;
}
.AnyTagClassName
{
color: #A42218;
}
</style>
background-color css
<style>
a { background-color: #A42218; }
a { background-color: rgb(164,34,24); }
div.DivClassName
{
background-color: #A42218;
}
.BgClassName
{
background-color: #A42218;
}
</style>
border-color css
<style>
span { border-color: #A42218; }
span { border-color: rgb(164,34,24); }
td.TdClassName
{
border-color: #A42218;
}
.TagClassName
{
border-color: #A42218;
}
</style>