Shades of Fire Brick #AC250B
Tints of Fire Brick #AC250B
RGB
CMYK
RGB Variations
Color information
#AC250B (or 0xAC250B) is known color: Fire Brick. HEX triplet: AC, 25 and 0B. RGB value is (172,37,11). Sum of RGB (Red+Green+Blue) = 172+37+11=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC250B is #53DAF4. Grayscale: #4A4A4A. Windows color (decimal): -5495541 or 730540. OLE color: 730540.
HSL color Cylindrical-coordinate representation of color #AC250B: hue angle of 9.69º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC250B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.33 |
| HSL | 9.69º | 0.88% | 0.36% | - |
| HSV(B) | 9.69º | 0.94% | 0.67% | - |
| XYZ | 17.74 | 10.12 | 1.33 | - |
| YUV | 74.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 11 | 0 | 0.78 | 0.94 | 0.33 | 9.69 | 0.88 | 0.36 |
| Hex | AC | 25 | B | 0 | 4E | 5E | 21 | A | 58 | 24 |
| Octal | 254 | 45 | 13 | 0 | 116 | 136 | 41 | 12 | 130 | 44 |
| Binary | 10101100 | 100101 | 1011 | 0 | 1001110 | 1011110 | 100001 | 1010 | 1011000 | 100100 |
Color Harmonies of #AC250B
Complementary color
Monochromatic Colors of #AC250B
Black with #AC250B
Text Example
Text Example
White with #AC250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC250B; }
p { color: rgb(172,37,11); }
H1.HeaderClassName
{
color: #AC250B;
}
.AnyTagClassName
{
color: #AC250B;
}
</style>
background-color css
<style>
a { background-color: #AC250B; }
a { background-color: rgb(172,37,11); }
div.DivClassName
{
background-color: #AC250B;
}
.BgClassName
{
background-color: #AC250B;
}
</style>
border-color css
<style>
span { border-color: #AC250B; }
span { border-color: rgb(172,37,11); }
td.TdClassName
{
border-color: #AC250B;
}
.TagClassName
{
border-color: #AC250B;
}
</style>