Shades of Fire Brick #AC1D04
Tints of Fire Brick #AC1D04
RGB
CMYK
RGB Variations
Color information
#AC1D04 (or 0xAC1D04) is known color: Fire Brick. HEX triplet: AC, 1D and 04. RGB value is (172,29,4). Sum of RGB (Red+Green+Blue) = 172+29+4=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D04 is #53E2FB. Grayscale: #454545. Windows color (decimal): -5497596 or 269740. OLE color: 269740.
HSL color Cylindrical-coordinate representation of color #AC1D04: hue angle of 8.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC1D04 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.33 |
| HSL | 8.93º | 0.95% | 0.35% | - |
| HSV(B) | 8.93º | 0.98% | 0.67% | - |
| XYZ | 17.47 | 9.66 | 1.06 | - |
| YUV | 68.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 4 | 0 | 0.83 | 0.98 | 0.33 | 8.93 | 0.95 | 0.35 |
| Hex | AC | 1D | 4 | 0 | 53 | 62 | 21 | 9 | 5F | 23 |
| Octal | 254 | 35 | 4 | 0 | 123 | 142 | 41 | 11 | 137 | 43 |
| Binary | 10101100 | 11101 | 100 | 0 | 1010011 | 1100010 | 100001 | 1001 | 1011111 | 100011 |
Color Harmonies of #AC1D04
Complementary color
Monochromatic Colors of #AC1D04
Black with #AC1D04
Text Example
Text Example
White with #AC1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D04; }
p { color: rgb(172,29,4); }
H1.HeaderClassName
{
color: #AC1D04;
}
.AnyTagClassName
{
color: #AC1D04;
}
</style>
background-color css
<style>
a { background-color: #AC1D04; }
a { background-color: rgb(172,29,4); }
div.DivClassName
{
background-color: #AC1D04;
}
.BgClassName
{
background-color: #AC1D04;
}
</style>
border-color css
<style>
span { border-color: #AC1D04; }
span { border-color: rgb(172,29,4); }
td.TdClassName
{
border-color: #AC1D04;
}
.TagClassName
{
border-color: #AC1D04;
}
</style>