Shades of Fire Brick #AC2323
Tints of Fire Brick #AC2323
RGB
CMYK
RGB Variations
Color information
#AC2323 (or 0xAC2323) is known color: Fire Brick. HEX triplet: AC, 23 and 23. RGB value is (172,35,35). Sum of RGB (Red+Green+Blue) = 172+35+35=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2323 is #53DCDC. Grayscale: #4C4C4C. Windows color (decimal): -5496029 or 2302892. OLE color: 2302892.
HSL color Cylindrical-coordinate representation of color #AC2323: hue angle of 0º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2323 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 35 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.33 |
| HSL | 0º | 0.66% | 0.41% | - |
| HSV(B) | 0º | 0.8% | 0.67% | - |
| XYZ | 17.92 | 10.09 | 2.59 | - |
| YUV | 75.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 35 | 0 | 0.80 | 0.80 | 0.33 | 0 | 0.66 | 0.41 |
| Hex | AC | 23 | 23 | 0 | 50 | 50 | 21 | 0 | 42 | 29 |
| Octal | 254 | 43 | 43 | 0 | 120 | 120 | 41 | 0 | 102 | 51 |
| Binary | 10101100 | 100011 | 100011 | 0 | 1010000 | 1010000 | 100001 | 0 | 1000010 | 101001 |
Color Harmonies of #AC2323
Complementary color
Monochromatic Colors of #AC2323
Black with #AC2323
Text Example
Text Example
White with #AC2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2323; }
p { color: rgb(172,35,35); }
H1.HeaderClassName
{
color: #AC2323;
}
.AnyTagClassName
{
color: #AC2323;
}
</style>
background-color css
<style>
a { background-color: #AC2323; }
a { background-color: rgb(172,35,35); }
div.DivClassName
{
background-color: #AC2323;
}
.BgClassName
{
background-color: #AC2323;
}
</style>
border-color css
<style>
span { border-color: #AC2323; }
span { border-color: rgb(172,35,35); }
td.TdClassName
{
border-color: #AC2323;
}
.TagClassName
{
border-color: #AC2323;
}
</style>