Shades of Fire Brick #AC270D
Tints of Fire Brick #AC270D
RGB
CMYK
RGB Variations
Color information
#AC270D (or 0xAC270D) is known color: Fire Brick. HEX triplet: AC, 27 and 0D. RGB value is (172,39,13). Sum of RGB (Red+Green+Blue) = 172+39+13=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC270D is #53D8F2. Grayscale: #4C4C4C. Windows color (decimal): -5495027 or 862124. OLE color: 862124.
HSL color Cylindrical-coordinate representation of color #AC270D: hue angle of 9.81º 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 #AC270D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 13 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.33 |
| HSL | 9.81º | 0.86% | 0.36% | - |
| HSV(B) | 9.81º | 0.92% | 0.67% | - |
| XYZ | 17.81 | 10.25 | 1.42 | - |
| YUV | 75.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 13 | 0 | 0.77 | 0.92 | 0.33 | 9.81 | 0.86 | 0.36 |
| Hex | AC | 27 | D | 0 | 4D | 5C | 21 | A | 56 | 24 |
| Octal | 254 | 47 | 15 | 0 | 115 | 134 | 41 | 12 | 126 | 44 |
| Binary | 10101100 | 100111 | 1101 | 0 | 1001101 | 1011100 | 100001 | 1010 | 1010110 | 100100 |
Color Harmonies of #AC270D
Complementary color
Monochromatic Colors of #AC270D
Black with #AC270D
Text Example
Text Example
White with #AC270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC270D; }
p { color: rgb(172,39,13); }
H1.HeaderClassName
{
color: #AC270D;
}
.AnyTagClassName
{
color: #AC270D;
}
</style>
background-color css
<style>
a { background-color: #AC270D; }
a { background-color: rgb(172,39,13); }
div.DivClassName
{
background-color: #AC270D;
}
.BgClassName
{
background-color: #AC270D;
}
</style>
border-color css
<style>
span { border-color: #AC270D; }
span { border-color: rgb(172,39,13); }
td.TdClassName
{
border-color: #AC270D;
}
.TagClassName
{
border-color: #AC270D;
}
</style>