Shades of Fire Brick #B9302C
Tints of Fire Brick #B9302C
RGB
CMYK
RGB Variations
Color information
#B9302C (or 0xB9302C) is known color: Fire Brick. HEX triplet: B9, 30 and 2C. RGB value is (185,48,44). Sum of RGB (Red+Green+Blue) = 185+48+44=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9302C is #46CFD3. Grayscale: #585858. Windows color (decimal): -4640724 or 2896057. OLE color: 2896057.
HSL color Cylindrical-coordinate representation of color #B9302C: hue angle of 1.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9302C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 44 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.27 |
| HSL | 1.7º | 0.62% | 0.45% | - |
| HSV(B) | 1.7º | 0.76% | 0.73% | - |
| XYZ | 21.52 | 12.61 | 3.68 | - |
| YUV | 88.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 44 | 0 | 0.74 | 0.76 | 0.27 | 1.7 | 0.62 | 0.45 |
| Hex | B9 | 30 | 2C | 0 | 4A | 4C | 1B | 2 | 3E | 2D |
| Octal | 271 | 60 | 54 | 0 | 112 | 114 | 33 | 2 | 76 | 55 |
| Binary | 10111001 | 110000 | 101100 | 0 | 1001010 | 1001100 | 11011 | 10 | 111110 | 101101 |
Color Harmonies of #B9302C
Complementary color
Monochromatic Colors of #B9302C
Black with #B9302C
Text Example
Text Example
White with #B9302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9302C; }
p { color: rgb(185,48,44); }
H1.HeaderClassName
{
color: #B9302C;
}
.AnyTagClassName
{
color: #B9302C;
}
</style>
background-color css
<style>
a { background-color: #B9302C; }
a { background-color: rgb(185,48,44); }
div.DivClassName
{
background-color: #B9302C;
}
.BgClassName
{
background-color: #B9302C;
}
</style>
border-color css
<style>
span { border-color: #B9302C; }
span { border-color: rgb(185,48,44); }
td.TdClassName
{
border-color: #B9302C;
}
.TagClassName
{
border-color: #B9302C;
}
</style>