Shades of Fire Brick #AC260A
Tints of Fire Brick #AC260A
RGB
CMYK
RGB Variations
Color information
#AC260A (or 0xAC260A) is known color: Fire Brick. HEX triplet: AC, 26 and 0A. RGB value is (172,38,10). Sum of RGB (Red+Green+Blue) = 172+38+10=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260A is #53D9F5. Grayscale: #4B4B4B. Windows color (decimal): -5495286 or 665260. OLE color: 665260.
HSL color Cylindrical-coordinate representation of color #AC260A: hue angle of 10.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC260A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 10 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.33 |
| HSL | 10.37º | 0.89% | 0.36% | - |
| HSV(B) | 10.37º | 0.94% | 0.67% | - |
| XYZ | 17.76 | 10.18 | 1.32 | - |
| YUV | 74.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 10 | 0 | 0.78 | 0.94 | 0.33 | 10.37 | 0.89 | 0.36 |
| Hex | AC | 26 | A | 0 | 4E | 5E | 21 | A | 59 | 24 |
| Octal | 254 | 46 | 12 | 0 | 116 | 136 | 41 | 12 | 131 | 44 |
| Binary | 10101100 | 100110 | 1010 | 0 | 1001110 | 1011110 | 100001 | 1010 | 1011001 | 100100 |
Color Harmonies of #AC260A
Complementary color
Monochromatic Colors of #AC260A
Black with #AC260A
Text Example
Text Example
White with #AC260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC260A; }
p { color: rgb(172,38,10); }
H1.HeaderClassName
{
color: #AC260A;
}
.AnyTagClassName
{
color: #AC260A;
}
</style>
background-color css
<style>
a { background-color: #AC260A; }
a { background-color: rgb(172,38,10); }
div.DivClassName
{
background-color: #AC260A;
}
.BgClassName
{
background-color: #AC260A;
}
</style>
border-color css
<style>
span { border-color: #AC260A; }
span { border-color: rgb(172,38,10); }
td.TdClassName
{
border-color: #AC260A;
}
.TagClassName
{
border-color: #AC260A;
}
</style>