Shades of Fire Brick #AC250C
Tints of Fire Brick #AC250C
RGB
CMYK
RGB Variations
Color information
#AC250C (or 0xAC250C) is known color: Fire Brick. HEX triplet: AC, 25 and 0C. RGB value is (172,37,12). Sum of RGB (Red+Green+Blue) = 172+37+12=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC250C is #53DAF3. Grayscale: #4A4A4A. Windows color (decimal): -5495540 or 796076. OLE color: 796076.
HSL color Cylindrical-coordinate representation of color #AC250C: hue angle of 9.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC250C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.33 |
| HSL | 9.38º | 0.87% | 0.36% | - |
| HSV(B) | 9.38º | 0.93% | 0.67% | - |
| XYZ | 17.74 | 10.12 | 1.37 | - |
| YUV | 74.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 12 | 0 | 0.78 | 0.93 | 0.33 | 9.38 | 0.87 | 0.36 |
| Hex | AC | 25 | C | 0 | 4E | 5D | 21 | 9 | 57 | 24 |
| Octal | 254 | 45 | 14 | 0 | 116 | 135 | 41 | 11 | 127 | 44 |
| Binary | 10101100 | 100101 | 1100 | 0 | 1001110 | 1011101 | 100001 | 1001 | 1010111 | 100100 |
Color Harmonies of #AC250C
Complementary color
Monochromatic Colors of #AC250C
Black with #AC250C
Text Example
Text Example
White with #AC250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC250C; }
p { color: rgb(172,37,12); }
H1.HeaderClassName
{
color: #AC250C;
}
.AnyTagClassName
{
color: #AC250C;
}
</style>
background-color css
<style>
a { background-color: #AC250C; }
a { background-color: rgb(172,37,12); }
div.DivClassName
{
background-color: #AC250C;
}
.BgClassName
{
background-color: #AC250C;
}
</style>
border-color css
<style>
span { border-color: #AC250C; }
span { border-color: rgb(172,37,12); }
td.TdClassName
{
border-color: #AC250C;
}
.TagClassName
{
border-color: #AC250C;
}
</style>