Shades of Fire Brick #AC1C09
Tints of Fire Brick #AC1C09
RGB
CMYK
RGB Variations
Color information
#AC1C09 (or 0xAC1C09) is known color: Fire Brick. HEX triplet: AC, 1C and 09. RGB value is (172,28,9). Sum of RGB (Red+Green+Blue) = 172+28+9=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C09 is #53E3F6. Grayscale: #454545. Windows color (decimal): -5497847 or 597164. OLE color: 597164.
HSL color Cylindrical-coordinate representation of color #AC1C09: hue angle of 6.99º degrees, saturation: 0.9, 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 #AC1C09 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.33 |
| HSL | 6.99º | 0.9% | 0.35% | - |
| HSV(B) | 6.99º | 0.95% | 0.67% | - |
| XYZ | 17.48 | 9.62 | 1.19 | - |
| YUV | 68.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 9 | 0 | 0.84 | 0.95 | 0.33 | 6.99 | 0.9 | 0.35 |
| Hex | AC | 1C | 9 | 0 | 54 | 5F | 21 | 7 | 5A | 23 |
| Octal | 254 | 34 | 11 | 0 | 124 | 137 | 41 | 7 | 132 | 43 |
| Binary | 10101100 | 11100 | 1001 | 0 | 1010100 | 1011111 | 100001 | 111 | 1011010 | 100011 |
Color Harmonies of #AC1C09
Complementary color
Monochromatic Colors of #AC1C09
Black with #AC1C09
Text Example
Text Example
White with #AC1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C09; }
p { color: rgb(172,28,9); }
H1.HeaderClassName
{
color: #AC1C09;
}
.AnyTagClassName
{
color: #AC1C09;
}
</style>
background-color css
<style>
a { background-color: #AC1C09; }
a { background-color: rgb(172,28,9); }
div.DivClassName
{
background-color: #AC1C09;
}
.BgClassName
{
background-color: #AC1C09;
}
</style>
border-color css
<style>
span { border-color: #AC1C09; }
span { border-color: rgb(172,28,9); }
td.TdClassName
{
border-color: #AC1C09;
}
.TagClassName
{
border-color: #AC1C09;
}
</style>