Shades of Fire Brick #AB240B
Tints of Fire Brick #AB240B
RGB
CMYK
RGB Variations
Color information
#AB240B (or 0xAB240B) is known color: Fire Brick. HEX triplet: AB, 24 and 0B. RGB value is (171,36,11). Sum of RGB (Red+Green+Blue) = 171+36+11=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB240B is #54DBF4. Grayscale: #494949. Windows color (decimal): -5561333 or 730283. OLE color: 730283.
HSL color Cylindrical-coordinate representation of color #AB240B: hue angle of 9.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB240B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.33 |
| HSL | 9.38º | 0.88% | 0.36% | - |
| HSV(B) | 9.38º | 0.94% | 0.67% | - |
| XYZ | 17.49 | 9.94 | 1.31 | - |
| YUV | 73.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 11 | 0 | 0.79 | 0.94 | 0.33 | 9.38 | 0.88 | 0.36 |
| Hex | AB | 24 | B | 0 | 4F | 5E | 21 | 9 | 58 | 24 |
| Octal | 253 | 44 | 13 | 0 | 117 | 136 | 41 | 11 | 130 | 44 |
| Binary | 10101011 | 100100 | 1011 | 0 | 1001111 | 1011110 | 100001 | 1001 | 1011000 | 100100 |
Color Harmonies of #AB240B
Complementary color
Monochromatic Colors of #AB240B
Black with #AB240B
Text Example
Text Example
White with #AB240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB240B; }
p { color: rgb(171,36,11); }
H1.HeaderClassName
{
color: #AB240B;
}
.AnyTagClassName
{
color: #AB240B;
}
</style>
background-color css
<style>
a { background-color: #AB240B; }
a { background-color: rgb(171,36,11); }
div.DivClassName
{
background-color: #AB240B;
}
.BgClassName
{
background-color: #AB240B;
}
</style>
border-color css
<style>
span { border-color: #AB240B; }
span { border-color: rgb(171,36,11); }
td.TdClassName
{
border-color: #AB240B;
}
.TagClassName
{
border-color: #AB240B;
}
</style>