Shades of Fire Brick #AC100F
Tints of Fire Brick #AC100F
RGB
CMYK
RGB Variations
Color information
#AC100F (or 0xAC100F) is known color: Fire Brick. HEX triplet: AC, 10 and 0F. RGB value is (172,16,15). Sum of RGB (Red+Green+Blue) = 172+16+15=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC100F is #53EFF0. Grayscale: #3E3E3E. Windows color (decimal): -5500913 or 987308. OLE color: 987308.
HSL color Cylindrical-coordinate representation of color #AC100F: hue angle of 0.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC100F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.33 |
| HSL | 0.38º | 0.84% | 0.37% | - |
| HSV(B) | 0.38º | 0.91% | 0.67% | - |
| XYZ | 17.28 | 9.18 | 1.31 | - |
| YUV | 62.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 15 | 0 | 0.91 | 0.91 | 0.33 | 0.38 | 0.84 | 0.37 |
| Hex | AC | 10 | F | 0 | 5B | 5B | 21 | 0 | 54 | 25 |
| Octal | 254 | 20 | 17 | 0 | 133 | 133 | 41 | 0 | 124 | 45 |
| Binary | 10101100 | 10000 | 1111 | 0 | 1011011 | 1011011 | 100001 | 0 | 1010100 | 100101 |
Color Harmonies of #AC100F
Complementary color
Monochromatic Colors of #AC100F
Black with #AC100F
Text Example
Text Example
White with #AC100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC100F; }
p { color: rgb(172,16,15); }
H1.HeaderClassName
{
color: #AC100F;
}
.AnyTagClassName
{
color: #AC100F;
}
</style>
background-color css
<style>
a { background-color: #AC100F; }
a { background-color: rgb(172,16,15); }
div.DivClassName
{
background-color: #AC100F;
}
.BgClassName
{
background-color: #AC100F;
}
</style>
border-color css
<style>
span { border-color: #AC100F; }
span { border-color: rgb(172,16,15); }
td.TdClassName
{
border-color: #AC100F;
}
.TagClassName
{
border-color: #AC100F;
}
</style>