Shades of Fire Brick #AC1A03
Tints of Fire Brick #AC1A03
RGB
CMYK
RGB Variations
Color information
#AC1A03 (or 0xAC1A03) is known color: Fire Brick. HEX triplet: AC, 1A and 03. RGB value is (172,26,3). Sum of RGB (Red+Green+Blue) = 172+26+3=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A03 is #53E5FC. Grayscale: #434343. Windows color (decimal): -5498365 or 203436. OLE color: 203436.
HSL color Cylindrical-coordinate representation of color #AC1A03: hue angle of 8.17º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC1A03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.33 |
| HSL | 8.17º | 0.97% | 0.34% | - |
| HSV(B) | 8.17º | 0.98% | 0.67% | - |
| XYZ | 17.4 | 9.52 | 1.01 | - |
| YUV | 67.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 3 | 0 | 0.85 | 0.98 | 0.33 | 8.17 | 0.97 | 0.34 |
| Hex | AC | 1A | 3 | 0 | 55 | 62 | 21 | 8 | 61 | 22 |
| Octal | 254 | 32 | 3 | 0 | 125 | 142 | 41 | 10 | 141 | 42 |
| Binary | 10101100 | 11010 | 11 | 0 | 1010101 | 1100010 | 100001 | 1000 | 1100001 | 100010 |
Color Harmonies of #AC1A03
Complementary color
Monochromatic Colors of #AC1A03
Black with #AC1A03
Text Example
Text Example
White with #AC1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A03; }
p { color: rgb(172,26,3); }
H1.HeaderClassName
{
color: #AC1A03;
}
.AnyTagClassName
{
color: #AC1A03;
}
</style>
background-color css
<style>
a { background-color: #AC1A03; }
a { background-color: rgb(172,26,3); }
div.DivClassName
{
background-color: #AC1A03;
}
.BgClassName
{
background-color: #AC1A03;
}
</style>
border-color css
<style>
span { border-color: #AC1A03; }
span { border-color: rgb(172,26,3); }
td.TdClassName
{
border-color: #AC1A03;
}
.TagClassName
{
border-color: #AC1A03;
}
</style>