Shades of Fire Brick #AC1D08
Tints of Fire Brick #AC1D08
RGB
CMYK
RGB Variations
Color information
#AC1D08 (or 0xAC1D08) is known color: Fire Brick. HEX triplet: AC, 1D and 08. RGB value is (172,29,8). Sum of RGB (Red+Green+Blue) = 172+29+8=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D08 is #53E2F7. Grayscale: #454545. Windows color (decimal): -5497592 or 531884. OLE color: 531884.
HSL color Cylindrical-coordinate representation of color #AC1D08: hue angle of 7.68º 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 #AC1D08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 8 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.33 |
| HSL | 7.68º | 0.91% | 0.35% | - |
| HSV(B) | 7.68º | 0.95% | 0.67% | - |
| XYZ | 17.5 | 9.67 | 1.17 | - |
| YUV | 69.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 8 | 0 | 0.83 | 0.95 | 0.33 | 7.68 | 0.91 | 0.35 |
| Hex | AC | 1D | 8 | 0 | 53 | 5F | 21 | 8 | 5B | 23 |
| Octal | 254 | 35 | 10 | 0 | 123 | 137 | 41 | 10 | 133 | 43 |
| Binary | 10101100 | 11101 | 1000 | 0 | 1010011 | 1011111 | 100001 | 1000 | 1011011 | 100011 |
Color Harmonies of #AC1D08
Complementary color
Monochromatic Colors of #AC1D08
Black with #AC1D08
Text Example
Text Example
White with #AC1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D08; }
p { color: rgb(172,29,8); }
H1.HeaderClassName
{
color: #AC1D08;
}
.AnyTagClassName
{
color: #AC1D08;
}
</style>
background-color css
<style>
a { background-color: #AC1D08; }
a { background-color: rgb(172,29,8); }
div.DivClassName
{
background-color: #AC1D08;
}
.BgClassName
{
background-color: #AC1D08;
}
</style>
border-color css
<style>
span { border-color: #AC1D08; }
span { border-color: rgb(172,29,8); }
td.TdClassName
{
border-color: #AC1D08;
}
.TagClassName
{
border-color: #AC1D08;
}
</style>