Shades of Fire Brick #AC130B
Tints of Fire Brick #AC130B
RGB
CMYK
RGB Variations
Color information
#AC130B (or 0xAC130B) is known color: Fire Brick. HEX triplet: AC, 13 and 0B. RGB value is (172,19,11). Sum of RGB (Red+Green+Blue) = 172+19+11=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC130B is #53ECF4. Grayscale: #404040. Windows color (decimal): -5500149 or 725932. OLE color: 725932.
HSL color Cylindrical-coordinate representation of color #AC130B: hue angle of 2.98º 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 #AC130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.33 |
| HSL | 2.98º | 0.88% | 0.36% | - |
| HSV(B) | 2.98º | 0.94% | 0.67% | - |
| XYZ | 17.31 | 9.26 | 1.19 | - |
| YUV | 63.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 11 | 0 | 0.89 | 0.94 | 0.33 | 2.98 | 0.88 | 0.36 |
| Hex | AC | 13 | B | 0 | 59 | 5E | 21 | 3 | 58 | 24 |
| Octal | 254 | 23 | 13 | 0 | 131 | 136 | 41 | 3 | 130 | 44 |
| Binary | 10101100 | 10011 | 1011 | 0 | 1011001 | 1011110 | 100001 | 11 | 1011000 | 100100 |
Color Harmonies of #AC130B
Complementary color
Monochromatic Colors of #AC130B
Black with #AC130B
Text Example
Text Example
White with #AC130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC130B; }
p { color: rgb(172,19,11); }
H1.HeaderClassName
{
color: #AC130B;
}
.AnyTagClassName
{
color: #AC130B;
}
</style>
background-color css
<style>
a { background-color: #AC130B; }
a { background-color: rgb(172,19,11); }
div.DivClassName
{
background-color: #AC130B;
}
.BgClassName
{
background-color: #AC130B;
}
</style>
border-color css
<style>
span { border-color: #AC130B; }
span { border-color: rgb(172,19,11); }
td.TdClassName
{
border-color: #AC130B;
}
.TagClassName
{
border-color: #AC130B;
}
</style>