Shades of Fire Brick #AC2413
Tints of Fire Brick #AC2413
RGB
CMYK
RGB Variations
Color information
#AC2413 (or 0xAC2413) is known color: Fire Brick. HEX triplet: AC, 24 and 13. RGB value is (172,36,19). Sum of RGB (Red+Green+Blue) = 172+36+19=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2413 is #53DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5495789 or 1254572. OLE color: 1254572.
HSL color Cylindrical-coordinate representation of color #AC2413: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC2413 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 19 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.33 |
| HSL | 6.67º | 0.8% | 0.37% | - |
| HSV(B) | 6.67º | 0.89% | 0.67% | - |
| XYZ | 17.76 | 10.08 | 1.63 | - |
| YUV | 74.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 19 | 0 | 0.79 | 0.89 | 0.33 | 6.67 | 0.8 | 0.37 |
| Hex | AC | 24 | 13 | 0 | 4F | 59 | 21 | 7 | 50 | 25 |
| Octal | 254 | 44 | 23 | 0 | 117 | 131 | 41 | 7 | 120 | 45 |
| Binary | 10101100 | 100100 | 10011 | 0 | 1001111 | 1011001 | 100001 | 111 | 1010000 | 100101 |
Color Harmonies of #AC2413
Complementary color
Monochromatic Colors of #AC2413
Black with #AC2413
Text Example
Text Example
White with #AC2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2413; }
p { color: rgb(172,36,19); }
H1.HeaderClassName
{
color: #AC2413;
}
.AnyTagClassName
{
color: #AC2413;
}
</style>
background-color css
<style>
a { background-color: #AC2413; }
a { background-color: rgb(172,36,19); }
div.DivClassName
{
background-color: #AC2413;
}
.BgClassName
{
background-color: #AC2413;
}
</style>
border-color css
<style>
span { border-color: #AC2413; }
span { border-color: rgb(172,36,19); }
td.TdClassName
{
border-color: #AC2413;
}
.TagClassName
{
border-color: #AC2413;
}
</style>