Shades of Fire Brick #AC1B02
Tints of Fire Brick #AC1B02
RGB
CMYK
RGB Variations
Color information
#AC1B02 (or 0xAC1B02) is known color: Fire Brick. HEX triplet: AC, 1B and 02. RGB value is (172,27,2). Sum of RGB (Red+Green+Blue) = 172+27+2=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B02 is #53E4FD. Grayscale: #434343. Windows color (decimal): -5498110 or 138156. OLE color: 138156.
HSL color Cylindrical-coordinate representation of color #AC1B02: hue angle of 8.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1B02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.33 |
| HSL | 8.82º | 0.98% | 0.34% | - |
| HSV(B) | 8.82º | 0.99% | 0.67% | - |
| XYZ | 17.42 | 9.56 | 0.98 | - |
| YUV | 67.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 2 | 0 | 0.84 | 0.99 | 0.33 | 8.82 | 0.98 | 0.34 |
| Hex | AC | 1B | 2 | 0 | 54 | 63 | 21 | 9 | 62 | 22 |
| Octal | 254 | 33 | 2 | 0 | 124 | 143 | 41 | 11 | 142 | 42 |
| Binary | 10101100 | 11011 | 10 | 0 | 1010100 | 1100011 | 100001 | 1001 | 1100010 | 100010 |
Color Harmonies of #AC1B02
Complementary color
Monochromatic Colors of #AC1B02
Black with #AC1B02
Text Example
Text Example
White with #AC1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B02; }
p { color: rgb(172,27,2); }
H1.HeaderClassName
{
color: #AC1B02;
}
.AnyTagClassName
{
color: #AC1B02;
}
</style>
background-color css
<style>
a { background-color: #AC1B02; }
a { background-color: rgb(172,27,2); }
div.DivClassName
{
background-color: #AC1B02;
}
.BgClassName
{
background-color: #AC1B02;
}
</style>
border-color css
<style>
span { border-color: #AC1B02; }
span { border-color: rgb(172,27,2); }
td.TdClassName
{
border-color: #AC1B02;
}
.TagClassName
{
border-color: #AC1B02;
}
</style>