Shades of Fire Brick #B9201F
Tints of Fire Brick #B9201F
RGB
CMYK
RGB Variations
Color information
#B9201F (or 0xB9201F) is known color: Fire Brick. HEX triplet: B9, 20 and 1F. RGB value is (185,32,31). Sum of RGB (Red+Green+Blue) = 185+32+31=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9201F is #46DFE0. Grayscale: #4D4D4D. Windows color (decimal): -4644833 or 2039993. OLE color: 2039993.
HSL color Cylindrical-coordinate representation of color #B9201F: hue angle of 0.39º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9201F is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 31 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.27 |
| HSL | 0.39º | 0.71% | 0.42% | - |
| HSV(B) | 0.39º | 0.83% | 0.73% | - |
| XYZ | 20.77 | 11.45 | 2.41 | - |
| YUV | 77.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 31 | 0 | 0.83 | 0.83 | 0.27 | 0.39 | 0.71 | 0.42 |
| Hex | B9 | 20 | 1F | 0 | 53 | 53 | 1B | 0 | 47 | 2A |
| Octal | 271 | 40 | 37 | 0 | 123 | 123 | 33 | 0 | 107 | 52 |
| Binary | 10111001 | 100000 | 11111 | 0 | 1010011 | 1010011 | 11011 | 0 | 1000111 | 101010 |
Color Harmonies of #B9201F
Complementary color
Monochromatic Colors of #B9201F
Black with #B9201F
Text Example
Text Example
White with #B9201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9201F; }
p { color: rgb(185,32,31); }
H1.HeaderClassName
{
color: #B9201F;
}
.AnyTagClassName
{
color: #B9201F;
}
</style>
background-color css
<style>
a { background-color: #B9201F; }
a { background-color: rgb(185,32,31); }
div.DivClassName
{
background-color: #B9201F;
}
.BgClassName
{
background-color: #B9201F;
}
</style>
border-color css
<style>
span { border-color: #B9201F; }
span { border-color: rgb(185,32,31); }
td.TdClassName
{
border-color: #B9201F;
}
.TagClassName
{
border-color: #B9201F;
}
</style>