Shades of Fire Brick #A8211F
Tints of Fire Brick #A8211F
RGB
CMYK
RGB Variations
Color information
#A8211F (or 0xA8211F) is known color: Fire Brick. HEX triplet: A8, 21 and 1F. RGB value is (168,33,31). Sum of RGB (Red+Green+Blue) = 168+33+31=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8211F is #57DEE0. Grayscale: #494949. Windows color (decimal): -5758689 or 2040232. OLE color: 2040232.
HSL color Cylindrical-coordinate representation of color #A8211F: hue angle of 0.88º 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 #A8211F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 31 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.34 |
| HSL | 0.88º | 0.69% | 0.39% | - |
| HSV(B) | 0.88º | 0.82% | 0.66% | - |
| XYZ | 16.94 | 9.51 | 2.24 | - |
| YUV | 73.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 31 | 0 | 0.80 | 0.82 | 0.34 | 0.88 | 0.69 | 0.39 |
| Hex | A8 | 21 | 1F | 0 | 50 | 52 | 22 | 1 | 45 | 27 |
| Octal | 250 | 41 | 37 | 0 | 120 | 122 | 42 | 1 | 105 | 47 |
| Binary | 10101000 | 100001 | 11111 | 0 | 1010000 | 1010010 | 100010 | 1 | 1000101 | 100111 |
Color Harmonies of #A8211F
Complementary color
Monochromatic Colors of #A8211F
Black with #A8211F
Text Example
Text Example
White with #A8211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8211F; }
p { color: rgb(168,33,31); }
H1.HeaderClassName
{
color: #A8211F;
}
.AnyTagClassName
{
color: #A8211F;
}
</style>
background-color css
<style>
a { background-color: #A8211F; }
a { background-color: rgb(168,33,31); }
div.DivClassName
{
background-color: #A8211F;
}
.BgClassName
{
background-color: #A8211F;
}
</style>
border-color css
<style>
span { border-color: #A8211F; }
span { border-color: rgb(168,33,31); }
td.TdClassName
{
border-color: #A8211F;
}
.TagClassName
{
border-color: #A8211F;
}
</style>