Shades of Fire Brick #AC250D
Tints of Fire Brick #AC250D
RGB
CMYK
RGB Variations
Color information
#AC250D (or 0xAC250D) is known color: Fire Brick. HEX triplet: AC, 25 and 0D. RGB value is (172,37,13). Sum of RGB (Red+Green+Blue) = 172+37+13=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC250D is #53DAF2. Grayscale: #4A4A4A. Windows color (decimal): -5495539 or 861612. OLE color: 861612.
HSL color Cylindrical-coordinate representation of color #AC250D: hue angle of 9.06º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC250D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 13 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.33 |
| HSL | 9.06º | 0.86% | 0.36% | - |
| HSV(B) | 9.06º | 0.92% | 0.67% | - |
| XYZ | 17.75 | 10.12 | 1.4 | - |
| YUV | 74.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 13 | 0 | 0.78 | 0.92 | 0.33 | 9.06 | 0.86 | 0.36 |
| Hex | AC | 25 | D | 0 | 4E | 5C | 21 | 9 | 56 | 24 |
| Octal | 254 | 45 | 15 | 0 | 116 | 134 | 41 | 11 | 126 | 44 |
| Binary | 10101100 | 100101 | 1101 | 0 | 1001110 | 1011100 | 100001 | 1001 | 1010110 | 100100 |
Color Harmonies of #AC250D
Complementary color
Monochromatic Colors of #AC250D
Black with #AC250D
Text Example
Text Example
White with #AC250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC250D; }
p { color: rgb(172,37,13); }
H1.HeaderClassName
{
color: #AC250D;
}
.AnyTagClassName
{
color: #AC250D;
}
</style>
background-color css
<style>
a { background-color: #AC250D; }
a { background-color: rgb(172,37,13); }
div.DivClassName
{
background-color: #AC250D;
}
.BgClassName
{
background-color: #AC250D;
}
</style>
border-color css
<style>
span { border-color: #AC250D; }
span { border-color: rgb(172,37,13); }
td.TdClassName
{
border-color: #AC250D;
}
.TagClassName
{
border-color: #AC250D;
}
</style>