Shades of Fire Brick #AC1C08
Tints of Fire Brick #AC1C08
RGB
CMYK
RGB Variations
Color information
#AC1C08 (or 0xAC1C08) is known color: Fire Brick. HEX triplet: AC, 1C and 08. RGB value is (172,28,8). Sum of RGB (Red+Green+Blue) = 172+28+8=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C08 is #53E3F7. Grayscale: #454545. Windows color (decimal): -5497848 or 531628. OLE color: 531628.
HSL color Cylindrical-coordinate representation of color #AC1C08: hue angle of 7.32º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC1C08 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.33 |
| HSL | 7.32º | 0.91% | 0.35% | - |
| HSV(B) | 7.32º | 0.95% | 0.67% | - |
| XYZ | 17.47 | 9.62 | 1.17 | - |
| YUV | 68.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 8 | 0 | 0.84 | 0.95 | 0.33 | 7.32 | 0.91 | 0.35 |
| Hex | AC | 1C | 8 | 0 | 54 | 5F | 21 | 7 | 5B | 23 |
| Octal | 254 | 34 | 10 | 0 | 124 | 137 | 41 | 7 | 133 | 43 |
| Binary | 10101100 | 11100 | 1000 | 0 | 1010100 | 1011111 | 100001 | 111 | 1011011 | 100011 |
Color Harmonies of #AC1C08
Complementary color
Monochromatic Colors of #AC1C08
Black with #AC1C08
Text Example
Text Example
White with #AC1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C08; }
p { color: rgb(172,28,8); }
H1.HeaderClassName
{
color: #AC1C08;
}
.AnyTagClassName
{
color: #AC1C08;
}
</style>
background-color css
<style>
a { background-color: #AC1C08; }
a { background-color: rgb(172,28,8); }
div.DivClassName
{
background-color: #AC1C08;
}
.BgClassName
{
background-color: #AC1C08;
}
</style>
border-color css
<style>
span { border-color: #AC1C08; }
span { border-color: rgb(172,28,8); }
td.TdClassName
{
border-color: #AC1C08;
}
.TagClassName
{
border-color: #AC1C08;
}
</style>