Shades of Fire Brick #AC1807
Tints of Fire Brick #AC1807
RGB
CMYK
RGB Variations
Color information
#AC1807 (or 0xAC1807) is known color: Fire Brick. HEX triplet: AC, 18 and 07. RGB value is (172,24,7). Sum of RGB (Red+Green+Blue) = 172+24+7=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1807 is #53E7F8. Grayscale: #424242. Windows color (decimal): -5498873 or 465068. OLE color: 465068.
HSL color Cylindrical-coordinate representation of color #AC1807: hue angle of 6.18º 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 #AC1807 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 7 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.33 |
| HSL | 6.18º | 0.92% | 0.35% | - |
| HSV(B) | 6.18º | 0.96% | 0.67% | - |
| XYZ | 17.38 | 9.44 | 1.11 | - |
| YUV | 66.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 7 | 0 | 0.86 | 0.96 | 0.33 | 6.18 | 0.92 | 0.35 |
| Hex | AC | 18 | 7 | 0 | 56 | 60 | 21 | 6 | 5C | 23 |
| Octal | 254 | 30 | 7 | 0 | 126 | 140 | 41 | 6 | 134 | 43 |
| Binary | 10101100 | 11000 | 111 | 0 | 1010110 | 1100000 | 100001 | 110 | 1011100 | 100011 |
Color Harmonies of #AC1807
Complementary color
Monochromatic Colors of #AC1807
Black with #AC1807
Text Example
Text Example
White with #AC1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1807; }
p { color: rgb(172,24,7); }
H1.HeaderClassName
{
color: #AC1807;
}
.AnyTagClassName
{
color: #AC1807;
}
</style>
background-color css
<style>
a { background-color: #AC1807; }
a { background-color: rgb(172,24,7); }
div.DivClassName
{
background-color: #AC1807;
}
.BgClassName
{
background-color: #AC1807;
}
</style>
border-color css
<style>
span { border-color: #AC1807; }
span { border-color: rgb(172,24,7); }
td.TdClassName
{
border-color: #AC1807;
}
.TagClassName
{
border-color: #AC1807;
}
</style>