Shades of Fire Brick #AB250D
Tints of Fire Brick #AB250D
RGB
CMYK
RGB Variations
Color information
#AB250D (or 0xAB250D) is known color: Fire Brick. HEX triplet: AB, 25 and 0D. RGB value is (171,37,13). Sum of RGB (Red+Green+Blue) = 171+37+13=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250D is #54DAF2. Grayscale: #4A4A4A. Windows color (decimal): -5561075 or 861611. OLE color: 861611.
HSL color Cylindrical-coordinate representation of color #AB250D: hue angle of 9.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB250D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 13 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.33 |
| HSL | 9.11º | 0.86% | 0.36% | - |
| HSV(B) | 9.11º | 0.92% | 0.67% | - |
| XYZ | 17.53 | 10.01 | 1.39 | - |
| YUV | 74.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 13 | 0 | 0.78 | 0.92 | 0.33 | 9.11 | 0.86 | 0.36 |
| Hex | AB | 25 | D | 0 | 4E | 5C | 21 | 9 | 56 | 24 |
| Octal | 253 | 45 | 15 | 0 | 116 | 134 | 41 | 11 | 126 | 44 |
| Binary | 10101011 | 100101 | 1101 | 0 | 1001110 | 1011100 | 100001 | 1001 | 1010110 | 100100 |
Color Harmonies of #AB250D
Complementary color
Monochromatic Colors of #AB250D
Black with #AB250D
Text Example
Text Example
White with #AB250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB250D; }
p { color: rgb(171,37,13); }
H1.HeaderClassName
{
color: #AB250D;
}
.AnyTagClassName
{
color: #AB250D;
}
</style>
background-color css
<style>
a { background-color: #AB250D; }
a { background-color: rgb(171,37,13); }
div.DivClassName
{
background-color: #AB250D;
}
.BgClassName
{
background-color: #AB250D;
}
</style>
border-color css
<style>
span { border-color: #AB250D; }
span { border-color: rgb(171,37,13); }
td.TdClassName
{
border-color: #AB250D;
}
.TagClassName
{
border-color: #AB250D;
}
</style>