Shades of Fire Brick #AC100D
Tints of Fire Brick #AC100D
RGB
CMYK
RGB Variations
Color information
#AC100D (or 0xAC100D) is known color: Fire Brick. HEX triplet: AC, 10 and 0D. RGB value is (172,16,13). Sum of RGB (Red+Green+Blue) = 172+16+13=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC100D is #53EFF2. Grayscale: #3E3E3E. Windows color (decimal): -5500915 or 856236. OLE color: 856236.
HSL color Cylindrical-coordinate representation of color #AC100D: hue angle of 1.13º 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 #AC100D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 13 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.33 |
| HSL | 1.13º | 0.86% | 0.36% | - |
| HSV(B) | 1.13º | 0.92% | 0.67% | - |
| XYZ | 17.27 | 9.17 | 1.24 | - |
| YUV | 62.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 13 | 0 | 0.91 | 0.92 | 0.33 | 1.13 | 0.86 | 0.36 |
| Hex | AC | 10 | D | 0 | 5B | 5C | 21 | 1 | 56 | 24 |
| Octal | 254 | 20 | 15 | 0 | 133 | 134 | 41 | 1 | 126 | 44 |
| Binary | 10101100 | 10000 | 1101 | 0 | 1011011 | 1011100 | 100001 | 1 | 1010110 | 100100 |
Color Harmonies of #AC100D
Complementary color
Monochromatic Colors of #AC100D
Black with #AC100D
Text Example
Text Example
White with #AC100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC100D; }
p { color: rgb(172,16,13); }
H1.HeaderClassName
{
color: #AC100D;
}
.AnyTagClassName
{
color: #AC100D;
}
</style>
background-color css
<style>
a { background-color: #AC100D; }
a { background-color: rgb(172,16,13); }
div.DivClassName
{
background-color: #AC100D;
}
.BgClassName
{
background-color: #AC100D;
}
</style>
border-color css
<style>
span { border-color: #AC100D; }
span { border-color: rgb(172,16,13); }
td.TdClassName
{
border-color: #AC100D;
}
.TagClassName
{
border-color: #AC100D;
}
</style>