Shades of Fire Brick #AC251A
Tints of Fire Brick #AC251A
RGB
CMYK
RGB Variations
Color information
#AC251A (or 0xAC251A) is known color: Fire Brick. HEX triplet: AC, 25 and 1A. RGB value is (172,37,26). Sum of RGB (Red+Green+Blue) = 172+37+26=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC251A is #53DAE5. Grayscale: #4C4C4C. Windows color (decimal): -5495526 or 1713580. OLE color: 1713580.
HSL color Cylindrical-coordinate representation of color #AC251A: hue angle of 4.52º 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 #AC251A is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 26 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.33 |
| HSL | 4.52º | 0.74% | 0.39% | - |
| HSV(B) | 4.52º | 0.85% | 0.67% | - |
| XYZ | 17.86 | 10.17 | 2 | - |
| YUV | 76.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 26 | 0 | 0.78 | 0.85 | 0.33 | 4.52 | 0.74 | 0.39 |
| Hex | AC | 25 | 1A | 0 | 4E | 55 | 21 | 5 | 4A | 27 |
| Octal | 254 | 45 | 32 | 0 | 116 | 125 | 41 | 5 | 112 | 47 |
| Binary | 10101100 | 100101 | 11010 | 0 | 1001110 | 1010101 | 100001 | 101 | 1001010 | 100111 |
Color Harmonies of #AC251A
Complementary color
Monochromatic Colors of #AC251A
Black with #AC251A
Text Example
Text Example
White with #AC251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC251A; }
p { color: rgb(172,37,26); }
H1.HeaderClassName
{
color: #AC251A;
}
.AnyTagClassName
{
color: #AC251A;
}
</style>
background-color css
<style>
a { background-color: #AC251A; }
a { background-color: rgb(172,37,26); }
div.DivClassName
{
background-color: #AC251A;
}
.BgClassName
{
background-color: #AC251A;
}
</style>
border-color css
<style>
span { border-color: #AC251A; }
span { border-color: rgb(172,37,26); }
td.TdClassName
{
border-color: #AC251A;
}
.TagClassName
{
border-color: #AC251A;
}
</style>