Shades of Fire Brick #AC1B17
Tints of Fire Brick #AC1B17
RGB
CMYK
RGB Variations
Color information
#AC1B17 (or 0xAC1B17) is known color: Fire Brick. HEX triplet: AC, 1B and 17. RGB value is (172,27,23). Sum of RGB (Red+Green+Blue) = 172+27+23=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B17 is #53E4E8. Grayscale: #464646. Windows color (decimal): -5498089 or 1514412. OLE color: 1514412.
HSL color Cylindrical-coordinate representation of color #AC1B17: hue angle of 1.61º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1B17 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 23 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.33 |
| HSL | 1.61º | 0.76% | 0.38% | - |
| HSV(B) | 1.61º | 0.87% | 0.67% | - |
| XYZ | 17.56 | 9.62 | 1.74 | - |
| YUV | 69.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 23 | 0 | 0.84 | 0.87 | 0.33 | 1.61 | 0.76 | 0.38 |
| Hex | AC | 1B | 17 | 0 | 54 | 57 | 21 | 2 | 4C | 26 |
| Octal | 254 | 33 | 27 | 0 | 124 | 127 | 41 | 2 | 114 | 46 |
| Binary | 10101100 | 11011 | 10111 | 0 | 1010100 | 1010111 | 100001 | 10 | 1001100 | 100110 |
Color Harmonies of #AC1B17
Complementary color
Monochromatic Colors of #AC1B17
Black with #AC1B17
Text Example
Text Example
White with #AC1B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B17; }
p { color: rgb(172,27,23); }
H1.HeaderClassName
{
color: #AC1B17;
}
.AnyTagClassName
{
color: #AC1B17;
}
</style>
background-color css
<style>
a { background-color: #AC1B17; }
a { background-color: rgb(172,27,23); }
div.DivClassName
{
background-color: #AC1B17;
}
.BgClassName
{
background-color: #AC1B17;
}
</style>
border-color css
<style>
span { border-color: #AC1B17; }
span { border-color: rgb(172,27,23); }
td.TdClassName
{
border-color: #AC1B17;
}
.TagClassName
{
border-color: #AC1B17;
}
</style>