Shades of Fire Brick #A8231A
Tints of Fire Brick #A8231A
RGB
CMYK
RGB Variations
Color information
#A8231A (or 0xA8231A) is known color: Fire Brick. HEX triplet: A8, 23 and 1A. RGB value is (168,35,26). Sum of RGB (Red+Green+Blue) = 168+35+26=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8231A is #57DCE5. Grayscale: #494949. Windows color (decimal): -5758182 or 1713064. OLE color: 1713064.
HSL color Cylindrical-coordinate representation of color #A8231A: hue angle of 3.8º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8231A is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 26 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.34 |
| HSL | 3.8º | 0.73% | 0.38% | - |
| HSV(B) | 3.8º | 0.85% | 0.66% | - |
| XYZ | 16.94 | 9.6 | 1.94 | - |
| YUV | 73.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 26 | 0 | 0.79 | 0.85 | 0.34 | 3.8 | 0.73 | 0.38 |
| Hex | A8 | 23 | 1A | 0 | 4F | 55 | 22 | 4 | 49 | 26 |
| Octal | 250 | 43 | 32 | 0 | 117 | 125 | 42 | 4 | 111 | 46 |
| Binary | 10101000 | 100011 | 11010 | 0 | 1001111 | 1010101 | 100010 | 100 | 1001001 | 100110 |
Color Harmonies of #A8231A
Complementary color
Monochromatic Colors of #A8231A
Black with #A8231A
Text Example
Text Example
White with #A8231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8231A; }
p { color: rgb(168,35,26); }
H1.HeaderClassName
{
color: #A8231A;
}
.AnyTagClassName
{
color: #A8231A;
}
</style>
background-color css
<style>
a { background-color: #A8231A; }
a { background-color: rgb(168,35,26); }
div.DivClassName
{
background-color: #A8231A;
}
.BgClassName
{
background-color: #A8231A;
}
</style>
border-color css
<style>
span { border-color: #A8231A; }
span { border-color: rgb(168,35,26); }
td.TdClassName
{
border-color: #A8231A;
}
.TagClassName
{
border-color: #A8231A;
}
</style>