Shades of Fire Brick #AC1607
Tints of Fire Brick #AC1607
RGB
CMYK
RGB Variations
Color information
#AC1607 (or 0xAC1607) is known color: Fire Brick. HEX triplet: AC, 16 and 07. RGB value is (172,22,7). Sum of RGB (Red+Green+Blue) = 172+22+7=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1607 is #53E9F8. Grayscale: #414141. Windows color (decimal): -5499385 or 464556. OLE color: 464556.
HSL color Cylindrical-coordinate representation of color #AC1607: hue angle of 5.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC1607 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.33 |
| HSL | 5.45º | 0.92% | 0.35% | - |
| HSV(B) | 5.45º | 0.96% | 0.67% | - |
| XYZ | 17.34 | 9.36 | 1.09 | - |
| YUV | 65.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 7 | 0 | 0.87 | 0.96 | 0.33 | 5.45 | 0.92 | 0.35 |
| Hex | AC | 16 | 7 | 0 | 57 | 60 | 21 | 5 | 5C | 23 |
| Octal | 254 | 26 | 7 | 0 | 127 | 140 | 41 | 5 | 134 | 43 |
| Binary | 10101100 | 10110 | 111 | 0 | 1010111 | 1100000 | 100001 | 101 | 1011100 | 100011 |
Color Harmonies of #AC1607
Complementary color
Monochromatic Colors of #AC1607
Black with #AC1607
Text Example
Text Example
White with #AC1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1607; }
p { color: rgb(172,22,7); }
H1.HeaderClassName
{
color: #AC1607;
}
.AnyTagClassName
{
color: #AC1607;
}
</style>
background-color css
<style>
a { background-color: #AC1607; }
a { background-color: rgb(172,22,7); }
div.DivClassName
{
background-color: #AC1607;
}
.BgClassName
{
background-color: #AC1607;
}
</style>
border-color css
<style>
span { border-color: #AC1607; }
span { border-color: rgb(172,22,7); }
td.TdClassName
{
border-color: #AC1607;
}
.TagClassName
{
border-color: #AC1607;
}
</style>