Shades of Fire Brick #B9302A
Tints of Fire Brick #B9302A
RGB
CMYK
RGB Variations
Color information
#B9302A (or 0xB9302A) is known color: Fire Brick. HEX triplet: B9, 30 and 2A. RGB value is (185,48,42). Sum of RGB (Red+Green+Blue) = 185+48+42=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B9302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9302A is #46CFD5. Grayscale: #585858. Windows color (decimal): -4640726 or 2764985. OLE color: 2764985.
HSL color Cylindrical-coordinate representation of color #B9302A: hue angle of 2.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9302A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 42 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.27 |
| HSL | 2.52º | 0.63% | 0.45% | - |
| HSV(B) | 2.52º | 0.77% | 0.73% | - |
| XYZ | 21.48 | 12.6 | 3.49 | - |
| YUV | 88.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 42 | 0 | 0.74 | 0.77 | 0.27 | 2.52 | 0.63 | 0.45 |
| Hex | B9 | 30 | 2A | 0 | 4A | 4D | 1B | 3 | 3F | 2D |
| Octal | 271 | 60 | 52 | 0 | 112 | 115 | 33 | 3 | 77 | 55 |
| Binary | 10111001 | 110000 | 101010 | 0 | 1001010 | 1001101 | 11011 | 11 | 111111 | 101101 |
Color Harmonies of #B9302A
Complementary color
Monochromatic Colors of #B9302A
Black with #B9302A
Text Example
Text Example
White with #B9302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9302A; }
p { color: rgb(185,48,42); }
H1.HeaderClassName
{
color: #B9302A;
}
.AnyTagClassName
{
color: #B9302A;
}
</style>
background-color css
<style>
a { background-color: #B9302A; }
a { background-color: rgb(185,48,42); }
div.DivClassName
{
background-color: #B9302A;
}
.BgClassName
{
background-color: #B9302A;
}
</style>
border-color css
<style>
span { border-color: #B9302A; }
span { border-color: rgb(185,48,42); }
td.TdClassName
{
border-color: #B9302A;
}
.TagClassName
{
border-color: #B9302A;
}
</style>