Shades of Fire Brick #AB2523
Tints of Fire Brick #AB2523
RGB
CMYK
RGB Variations
Color information
#AB2523 (or 0xAB2523) is known color: Fire Brick. HEX triplet: AB, 25 and 23. RGB value is (171,37,35). Sum of RGB (Red+Green+Blue) = 171+37+35=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2523 is #54DADC. Grayscale: #4C4C4C. Windows color (decimal): -5561053 or 2303403. OLE color: 2303403.
HSL color Cylindrical-coordinate representation of color #AB2523: hue angle of 0.88º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2523 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 35 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.33 |
| HSL | 0.88º | 0.66% | 0.4% | - |
| HSV(B) | 0.88º | 0.8% | 0.67% | - |
| XYZ | 17.76 | 10.1 | 2.6 | - |
| YUV | 76.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 35 | 0 | 0.78 | 0.80 | 0.33 | 0.88 | 0.66 | 0.4 |
| Hex | AB | 25 | 23 | 0 | 4E | 50 | 21 | 1 | 42 | 28 |
| Octal | 253 | 45 | 43 | 0 | 116 | 120 | 41 | 1 | 102 | 50 |
| Binary | 10101011 | 100101 | 100011 | 0 | 1001110 | 1010000 | 100001 | 1 | 1000010 | 101000 |
Color Harmonies of #AB2523
Complementary color
Monochromatic Colors of #AB2523
Black with #AB2523
Text Example
Text Example
White with #AB2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2523; }
p { color: rgb(171,37,35); }
H1.HeaderClassName
{
color: #AB2523;
}
.AnyTagClassName
{
color: #AB2523;
}
</style>
background-color css
<style>
a { background-color: #AB2523; }
a { background-color: rgb(171,37,35); }
div.DivClassName
{
background-color: #AB2523;
}
.BgClassName
{
background-color: #AB2523;
}
</style>
border-color css
<style>
span { border-color: #AB2523; }
span { border-color: rgb(171,37,35); }
td.TdClassName
{
border-color: #AB2523;
}
.TagClassName
{
border-color: #AB2523;
}
</style>