Shades of Fire Brick #AB2207
Tints of Fire Brick #AB2207
RGB
CMYK
RGB Variations
Color information
#AB2207 (or 0xAB2207) is known color: Fire Brick. HEX triplet: AB, 22 and 07. RGB value is (171,34,7). Sum of RGB (Red+Green+Blue) = 171+34+7=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2207 is #54DDF8. Grayscale: #484848. Windows color (decimal): -5561849 or 467627. OLE color: 467627.
HSL color Cylindrical-coordinate representation of color #AB2207: hue angle of 9.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2207 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.33 |
| HSL | 9.88º | 0.92% | 0.35% | - |
| HSV(B) | 9.88º | 0.96% | 0.67% | - |
| XYZ | 17.4 | 9.82 | 1.18 | - |
| YUV | 71.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 7 | 0 | 0.80 | 0.96 | 0.33 | 9.88 | 0.92 | 0.35 |
| Hex | AB | 22 | 7 | 0 | 50 | 60 | 21 | A | 5C | 23 |
| Octal | 253 | 42 | 7 | 0 | 120 | 140 | 41 | 12 | 134 | 43 |
| Binary | 10101011 | 100010 | 111 | 0 | 1010000 | 1100000 | 100001 | 1010 | 1011100 | 100011 |
Color Harmonies of #AB2207
Complementary color
Monochromatic Colors of #AB2207
Black with #AB2207
Text Example
Text Example
White with #AB2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2207; }
p { color: rgb(171,34,7); }
H1.HeaderClassName
{
color: #AB2207;
}
.AnyTagClassName
{
color: #AB2207;
}
</style>
background-color css
<style>
a { background-color: #AB2207; }
a { background-color: rgb(171,34,7); }
div.DivClassName
{
background-color: #AB2207;
}
.BgClassName
{
background-color: #AB2207;
}
</style>
border-color css
<style>
span { border-color: #AB2207; }
span { border-color: rgb(171,34,7); }
td.TdClassName
{
border-color: #AB2207;
}
.TagClassName
{
border-color: #AB2207;
}
</style>