Shades of Fire Brick #B91D1D
Tints of Fire Brick #B91D1D
RGB
CMYK
RGB Variations
Color information
#B91D1D (or 0xB91D1D) is known color: Fire Brick. HEX triplet: B9, 1D and 1D. RGB value is (185,29,29). Sum of RGB (Red+Green+Blue) = 185+29+29=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D1D is #46E2E2. Grayscale: #4B4B4B. Windows color (decimal): -4645603 or 1908153. OLE color: 1908153.
HSL color Cylindrical-coordinate representation of color #B91D1D: hue angle of 0º 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 #B91D1D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 29 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.27 |
| HSL | 0º | 0.73% | 0.42% | - |
| HSV(B) | 0º | 0.84% | 0.73% | - |
| XYZ | 20.67 | 11.28 | 2.25 | - |
| YUV | 75.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 29 | 0 | 0.84 | 0.84 | 0.27 | 0 | 0.73 | 0.42 |
| Hex | B9 | 1D | 1D | 0 | 54 | 54 | 1B | 0 | 49 | 2A |
| Octal | 271 | 35 | 35 | 0 | 124 | 124 | 33 | 0 | 111 | 52 |
| Binary | 10111001 | 11101 | 11101 | 0 | 1010100 | 1010100 | 11011 | 0 | 1001001 | 101010 |
Color Harmonies of #B91D1D
Complementary color
Monochromatic Colors of #B91D1D
Black with #B91D1D
Text Example
Text Example
White with #B91D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D1D; }
p { color: rgb(185,29,29); }
H1.HeaderClassName
{
color: #B91D1D;
}
.AnyTagClassName
{
color: #B91D1D;
}
</style>
background-color css
<style>
a { background-color: #B91D1D; }
a { background-color: rgb(185,29,29); }
div.DivClassName
{
background-color: #B91D1D;
}
.BgClassName
{
background-color: #B91D1D;
}
</style>
border-color css
<style>
span { border-color: #B91D1D; }
span { border-color: rgb(185,29,29); }
td.TdClassName
{
border-color: #B91D1D;
}
.TagClassName
{
border-color: #B91D1D;
}
</style>