Shades of Fire Brick #AC2305
Tints of Fire Brick #AC2305
RGB
CMYK
RGB Variations
Color information
#AC2305 (or 0xAC2305) is known color: Fire Brick. HEX triplet: AC, 23 and 05. RGB value is (172,35,5). Sum of RGB (Red+Green+Blue) = 172+35+5=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2305 is #53DCFA. Grayscale: #484848. Windows color (decimal): -5496059 or 336812. OLE color: 336812.
HSL color Cylindrical-coordinate representation of color #AC2305: hue angle of 10.78º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC2305 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.33 |
| HSL | 10.78º | 0.94% | 0.35% | - |
| HSV(B) | 10.78º | 0.97% | 0.67% | - |
| XYZ | 17.64 | 9.98 | 1.14 | - |
| YUV | 72.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 5 | 0 | 0.80 | 0.97 | 0.33 | 10.78 | 0.94 | 0.35 |
| Hex | AC | 23 | 5 | 0 | 50 | 61 | 21 | B | 5E | 23 |
| Octal | 254 | 43 | 5 | 0 | 120 | 141 | 41 | 13 | 136 | 43 |
| Binary | 10101100 | 100011 | 101 | 0 | 1010000 | 1100001 | 100001 | 1011 | 1011110 | 100011 |
Color Harmonies of #AC2305
Complementary color
Monochromatic Colors of #AC2305
Black with #AC2305
Text Example
Text Example
White with #AC2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2305; }
p { color: rgb(172,35,5); }
H1.HeaderClassName
{
color: #AC2305;
}
.AnyTagClassName
{
color: #AC2305;
}
</style>
background-color css
<style>
a { background-color: #AC2305; }
a { background-color: rgb(172,35,5); }
div.DivClassName
{
background-color: #AC2305;
}
.BgClassName
{
background-color: #AC2305;
}
</style>
border-color css
<style>
span { border-color: #AC2305; }
span { border-color: rgb(172,35,5); }
td.TdClassName
{
border-color: #AC2305;
}
.TagClassName
{
border-color: #AC2305;
}
</style>