Shades of Fire Brick #AC1A1A
Tints of Fire Brick #AC1A1A
RGB
CMYK
RGB Variations
Color information
#AC1A1A (or 0xAC1A1A) is known color: Fire Brick. HEX triplet: AC, 1A and 1A. RGB value is (172,26,26). Sum of RGB (Red+Green+Blue) = 172+26+26=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A1A is #53E5E5. Grayscale: #454545. Windows color (decimal): -5498342 or 1710764. OLE color: 1710764.
HSL color Cylindrical-coordinate representation of color #AC1A1A: hue angle of 0º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A1A is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 26 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.33 |
| HSL | 0º | 0.74% | 0.39% | - |
| HSV(B) | 0º | 0.85% | 0.67% | - |
| XYZ | 17.57 | 9.58 | 1.9 | - |
| YUV | 69.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 26 | 0 | 0.85 | 0.85 | 0.33 | 0 | 0.74 | 0.39 |
| Hex | AC | 1A | 1A | 0 | 55 | 55 | 21 | 0 | 4A | 27 |
| Octal | 254 | 32 | 32 | 0 | 125 | 125 | 41 | 0 | 112 | 47 |
| Binary | 10101100 | 11010 | 11010 | 0 | 1010101 | 1010101 | 100001 | 0 | 1001010 | 100111 |
Color Harmonies of #AC1A1A
Complementary color
Monochromatic Colors of #AC1A1A
Black with #AC1A1A
Text Example
Text Example
White with #AC1A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A1A; }
p { color: rgb(172,26,26); }
H1.HeaderClassName
{
color: #AC1A1A;
}
.AnyTagClassName
{
color: #AC1A1A;
}
</style>
background-color css
<style>
a { background-color: #AC1A1A; }
a { background-color: rgb(172,26,26); }
div.DivClassName
{
background-color: #AC1A1A;
}
.BgClassName
{
background-color: #AC1A1A;
}
</style>
border-color css
<style>
span { border-color: #AC1A1A; }
span { border-color: rgb(172,26,26); }
td.TdClassName
{
border-color: #AC1A1A;
}
.TagClassName
{
border-color: #AC1A1A;
}
</style>