Shades of Fire Brick #B9291C
Tints of Fire Brick #B9291C
RGB
CMYK
RGB Variations
Color information
#B9291C (or 0xB9291C) is known color: Fire Brick. HEX triplet: B9, 29 and 1C. RGB value is (185,41,28). Sum of RGB (Red+Green+Blue) = 185+41+28=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9291C is #46D6E3. Grayscale: #525252. Windows color (decimal): -4642532 or 1845689. OLE color: 1845689.
HSL color Cylindrical-coordinate representation of color #B9291C: hue angle of 4.97º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9291C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 28 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.27 |
| HSL | 4.97º | 0.74% | 0.42% | - |
| HSV(B) | 4.97º | 0.85% | 0.73% | - |
| XYZ | 21.01 | 11.98 | 2.3 | - |
| YUV | 82.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 28 | 0 | 0.78 | 0.85 | 0.27 | 4.97 | 0.74 | 0.42 |
| Hex | B9 | 29 | 1C | 0 | 4E | 55 | 1B | 5 | 4A | 2A |
| Octal | 271 | 51 | 34 | 0 | 116 | 125 | 33 | 5 | 112 | 52 |
| Binary | 10111001 | 101001 | 11100 | 0 | 1001110 | 1010101 | 11011 | 101 | 1001010 | 101010 |
Color Harmonies of #B9291C
Complementary color
Monochromatic Colors of #B9291C
Black with #B9291C
Text Example
Text Example
White with #B9291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9291C; }
p { color: rgb(185,41,28); }
H1.HeaderClassName
{
color: #B9291C;
}
.AnyTagClassName
{
color: #B9291C;
}
</style>
background-color css
<style>
a { background-color: #B9291C; }
a { background-color: rgb(185,41,28); }
div.DivClassName
{
background-color: #B9291C;
}
.BgClassName
{
background-color: #B9291C;
}
</style>
border-color css
<style>
span { border-color: #B9291C; }
span { border-color: rgb(185,41,28); }
td.TdClassName
{
border-color: #B9291C;
}
.TagClassName
{
border-color: #B9291C;
}
</style>