Shades of Fire Brick #AB2203
Tints of Fire Brick #AB2203
RGB
CMYK
RGB Variations
Color information
#AB2203 (or 0xAB2203) is known color: Fire Brick. HEX triplet: AB, 22 and 03. RGB value is (171,34,3). Sum of RGB (Red+Green+Blue) = 171+34+3=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2203 is #54DDFC. Grayscale: #474747. Windows color (decimal): -5561853 or 205483. OLE color: 205483.
HSL color Cylindrical-coordinate representation of color #AB2203: hue angle of 11.07º 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 #AB2203 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.33 |
| HSL | 11.07º | 0.97% | 0.34% | - |
| HSV(B) | 11.07º | 0.98% | 0.67% | - |
| XYZ | 17.38 | 9.81 | 1.06 | - |
| YUV | 71.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 3 | 0 | 0.80 | 0.98 | 0.33 | 11.07 | 0.97 | 0.34 |
| Hex | AB | 22 | 3 | 0 | 50 | 62 | 21 | B | 61 | 22 |
| Octal | 253 | 42 | 3 | 0 | 120 | 142 | 41 | 13 | 141 | 42 |
| Binary | 10101011 | 100010 | 11 | 0 | 1010000 | 1100010 | 100001 | 1011 | 1100001 | 100010 |
Color Harmonies of #AB2203
Complementary color
Monochromatic Colors of #AB2203
Black with #AB2203
Text Example
Text Example
White with #AB2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2203; }
p { color: rgb(171,34,3); }
H1.HeaderClassName
{
color: #AB2203;
}
.AnyTagClassName
{
color: #AB2203;
}
</style>
background-color css
<style>
a { background-color: #AB2203; }
a { background-color: rgb(171,34,3); }
div.DivClassName
{
background-color: #AB2203;
}
.BgClassName
{
background-color: #AB2203;
}
</style>
border-color css
<style>
span { border-color: #AB2203; }
span { border-color: rgb(171,34,3); }
td.TdClassName
{
border-color: #AB2203;
}
.TagClassName
{
border-color: #AB2203;
}
</style>