Shades of Fire Brick #B82919
Tints of Fire Brick #B82919
RGB
CMYK
RGB Variations
Color information
#B82919 (or 0xB82919) is known color: Fire Brick. HEX triplet: B8, 29 and 19. RGB value is (184,41,25). Sum of RGB (Red+Green+Blue) = 184+41+25=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B82919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82919 is #47D6E6. Grayscale: #525252. Windows color (decimal): -4708071 or 1649080. OLE color: 1649080.
HSL color Cylindrical-coordinate representation of color #B82919: hue angle of 6.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B82919 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 25 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.28 |
| HSL | 6.04º | 0.76% | 0.41% | - |
| HSV(B) | 6.04º | 0.86% | 0.72% | - |
| XYZ | 20.74 | 11.85 | 2.11 | - |
| YUV | 81.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 25 | 0 | 0.78 | 0.86 | 0.28 | 6.04 | 0.76 | 0.41 |
| Hex | B8 | 29 | 19 | 0 | 4E | 56 | 1C | 6 | 4C | 29 |
| Octal | 270 | 51 | 31 | 0 | 116 | 126 | 34 | 6 | 114 | 51 |
| Binary | 10111000 | 101001 | 11001 | 0 | 1001110 | 1010110 | 11100 | 110 | 1001100 | 101001 |
Color Harmonies of #B82919
Complementary color
Monochromatic Colors of #B82919
Black with #B82919
Text Example
Text Example
White with #B82919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82919; }
p { color: rgb(184,41,25); }
H1.HeaderClassName
{
color: #B82919;
}
.AnyTagClassName
{
color: #B82919;
}
</style>
background-color css
<style>
a { background-color: #B82919; }
a { background-color: rgb(184,41,25); }
div.DivClassName
{
background-color: #B82919;
}
.BgClassName
{
background-color: #B82919;
}
</style>
border-color css
<style>
span { border-color: #B82919; }
span { border-color: rgb(184,41,25); }
td.TdClassName
{
border-color: #B82919;
}
.TagClassName
{
border-color: #B82919;
}
</style>