Shades of Fire Brick #B9302E
Tints of Fire Brick #B9302E
RGB
CMYK
RGB Variations
Color information
#B9302E (or 0xB9302E) is known color: Fire Brick. HEX triplet: B9, 30 and 2E. RGB value is (185,48,46). Sum of RGB (Red+Green+Blue) = 185+48+46=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9302E is #46CFD1. Grayscale: #585858. Windows color (decimal): -4640722 or 3027129. OLE color: 3027129.
HSL color Cylindrical-coordinate representation of color #B9302E: hue angle of 0.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9302E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 46 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.27 |
| HSL | 0.86º | 0.6% | 0.45% | - |
| HSV(B) | 0.86º | 0.75% | 0.73% | - |
| XYZ | 21.56 | 12.63 | 3.89 | - |
| YUV | 88.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 46 | 0 | 0.74 | 0.75 | 0.27 | 0.86 | 0.6 | 0.45 |
| Hex | B9 | 30 | 2E | 0 | 4A | 4B | 1B | 1 | 3C | 2D |
| Octal | 271 | 60 | 56 | 0 | 112 | 113 | 33 | 1 | 74 | 55 |
| Binary | 10111001 | 110000 | 101110 | 0 | 1001010 | 1001011 | 11011 | 1 | 111100 | 101101 |
Color Harmonies of #B9302E
Complementary color
Monochromatic Colors of #B9302E
Black with #B9302E
Text Example
Text Example
White with #B9302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9302E; }
p { color: rgb(185,48,46); }
H1.HeaderClassName
{
color: #B9302E;
}
.AnyTagClassName
{
color: #B9302E;
}
</style>
background-color css
<style>
a { background-color: #B9302E; }
a { background-color: rgb(185,48,46); }
div.DivClassName
{
background-color: #B9302E;
}
.BgClassName
{
background-color: #B9302E;
}
</style>
border-color css
<style>
span { border-color: #B9302E; }
span { border-color: rgb(185,48,46); }
td.TdClassName
{
border-color: #B9302E;
}
.TagClassName
{
border-color: #B9302E;
}
</style>