Shades of Fire Brick #AC1B0C
Tints of Fire Brick #AC1B0C
RGB
CMYK
RGB Variations
Color information
#AC1B0C (or 0xAC1B0C) is known color: Fire Brick. HEX triplet: AC, 1B and 0C. RGB value is (172,27,12). Sum of RGB (Red+Green+Blue) = 172+27+12=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B0C is #53E4F3. Grayscale: #444444. Windows color (decimal): -5498100 or 793516. OLE color: 793516.
HSL color Cylindrical-coordinate representation of color #AC1B0C: hue angle of 5.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC1B0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 12 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.33 |
| HSL | 5.63º | 0.87% | 0.36% | - |
| HSV(B) | 5.63º | 0.93% | 0.67% | - |
| XYZ | 17.47 | 9.58 | 1.28 | - |
| YUV | 68.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 12 | 0 | 0.84 | 0.93 | 0.33 | 5.63 | 0.87 | 0.36 |
| Hex | AC | 1B | C | 0 | 54 | 5D | 21 | 6 | 57 | 24 |
| Octal | 254 | 33 | 14 | 0 | 124 | 135 | 41 | 6 | 127 | 44 |
| Binary | 10101100 | 11011 | 1100 | 0 | 1010100 | 1011101 | 100001 | 110 | 1010111 | 100100 |
Color Harmonies of #AC1B0C
Complementary color
Monochromatic Colors of #AC1B0C
Black with #AC1B0C
Text Example
Text Example
White with #AC1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B0C; }
p { color: rgb(172,27,12); }
H1.HeaderClassName
{
color: #AC1B0C;
}
.AnyTagClassName
{
color: #AC1B0C;
}
</style>
background-color css
<style>
a { background-color: #AC1B0C; }
a { background-color: rgb(172,27,12); }
div.DivClassName
{
background-color: #AC1B0C;
}
.BgClassName
{
background-color: #AC1B0C;
}
</style>
border-color css
<style>
span { border-color: #AC1B0C; }
span { border-color: rgb(172,27,12); }
td.TdClassName
{
border-color: #AC1B0C;
}
.TagClassName
{
border-color: #AC1B0C;
}
</style>