Shades of Fire Brick #AB250F
Tints of Fire Brick #AB250F
RGB
CMYK
RGB Variations
Color information
#AB250F (or 0xAB250F) is known color: Fire Brick. HEX triplet: AB, 25 and 0F. RGB value is (171,37,15). Sum of RGB (Red+Green+Blue) = 171+37+15=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250F is #54DAF0. Grayscale: #4A4A4A. Windows color (decimal): -5561073 or 992683. OLE color: 992683.
HSL color Cylindrical-coordinate representation of color #AB250F: hue angle of 8.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB250F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 15 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.33 |
| HSL | 8.46º | 0.84% | 0.36% | - |
| HSV(B) | 8.46º | 0.91% | 0.67% | - |
| XYZ | 17.54 | 10.02 | 1.46 | - |
| YUV | 74.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 15 | 0 | 0.78 | 0.91 | 0.33 | 8.46 | 0.84 | 0.36 |
| Hex | AB | 25 | F | 0 | 4E | 5B | 21 | 8 | 54 | 24 |
| Octal | 253 | 45 | 17 | 0 | 116 | 133 | 41 | 10 | 124 | 44 |
| Binary | 10101011 | 100101 | 1111 | 0 | 1001110 | 1011011 | 100001 | 1000 | 1010100 | 100100 |
Color Harmonies of #AB250F
Complementary color
Monochromatic Colors of #AB250F
Black with #AB250F
Text Example
Text Example
White with #AB250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB250F; }
p { color: rgb(171,37,15); }
H1.HeaderClassName
{
color: #AB250F;
}
.AnyTagClassName
{
color: #AB250F;
}
</style>
background-color css
<style>
a { background-color: #AB250F; }
a { background-color: rgb(171,37,15); }
div.DivClassName
{
background-color: #AB250F;
}
.BgClassName
{
background-color: #AB250F;
}
</style>
border-color css
<style>
span { border-color: #AB250F; }
span { border-color: rgb(171,37,15); }
td.TdClassName
{
border-color: #AB250F;
}
.TagClassName
{
border-color: #AB250F;
}
</style>