Shades of Fire Brick #B9251D
Tints of Fire Brick #B9251D
RGB
CMYK
RGB Variations
Color information
#B9251D (or 0xB9251D) is known color: Fire Brick. HEX triplet: B9, 25 and 1D. RGB value is (185,37,29). Sum of RGB (Red+Green+Blue) = 185+37+29=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9251D is #46DAE2. Grayscale: #505050. Windows color (decimal): -4643555 or 1910201. OLE color: 1910201.
HSL color Cylindrical-coordinate representation of color #B9251D: hue angle of 3.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9251D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.27 |
| HSL | 3.08º | 0.73% | 0.42% | - |
| HSV(B) | 3.08º | 0.84% | 0.73% | - |
| XYZ | 20.89 | 11.73 | 2.32 | - |
| YUV | 80.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 29 | 0 | 0.80 | 0.84 | 0.27 | 3.08 | 0.73 | 0.42 |
| Hex | B9 | 25 | 1D | 0 | 50 | 54 | 1B | 3 | 49 | 2A |
| Octal | 271 | 45 | 35 | 0 | 120 | 124 | 33 | 3 | 111 | 52 |
| Binary | 10111001 | 100101 | 11101 | 0 | 1010000 | 1010100 | 11011 | 11 | 1001001 | 101010 |
Color Harmonies of #B9251D
Complementary color
Monochromatic Colors of #B9251D
Black with #B9251D
Text Example
Text Example
White with #B9251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9251D; }
p { color: rgb(185,37,29); }
H1.HeaderClassName
{
color: #B9251D;
}
.AnyTagClassName
{
color: #B9251D;
}
</style>
background-color css
<style>
a { background-color: #B9251D; }
a { background-color: rgb(185,37,29); }
div.DivClassName
{
background-color: #B9251D;
}
.BgClassName
{
background-color: #B9251D;
}
</style>
border-color css
<style>
span { border-color: #B9251D; }
span { border-color: rgb(185,37,29); }
td.TdClassName
{
border-color: #B9251D;
}
.TagClassName
{
border-color: #B9251D;
}
</style>