Shades of Fire Brick #AB2E19
Tints of Fire Brick #AB2E19
RGB
CMYK
RGB Variations
Color information
#AB2E19 (or 0xAB2E19) is known color: Fire Brick. HEX triplet: AB, 2E and 19. RGB value is (171,46,25). Sum of RGB (Red+Green+Blue) = 171+46+25=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E19 is #54D1E6. Grayscale: #515151. Windows color (decimal): -5558759 or 1650347. OLE color: 1650347.
HSL color Cylindrical-coordinate representation of color #AB2E19: hue angle of 8.63º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2E19 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 25 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.33 |
| HSL | 8.63º | 0.74% | 0.38% | - |
| HSV(B) | 8.63º | 0.85% | 0.67% | - |
| XYZ | 17.95 | 10.68 | 2.04 | - |
| YUV | 80.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 25 | 0 | 0.73 | 0.85 | 0.33 | 8.63 | 0.74 | 0.38 |
| Hex | AB | 2E | 19 | 0 | 49 | 55 | 21 | 9 | 4A | 26 |
| Octal | 253 | 56 | 31 | 0 | 111 | 125 | 41 | 11 | 112 | 46 |
| Binary | 10101011 | 101110 | 11001 | 0 | 1001001 | 1010101 | 100001 | 1001 | 1001010 | 100110 |
Color Harmonies of #AB2E19
Complementary color
Monochromatic Colors of #AB2E19
Black with #AB2E19
Text Example
Text Example
White with #AB2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E19; }
p { color: rgb(171,46,25); }
H1.HeaderClassName
{
color: #AB2E19;
}
.AnyTagClassName
{
color: #AB2E19;
}
</style>
background-color css
<style>
a { background-color: #AB2E19; }
a { background-color: rgb(171,46,25); }
div.DivClassName
{
background-color: #AB2E19;
}
.BgClassName
{
background-color: #AB2E19;
}
</style>
border-color css
<style>
span { border-color: #AB2E19; }
span { border-color: rgb(171,46,25); }
td.TdClassName
{
border-color: #AB2E19;
}
.TagClassName
{
border-color: #AB2E19;
}
</style>