Shades of Fire Brick #AC100E
Tints of Fire Brick #AC100E
RGB
CMYK
RGB Variations
Color information
#AC100E (or 0xAC100E) is known color: Fire Brick. HEX triplet: AC, 10 and 0E. RGB value is (172,16,14). Sum of RGB (Red+Green+Blue) = 172+16+14=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC100E is #53EFF1. Grayscale: #3E3E3E. Windows color (decimal): -5500914 or 921772. OLE color: 921772.
HSL color Cylindrical-coordinate representation of color #AC100E: hue angle of 0.76º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC100E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 14 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.33 |
| HSL | 0.76º | 0.85% | 0.36% | - |
| HSV(B) | 0.76º | 0.92% | 0.67% | - |
| XYZ | 17.28 | 9.17 | 1.28 | - |
| YUV | 62.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 14 | 0 | 0.91 | 0.92 | 0.33 | 0.76 | 0.85 | 0.36 |
| Hex | AC | 10 | E | 0 | 5B | 5C | 21 | 1 | 55 | 24 |
| Octal | 254 | 20 | 16 | 0 | 133 | 134 | 41 | 1 | 125 | 44 |
| Binary | 10101100 | 10000 | 1110 | 0 | 1011011 | 1011100 | 100001 | 1 | 1010101 | 100100 |
Color Harmonies of #AC100E
Complementary color
Monochromatic Colors of #AC100E
Black with #AC100E
Text Example
Text Example
White with #AC100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC100E; }
p { color: rgb(172,16,14); }
H1.HeaderClassName
{
color: #AC100E;
}
.AnyTagClassName
{
color: #AC100E;
}
</style>
background-color css
<style>
a { background-color: #AC100E; }
a { background-color: rgb(172,16,14); }
div.DivClassName
{
background-color: #AC100E;
}
.BgClassName
{
background-color: #AC100E;
}
</style>
border-color css
<style>
span { border-color: #AC100E; }
span { border-color: rgb(172,16,14); }
td.TdClassName
{
border-color: #AC100E;
}
.TagClassName
{
border-color: #AC100E;
}
</style>