Shades of Fire Brick #B9251C
Tints of Fire Brick #B9251C
RGB
CMYK
RGB Variations
Color information
#B9251C (or 0xB9251C) is known color: Fire Brick. HEX triplet: B9, 25 and 1C. RGB value is (185,37,28). Sum of RGB (Red+Green+Blue) = 185+37+28=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9251C is #46DAE3. Grayscale: #505050. Windows color (decimal): -4643556 or 1844665. OLE color: 1844665.
HSL color Cylindrical-coordinate representation of color #B9251C: hue angle of 3.44º 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 #B9251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.27 |
| HSL | 3.44º | 0.74% | 0.42% | - |
| HSV(B) | 3.44º | 0.85% | 0.73% | - |
| XYZ | 20.88 | 11.72 | 2.26 | - |
| YUV | 80.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 28 | 0 | 0.80 | 0.85 | 0.27 | 3.44 | 0.74 | 0.42 |
| Hex | B9 | 25 | 1C | 0 | 50 | 55 | 1B | 3 | 4A | 2A |
| Octal | 271 | 45 | 34 | 0 | 120 | 125 | 33 | 3 | 112 | 52 |
| Binary | 10111001 | 100101 | 11100 | 0 | 1010000 | 1010101 | 11011 | 11 | 1001010 | 101010 |
Color Harmonies of #B9251C
Complementary color
Monochromatic Colors of #B9251C
Black with #B9251C
Text Example
Text Example
White with #B9251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9251C; }
p { color: rgb(185,37,28); }
H1.HeaderClassName
{
color: #B9251C;
}
.AnyTagClassName
{
color: #B9251C;
}
</style>
background-color css
<style>
a { background-color: #B9251C; }
a { background-color: rgb(185,37,28); }
div.DivClassName
{
background-color: #B9251C;
}
.BgClassName
{
background-color: #B9251C;
}
</style>
border-color css
<style>
span { border-color: #B9251C; }
span { border-color: rgb(185,37,28); }
td.TdClassName
{
border-color: #B9251C;
}
.TagClassName
{
border-color: #B9251C;
}
</style>