Shades of Fire Brick #AC231A
Tints of Fire Brick #AC231A
RGB
CMYK
RGB Variations
Color information
#AC231A (or 0xAC231A) is known color: Fire Brick. HEX triplet: AC, 23 and 1A. RGB value is (172,35,26). Sum of RGB (Red+Green+Blue) = 172+35+26=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC231A is #53DCE5. Grayscale: #4B4B4B. Windows color (decimal): -5496038 or 1713068. OLE color: 1713068.
HSL color Cylindrical-coordinate representation of color #AC231A: hue angle of 3.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC231A is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 26 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.33 |
| HSL | 3.7º | 0.74% | 0.39% | - |
| HSV(B) | 3.7º | 0.85% | 0.67% | - |
| XYZ | 17.8 | 10.05 | 1.98 | - |
| YUV | 74.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 26 | 0 | 0.80 | 0.85 | 0.33 | 3.7 | 0.74 | 0.39 |
| Hex | AC | 23 | 1A | 0 | 50 | 55 | 21 | 4 | 4A | 27 |
| Octal | 254 | 43 | 32 | 0 | 120 | 125 | 41 | 4 | 112 | 47 |
| Binary | 10101100 | 100011 | 11010 | 0 | 1010000 | 1010101 | 100001 | 100 | 1001010 | 100111 |
Color Harmonies of #AC231A
Complementary color
Monochromatic Colors of #AC231A
Black with #AC231A
Text Example
Text Example
White with #AC231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC231A; }
p { color: rgb(172,35,26); }
H1.HeaderClassName
{
color: #AC231A;
}
.AnyTagClassName
{
color: #AC231A;
}
</style>
background-color css
<style>
a { background-color: #AC231A; }
a { background-color: rgb(172,35,26); }
div.DivClassName
{
background-color: #AC231A;
}
.BgClassName
{
background-color: #AC231A;
}
</style>
border-color css
<style>
span { border-color: #AC231A; }
span { border-color: rgb(172,35,26); }
td.TdClassName
{
border-color: #AC231A;
}
.TagClassName
{
border-color: #AC231A;
}
</style>