Shades of Fire Brick #B9281D
Tints of Fire Brick #B9281D
RGB
CMYK
RGB Variations
Color information
#B9281D (or 0xB9281D) is known color: Fire Brick. HEX triplet: B9, 28 and 1D. RGB value is (185,40,29). Sum of RGB (Red+Green+Blue) = 185+40+29=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9281D is #46D7E2. Grayscale: #525252. Windows color (decimal): -4642787 or 1910969. OLE color: 1910969.
HSL color Cylindrical-coordinate representation of color #B9281D: hue angle of 4.23º 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 #B9281D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 29 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.27 |
| HSL | 4.23º | 0.73% | 0.42% | - |
| HSV(B) | 4.23º | 0.84% | 0.73% | - |
| XYZ | 20.99 | 11.92 | 2.36 | - |
| YUV | 82.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 29 | 0 | 0.78 | 0.84 | 0.27 | 4.23 | 0.73 | 0.42 |
| Hex | B9 | 28 | 1D | 0 | 4E | 54 | 1B | 4 | 49 | 2A |
| Octal | 271 | 50 | 35 | 0 | 116 | 124 | 33 | 4 | 111 | 52 |
| Binary | 10111001 | 101000 | 11101 | 0 | 1001110 | 1010100 | 11011 | 100 | 1001001 | 101010 |
Color Harmonies of #B9281D
Complementary color
Monochromatic Colors of #B9281D
Black with #B9281D
Text Example
Text Example
White with #B9281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9281D; }
p { color: rgb(185,40,29); }
H1.HeaderClassName
{
color: #B9281D;
}
.AnyTagClassName
{
color: #B9281D;
}
</style>
background-color css
<style>
a { background-color: #B9281D; }
a { background-color: rgb(185,40,29); }
div.DivClassName
{
background-color: #B9281D;
}
.BgClassName
{
background-color: #B9281D;
}
</style>
border-color css
<style>
span { border-color: #B9281D; }
span { border-color: rgb(185,40,29); }
td.TdClassName
{
border-color: #B9281D;
}
.TagClassName
{
border-color: #B9281D;
}
</style>