Shades of Fire Brick #AC230A
Tints of Fire Brick #AC230A
RGB
CMYK
RGB Variations
Color information
#AC230A (or 0xAC230A) is known color: Fire Brick. HEX triplet: AC, 23 and 0A. RGB value is (172,35,10). Sum of RGB (Red+Green+Blue) = 172+35+10=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC230A is #53DCF5. Grayscale: #494949. Windows color (decimal): -5496054 or 664492. OLE color: 664492.
HSL color Cylindrical-coordinate representation of color #AC230A: hue angle of 9.26º 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 #AC230A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.33 |
| HSL | 9.26º | 0.89% | 0.36% | - |
| HSV(B) | 9.26º | 0.94% | 0.67% | - |
| XYZ | 17.67 | 9.99 | 1.29 | - |
| YUV | 73.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 10 | 0 | 0.80 | 0.94 | 0.33 | 9.26 | 0.89 | 0.36 |
| Hex | AC | 23 | A | 0 | 50 | 5E | 21 | 9 | 59 | 24 |
| Octal | 254 | 43 | 12 | 0 | 120 | 136 | 41 | 11 | 131 | 44 |
| Binary | 10101100 | 100011 | 1010 | 0 | 1010000 | 1011110 | 100001 | 1001 | 1011001 | 100100 |
Color Harmonies of #AC230A
Complementary color
Monochromatic Colors of #AC230A
Black with #AC230A
Text Example
Text Example
White with #AC230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC230A; }
p { color: rgb(172,35,10); }
H1.HeaderClassName
{
color: #AC230A;
}
.AnyTagClassName
{
color: #AC230A;
}
</style>
background-color css
<style>
a { background-color: #AC230A; }
a { background-color: rgb(172,35,10); }
div.DivClassName
{
background-color: #AC230A;
}
.BgClassName
{
background-color: #AC230A;
}
</style>
border-color css
<style>
span { border-color: #AC230A; }
span { border-color: rgb(172,35,10); }
td.TdClassName
{
border-color: #AC230A;
}
.TagClassName
{
border-color: #AC230A;
}
</style>