Shades of Fire Brick #AC261D
Tints of Fire Brick #AC261D
RGB
CMYK
RGB Variations
Color information
#AC261D (or 0xAC261D) is known color: Fire Brick. HEX triplet: AC, 26 and 1D. RGB value is (172,38,29). Sum of RGB (Red+Green+Blue) = 172+38+29=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC261D is #53D9E2. Grayscale: #4D4D4D. Windows color (decimal): -5495267 or 1910444. OLE color: 1910444.
HSL color Cylindrical-coordinate representation of color #AC261D: hue angle of 3.78º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC261D is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 29 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.33 |
| HSL | 3.78º | 0.71% | 0.39% | - |
| HSV(B) | 3.78º | 0.83% | 0.67% | - |
| XYZ | 17.93 | 10.25 | 2.2 | - |
| YUV | 77.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 29 | 0 | 0.78 | 0.83 | 0.33 | 3.78 | 0.71 | 0.39 |
| Hex | AC | 26 | 1D | 0 | 4E | 53 | 21 | 4 | 47 | 27 |
| Octal | 254 | 46 | 35 | 0 | 116 | 123 | 41 | 4 | 107 | 47 |
| Binary | 10101100 | 100110 | 11101 | 0 | 1001110 | 1010011 | 100001 | 100 | 1000111 | 100111 |
Color Harmonies of #AC261D
Complementary color
Monochromatic Colors of #AC261D
Black with #AC261D
Text Example
Text Example
White with #AC261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC261D; }
p { color: rgb(172,38,29); }
H1.HeaderClassName
{
color: #AC261D;
}
.AnyTagClassName
{
color: #AC261D;
}
</style>
background-color css
<style>
a { background-color: #AC261D; }
a { background-color: rgb(172,38,29); }
div.DivClassName
{
background-color: #AC261D;
}
.BgClassName
{
background-color: #AC261D;
}
</style>
border-color css
<style>
span { border-color: #AC261D; }
span { border-color: rgb(172,38,29); }
td.TdClassName
{
border-color: #AC261D;
}
.TagClassName
{
border-color: #AC261D;
}
</style>