Shades of Fire Brick #B9190D
Tints of Fire Brick #B9190D
RGB
CMYK
RGB Variations
Color information
#B9190D (or 0xB9190D) is known color: Fire Brick. HEX triplet: B9, 19 and 0D. RGB value is (185,25,13). Sum of RGB (Red+Green+Blue) = 185+25+13=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B9190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9190D is #46E6F2. Grayscale: #474747. Windows color (decimal): -4646643 or 858553. OLE color: 858553.
HSL color Cylindrical-coordinate representation of color #B9190D: hue angle of 4.19º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9190D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.27 |
| HSL | 4.19º | 0.87% | 0.39% | - |
| HSV(B) | 4.19º | 0.93% | 0.73% | - |
| XYZ | 20.43 | 11.04 | 1.43 | - |
| YUV | 71.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 13 | 0 | 0.86 | 0.93 | 0.27 | 4.19 | 0.87 | 0.39 |
| Hex | B9 | 19 | D | 0 | 56 | 5D | 1B | 4 | 57 | 27 |
| Octal | 271 | 31 | 15 | 0 | 126 | 135 | 33 | 4 | 127 | 47 |
| Binary | 10111001 | 11001 | 1101 | 0 | 1010110 | 1011101 | 11011 | 100 | 1010111 | 100111 |
Color Harmonies of #B9190D
Complementary color
Monochromatic Colors of #B9190D
Black with #B9190D
Text Example
Text Example
White with #B9190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9190D; }
p { color: rgb(185,25,13); }
H1.HeaderClassName
{
color: #B9190D;
}
.AnyTagClassName
{
color: #B9190D;
}
</style>
background-color css
<style>
a { background-color: #B9190D; }
a { background-color: rgb(185,25,13); }
div.DivClassName
{
background-color: #B9190D;
}
.BgClassName
{
background-color: #B9190D;
}
</style>
border-color css
<style>
span { border-color: #B9190D; }
span { border-color: rgb(185,25,13); }
td.TdClassName
{
border-color: #B9190D;
}
.TagClassName
{
border-color: #B9190D;
}
</style>