Shades of Fire Brick #B9291A
Tints of Fire Brick #B9291A
RGB
CMYK
RGB Variations
Color information
#B9291A (or 0xB9291A) is known color: Fire Brick. HEX triplet: B9, 29 and 1A. RGB value is (185,41,26). Sum of RGB (Red+Green+Blue) = 185+41+26=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9291A is #46D6E5. Grayscale: #525252. Windows color (decimal): -4642534 or 1714617. OLE color: 1714617.
HSL color Cylindrical-coordinate representation of color #B9291A: hue angle of 5.66º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9291A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 26 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.27 |
| HSL | 5.66º | 0.75% | 0.41% | - |
| HSV(B) | 5.66º | 0.86% | 0.73% | - |
| XYZ | 20.99 | 11.97 | 2.18 | - |
| YUV | 82.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 26 | 0 | 0.78 | 0.86 | 0.27 | 5.66 | 0.75 | 0.41 |
| Hex | B9 | 29 | 1A | 0 | 4E | 56 | 1B | 6 | 4B | 29 |
| Octal | 271 | 51 | 32 | 0 | 116 | 126 | 33 | 6 | 113 | 51 |
| Binary | 10111001 | 101001 | 11010 | 0 | 1001110 | 1010110 | 11011 | 110 | 1001011 | 101001 |
Color Harmonies of #B9291A
Complementary color
Monochromatic Colors of #B9291A
Black with #B9291A
Text Example
Text Example
White with #B9291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9291A; }
p { color: rgb(185,41,26); }
H1.HeaderClassName
{
color: #B9291A;
}
.AnyTagClassName
{
color: #B9291A;
}
</style>
background-color css
<style>
a { background-color: #B9291A; }
a { background-color: rgb(185,41,26); }
div.DivClassName
{
background-color: #B9291A;
}
.BgClassName
{
background-color: #B9291A;
}
</style>
border-color css
<style>
span { border-color: #B9291A; }
span { border-color: rgb(185,41,26); }
td.TdClassName
{
border-color: #B9291A;
}
.TagClassName
{
border-color: #B9291A;
}
</style>