Shades of Fire Brick #AC2523
Tints of Fire Brick #AC2523
RGB
CMYK
RGB Variations
Color information
#AC2523 (or 0xAC2523) is known color: Fire Brick. HEX triplet: AC, 25 and 23. RGB value is (172,37,35). Sum of RGB (Red+Green+Blue) = 172+37+35=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2523 is #53DADC. Grayscale: #4D4D4D. Windows color (decimal): -5495517 or 2303404. OLE color: 2303404.
HSL color Cylindrical-coordinate representation of color #AC2523: hue angle of 0.88º 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 #AC2523 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 35 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.33 |
| HSL | 0.88º | 0.66% | 0.41% | - |
| HSV(B) | 0.88º | 0.8% | 0.67% | - |
| XYZ | 17.98 | 10.22 | 2.61 | - |
| YUV | 77.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 35 | 0 | 0.78 | 0.80 | 0.33 | 0.88 | 0.66 | 0.41 |
| Hex | AC | 25 | 23 | 0 | 4E | 50 | 21 | 1 | 42 | 29 |
| Octal | 254 | 45 | 43 | 0 | 116 | 120 | 41 | 1 | 102 | 51 |
| Binary | 10101100 | 100101 | 100011 | 0 | 1001110 | 1010000 | 100001 | 1 | 1000010 | 101001 |
Color Harmonies of #AC2523
Complementary color
Monochromatic Colors of #AC2523
Black with #AC2523
Text Example
Text Example
White with #AC2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2523; }
p { color: rgb(172,37,35); }
H1.HeaderClassName
{
color: #AC2523;
}
.AnyTagClassName
{
color: #AC2523;
}
</style>
background-color css
<style>
a { background-color: #AC2523; }
a { background-color: rgb(172,37,35); }
div.DivClassName
{
background-color: #AC2523;
}
.BgClassName
{
background-color: #AC2523;
}
</style>
border-color css
<style>
span { border-color: #AC2523; }
span { border-color: rgb(172,37,35); }
td.TdClassName
{
border-color: #AC2523;
}
.TagClassName
{
border-color: #AC2523;
}
</style>