Shades of Fire Brick #B9261D
Tints of Fire Brick #B9261D
RGB
CMYK
RGB Variations
Color information
#B9261D (or 0xB9261D) is known color: Fire Brick. HEX triplet: B9, 26 and 1D. RGB value is (185,38,29). Sum of RGB (Red+Green+Blue) = 185+38+29=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9261D is #46D9E2. Grayscale: #515151. Windows color (decimal): -4643299 or 1910457. OLE color: 1910457.
HSL color Cylindrical-coordinate representation of color #B9261D: hue angle of 3.46º 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 #B9261D is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 29 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.27 |
| HSL | 3.46º | 0.73% | 0.42% | - |
| HSV(B) | 3.46º | 0.84% | 0.73% | - |
| XYZ | 20.92 | 11.79 | 2.34 | - |
| YUV | 80.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 29 | 0 | 0.79 | 0.84 | 0.27 | 3.46 | 0.73 | 0.42 |
| Hex | B9 | 26 | 1D | 0 | 4F | 54 | 1B | 3 | 49 | 2A |
| Octal | 271 | 46 | 35 | 0 | 117 | 124 | 33 | 3 | 111 | 52 |
| Binary | 10111001 | 100110 | 11101 | 0 | 1001111 | 1010100 | 11011 | 11 | 1001001 | 101010 |
Color Harmonies of #B9261D
Complementary color
Monochromatic Colors of #B9261D
Black with #B9261D
Text Example
Text Example
White with #B9261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9261D; }
p { color: rgb(185,38,29); }
H1.HeaderClassName
{
color: #B9261D;
}
.AnyTagClassName
{
color: #B9261D;
}
</style>
background-color css
<style>
a { background-color: #B9261D; }
a { background-color: rgb(185,38,29); }
div.DivClassName
{
background-color: #B9261D;
}
.BgClassName
{
background-color: #B9261D;
}
</style>
border-color css
<style>
span { border-color: #B9261D; }
span { border-color: rgb(185,38,29); }
td.TdClassName
{
border-color: #B9261D;
}
.TagClassName
{
border-color: #B9261D;
}
</style>