Shades of Fire Brick #B5291B
Tints of Fire Brick #B5291B
RGB
CMYK
RGB Variations
Color information
#B5291B (or 0xB5291B) is known color: Fire Brick. HEX triplet: B5, 29 and 1B. RGB value is (181,41,27). Sum of RGB (Red+Green+Blue) = 181+41+27=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5291B is #4AD6E4. Grayscale: #515151. Windows color (decimal): -4904677 or 1780149. OLE color: 1780149.
HSL color Cylindrical-coordinate representation of color #B5291B: hue angle of 5.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5291B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 27 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.29 |
| HSL | 5.45º | 0.74% | 0.41% | - |
| HSV(B) | 5.45º | 0.85% | 0.71% | - |
| XYZ | 20.05 | 11.49 | 2.2 | - |
| YUV | 81.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 27 | 0 | 0.77 | 0.85 | 0.29 | 5.45 | 0.74 | 0.41 |
| Hex | B5 | 29 | 1B | 0 | 4D | 55 | 1D | 5 | 4A | 29 |
| Octal | 265 | 51 | 33 | 0 | 115 | 125 | 35 | 5 | 112 | 51 |
| Binary | 10110101 | 101001 | 11011 | 0 | 1001101 | 1010101 | 11101 | 101 | 1001010 | 101001 |
Color Harmonies of #B5291B
Complementary color
Monochromatic Colors of #B5291B
Black with #B5291B
Text Example
Text Example
White with #B5291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5291B; }
p { color: rgb(181,41,27); }
H1.HeaderClassName
{
color: #B5291B;
}
.AnyTagClassName
{
color: #B5291B;
}
</style>
background-color css
<style>
a { background-color: #B5291B; }
a { background-color: rgb(181,41,27); }
div.DivClassName
{
background-color: #B5291B;
}
.BgClassName
{
background-color: #B5291B;
}
</style>
border-color css
<style>
span { border-color: #B5291B; }
span { border-color: rgb(181,41,27); }
td.TdClassName
{
border-color: #B5291B;
}
.TagClassName
{
border-color: #B5291B;
}
</style>