Shades of Fire Brick #AB251E
Tints of Fire Brick #AB251E
RGB
CMYK
RGB Variations
Color information
#AB251E (or 0xAB251E) is known color: Fire Brick. HEX triplet: AB, 25 and 1E. RGB value is (171,37,30). Sum of RGB (Red+Green+Blue) = 171+37+30=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB251E is #54DAE1. Grayscale: #4C4C4C. Windows color (decimal): -5561058 or 1975723. OLE color: 1975723.
HSL color Cylindrical-coordinate representation of color #AB251E: hue angle of 2.98º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB251E is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 30 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.33 |
| HSL | 2.98º | 0.7% | 0.39% | - |
| HSV(B) | 2.98º | 0.82% | 0.67% | - |
| XYZ | 17.69 | 10.07 | 2.24 | - |
| YUV | 76.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 30 | 0 | 0.78 | 0.82 | 0.33 | 2.98 | 0.7 | 0.39 |
| Hex | AB | 25 | 1E | 0 | 4E | 52 | 21 | 3 | 46 | 27 |
| Octal | 253 | 45 | 36 | 0 | 116 | 122 | 41 | 3 | 106 | 47 |
| Binary | 10101011 | 100101 | 11110 | 0 | 1001110 | 1010010 | 100001 | 11 | 1000110 | 100111 |
Color Harmonies of #AB251E
Complementary color
Monochromatic Colors of #AB251E
Black with #AB251E
Text Example
Text Example
White with #AB251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB251E; }
p { color: rgb(171,37,30); }
H1.HeaderClassName
{
color: #AB251E;
}
.AnyTagClassName
{
color: #AB251E;
}
</style>
background-color css
<style>
a { background-color: #AB251E; }
a { background-color: rgb(171,37,30); }
div.DivClassName
{
background-color: #AB251E;
}
.BgClassName
{
background-color: #AB251E;
}
</style>
border-color css
<style>
span { border-color: #AB251E; }
span { border-color: rgb(171,37,30); }
td.TdClassName
{
border-color: #AB251E;
}
.TagClassName
{
border-color: #AB251E;
}
</style>