Shades of Fire Brick #B91D15
Tints of Fire Brick #B91D15
RGB
CMYK
RGB Variations
Color information
#B91D15 (or 0xB91D15) is known color: Fire Brick. HEX triplet: B9, 1D and 15. RGB value is (185,29,21). Sum of RGB (Red+Green+Blue) = 185+29+21=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D15 is #46E2EA. Grayscale: #4A4A4A. Windows color (decimal): -4645611 or 1383865. OLE color: 1383865.
HSL color Cylindrical-coordinate representation of color #B91D15: hue angle of 2.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91D15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 21 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.27 |
| HSL | 2.93º | 0.8% | 0.4% | - |
| HSV(B) | 2.93º | 0.89% | 0.73% | - |
| XYZ | 20.58 | 11.25 | 1.8 | - |
| YUV | 74.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 21 | 0 | 0.84 | 0.89 | 0.27 | 2.93 | 0.8 | 0.4 |
| Hex | B9 | 1D | 15 | 0 | 54 | 59 | 1B | 3 | 50 | 28 |
| Octal | 271 | 35 | 25 | 0 | 124 | 131 | 33 | 3 | 120 | 50 |
| Binary | 10111001 | 11101 | 10101 | 0 | 1010100 | 1011001 | 11011 | 11 | 1010000 | 101000 |
Color Harmonies of #B91D15
Complementary color
Monochromatic Colors of #B91D15
Black with #B91D15
Text Example
Text Example
White with #B91D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D15; }
p { color: rgb(185,29,21); }
H1.HeaderClassName
{
color: #B91D15;
}
.AnyTagClassName
{
color: #B91D15;
}
</style>
background-color css
<style>
a { background-color: #B91D15; }
a { background-color: rgb(185,29,21); }
div.DivClassName
{
background-color: #B91D15;
}
.BgClassName
{
background-color: #B91D15;
}
</style>
border-color css
<style>
span { border-color: #B91D15; }
span { border-color: rgb(185,29,21); }
td.TdClassName
{
border-color: #B91D15;
}
.TagClassName
{
border-color: #B91D15;
}
</style>