Shades of Fire Brick #AC1B18
Tints of Fire Brick #AC1B18
RGB
CMYK
RGB Variations
Color information
#AC1B18 (or 0xAC1B18) is known color: Fire Brick. HEX triplet: AC, 1B and 18. RGB value is (172,27,24). Sum of RGB (Red+Green+Blue) = 172+27+24=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B18 is #53E4E7. Grayscale: #464646. Windows color (decimal): -5498088 or 1579948. OLE color: 1579948.
HSL color Cylindrical-coordinate representation of color #AC1B18: hue angle of 1.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1B18 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 24 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.33 |
| HSL | 1.22º | 0.76% | 0.38% | - |
| HSV(B) | 1.22º | 0.86% | 0.67% | - |
| XYZ | 17.57 | 9.62 | 1.8 | - |
| YUV | 70.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 24 | 0 | 0.84 | 0.86 | 0.33 | 1.22 | 0.76 | 0.38 |
| Hex | AC | 1B | 18 | 0 | 54 | 56 | 21 | 1 | 4C | 26 |
| Octal | 254 | 33 | 30 | 0 | 124 | 126 | 41 | 1 | 114 | 46 |
| Binary | 10101100 | 11011 | 11000 | 0 | 1010100 | 1010110 | 100001 | 1 | 1001100 | 100110 |
Color Harmonies of #AC1B18
Complementary color
Monochromatic Colors of #AC1B18
Black with #AC1B18
Text Example
Text Example
White with #AC1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B18; }
p { color: rgb(172,27,24); }
H1.HeaderClassName
{
color: #AC1B18;
}
.AnyTagClassName
{
color: #AC1B18;
}
</style>
background-color css
<style>
a { background-color: #AC1B18; }
a { background-color: rgb(172,27,24); }
div.DivClassName
{
background-color: #AC1B18;
}
.BgClassName
{
background-color: #AC1B18;
}
</style>
border-color css
<style>
span { border-color: #AC1B18; }
span { border-color: rgb(172,27,24); }
td.TdClassName
{
border-color: #AC1B18;
}
.TagClassName
{
border-color: #AC1B18;
}
</style>