Shades of Fire Brick #AC1E08
Tints of Fire Brick #AC1E08
RGB
CMYK
RGB Variations
Color information
#AC1E08 (or 0xAC1E08) is known color: Fire Brick. HEX triplet: AC, 1E and 08. RGB value is (172,30,8). Sum of RGB (Red+Green+Blue) = 172+30+8=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E08 is #53E1F7. Grayscale: #464646. Windows color (decimal): -5497336 or 532140. OLE color: 532140.
HSL color Cylindrical-coordinate representation of color #AC1E08: hue angle of 8.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC1E08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 8 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.33 |
| HSL | 8.05º | 0.91% | 0.35% | - |
| HSV(B) | 8.05º | 0.95% | 0.67% | - |
| XYZ | 17.52 | 9.72 | 1.18 | - |
| YUV | 69.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 8 | 0 | 0.83 | 0.95 | 0.33 | 8.05 | 0.91 | 0.35 |
| Hex | AC | 1E | 8 | 0 | 53 | 5F | 21 | 8 | 5B | 23 |
| Octal | 254 | 36 | 10 | 0 | 123 | 137 | 41 | 10 | 133 | 43 |
| Binary | 10101100 | 11110 | 1000 | 0 | 1010011 | 1011111 | 100001 | 1000 | 1011011 | 100011 |
Color Harmonies of #AC1E08
Complementary color
Monochromatic Colors of #AC1E08
Black with #AC1E08
Text Example
Text Example
White with #AC1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1E08; }
p { color: rgb(172,30,8); }
H1.HeaderClassName
{
color: #AC1E08;
}
.AnyTagClassName
{
color: #AC1E08;
}
</style>
background-color css
<style>
a { background-color: #AC1E08; }
a { background-color: rgb(172,30,8); }
div.DivClassName
{
background-color: #AC1E08;
}
.BgClassName
{
background-color: #AC1E08;
}
</style>
border-color css
<style>
span { border-color: #AC1E08; }
span { border-color: rgb(172,30,8); }
td.TdClassName
{
border-color: #AC1E08;
}
.TagClassName
{
border-color: #AC1E08;
}
</style>