Shades of Fire Brick #AB2B1B
Tints of Fire Brick #AB2B1B
RGB
CMYK
RGB Variations
Color information
#AB2B1B (or 0xAB2B1B) is known color: Fire Brick. HEX triplet: AB, 2B and 1B. RGB value is (171,43,27). Sum of RGB (Red+Green+Blue) = 171+43+27=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B1B is #54D4E4. Grayscale: #4F4F4F. Windows color (decimal): -5559525 or 1780651. OLE color: 1780651.
HSL color Cylindrical-coordinate representation of color #AB2B1B: hue angle of 6.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB2B1B is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 27 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.33 |
| HSL | 6.67º | 0.73% | 0.39% | - |
| HSV(B) | 6.67º | 0.84% | 0.67% | - |
| XYZ | 17.86 | 10.46 | 2.12 | - |
| YUV | 79.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 27 | 0 | 0.75 | 0.84 | 0.33 | 6.67 | 0.73 | 0.39 |
| Hex | AB | 2B | 1B | 0 | 4B | 54 | 21 | 7 | 49 | 27 |
| Octal | 253 | 53 | 33 | 0 | 113 | 124 | 41 | 7 | 111 | 47 |
| Binary | 10101011 | 101011 | 11011 | 0 | 1001011 | 1010100 | 100001 | 111 | 1001001 | 100111 |
Color Harmonies of #AB2B1B
Complementary color
Monochromatic Colors of #AB2B1B
Black with #AB2B1B
Text Example
Text Example
White with #AB2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B1B; }
p { color: rgb(171,43,27); }
H1.HeaderClassName
{
color: #AB2B1B;
}
.AnyTagClassName
{
color: #AB2B1B;
}
</style>
background-color css
<style>
a { background-color: #AB2B1B; }
a { background-color: rgb(171,43,27); }
div.DivClassName
{
background-color: #AB2B1B;
}
.BgClassName
{
background-color: #AB2B1B;
}
</style>
border-color css
<style>
span { border-color: #AB2B1B; }
span { border-color: rgb(171,43,27); }
td.TdClassName
{
border-color: #AB2B1B;
}
.TagClassName
{
border-color: #AB2B1B;
}
</style>