Shades of Fire Brick #A8231B
Tints of Fire Brick #A8231B
RGB
CMYK
RGB Variations
Color information
#A8231B (or 0xA8231B) is known color: Fire Brick. HEX triplet: A8, 23 and 1B. RGB value is (168,35,27). Sum of RGB (Red+Green+Blue) = 168+35+27=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8231B is #57DCE4. Grayscale: #4A4A4A. Windows color (decimal): -5758181 or 1778600. OLE color: 1778600.
HSL color Cylindrical-coordinate representation of color #A8231B: hue angle of 3.4º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8231B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.34 |
| HSL | 3.4º | 0.72% | 0.38% | - |
| HSV(B) | 3.4º | 0.84% | 0.66% | - |
| XYZ | 16.95 | 9.61 | 2 | - |
| YUV | 73.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 27 | 0 | 0.79 | 0.84 | 0.34 | 3.4 | 0.72 | 0.38 |
| Hex | A8 | 23 | 1B | 0 | 4F | 54 | 22 | 3 | 48 | 26 |
| Octal | 250 | 43 | 33 | 0 | 117 | 124 | 42 | 3 | 110 | 46 |
| Binary | 10101000 | 100011 | 11011 | 0 | 1001111 | 1010100 | 100010 | 11 | 1001000 | 100110 |
Color Harmonies of #A8231B
Complementary color
Monochromatic Colors of #A8231B
Black with #A8231B
Text Example
Text Example
White with #A8231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8231B; }
p { color: rgb(168,35,27); }
H1.HeaderClassName
{
color: #A8231B;
}
.AnyTagClassName
{
color: #A8231B;
}
</style>
background-color css
<style>
a { background-color: #A8231B; }
a { background-color: rgb(168,35,27); }
div.DivClassName
{
background-color: #A8231B;
}
.BgClassName
{
background-color: #A8231B;
}
</style>
border-color css
<style>
span { border-color: #A8231B; }
span { border-color: rgb(168,35,27); }
td.TdClassName
{
border-color: #A8231B;
}
.TagClassName
{
border-color: #A8231B;
}
</style>