Shades of Fire Brick #A8221F
Tints of Fire Brick #A8221F
RGB
CMYK
RGB Variations
Color information
#A8221F (or 0xA8221F) is known color: Fire Brick. HEX triplet: A8, 22 and 1F. RGB value is (168,34,31). Sum of RGB (Red+Green+Blue) = 168+34+31=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8221F is #57DDE0. Grayscale: #494949. Windows color (decimal): -5758433 or 2040488. OLE color: 2040488.
HSL color Cylindrical-coordinate representation of color #A8221F: hue angle of 1.31º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8221F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 31 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.34 |
| HSL | 1.31º | 0.69% | 0.39% | - |
| HSV(B) | 1.31º | 0.82% | 0.66% | - |
| XYZ | 16.97 | 9.57 | 2.25 | - |
| YUV | 73.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 31 | 0 | 0.80 | 0.82 | 0.34 | 1.31 | 0.69 | 0.39 |
| Hex | A8 | 22 | 1F | 0 | 50 | 52 | 22 | 1 | 45 | 27 |
| Octal | 250 | 42 | 37 | 0 | 120 | 122 | 42 | 1 | 105 | 47 |
| Binary | 10101000 | 100010 | 11111 | 0 | 1010000 | 1010010 | 100010 | 1 | 1000101 | 100111 |
Color Harmonies of #A8221F
Complementary color
Monochromatic Colors of #A8221F
Black with #A8221F
Text Example
Text Example
White with #A8221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8221F; }
p { color: rgb(168,34,31); }
H1.HeaderClassName
{
color: #A8221F;
}
.AnyTagClassName
{
color: #A8221F;
}
</style>
background-color css
<style>
a { background-color: #A8221F; }
a { background-color: rgb(168,34,31); }
div.DivClassName
{
background-color: #A8221F;
}
.BgClassName
{
background-color: #A8221F;
}
</style>
border-color css
<style>
span { border-color: #A8221F; }
span { border-color: rgb(168,34,31); }
td.TdClassName
{
border-color: #A8221F;
}
.TagClassName
{
border-color: #A8221F;
}
</style>