Shades of Fire Brick #AC270B
Tints of Fire Brick #AC270B
RGB
CMYK
RGB Variations
Color information
#AC270B (or 0xAC270B) is known color: Fire Brick. HEX triplet: AC, 27 and 0B. RGB value is (172,39,11). Sum of RGB (Red+Green+Blue) = 172+39+11=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC270B is #53D8F4. Grayscale: #4B4B4B. Windows color (decimal): -5495029 or 731052. OLE color: 731052.
HSL color Cylindrical-coordinate representation of color #AC270B: hue angle of 10.43º degrees, saturation: 0.88, 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 #AC270B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.33 |
| HSL | 10.43º | 0.88% | 0.36% | - |
| HSV(B) | 10.43º | 0.94% | 0.67% | - |
| XYZ | 17.8 | 10.25 | 1.36 | - |
| YUV | 75.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 11 | 0 | 0.77 | 0.94 | 0.33 | 10.43 | 0.88 | 0.36 |
| Hex | AC | 27 | B | 0 | 4D | 5E | 21 | A | 58 | 24 |
| Octal | 254 | 47 | 13 | 0 | 115 | 136 | 41 | 12 | 130 | 44 |
| Binary | 10101100 | 100111 | 1011 | 0 | 1001101 | 1011110 | 100001 | 1010 | 1011000 | 100100 |
Color Harmonies of #AC270B
Complementary color
Monochromatic Colors of #AC270B
Black with #AC270B
Text Example
Text Example
White with #AC270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC270B; }
p { color: rgb(172,39,11); }
H1.HeaderClassName
{
color: #AC270B;
}
.AnyTagClassName
{
color: #AC270B;
}
</style>
background-color css
<style>
a { background-color: #AC270B; }
a { background-color: rgb(172,39,11); }
div.DivClassName
{
background-color: #AC270B;
}
.BgClassName
{
background-color: #AC270B;
}
</style>
border-color css
<style>
span { border-color: #AC270B; }
span { border-color: rgb(172,39,11); }
td.TdClassName
{
border-color: #AC270B;
}
.TagClassName
{
border-color: #AC270B;
}
</style>