Shades of Fire Brick #B82F2D
Tints of Fire Brick #B82F2D
RGB
CMYK
RGB Variations
Color information
#B82F2D (or 0xB82F2D) is known color: Fire Brick. HEX triplet: B8, 2F and 2D. RGB value is (184,47,45). Sum of RGB (Red+Green+Blue) = 184+47+45=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F2D is #47D0D2. Grayscale: #575757. Windows color (decimal): -4706515 or 2961336. OLE color: 2961336.
HSL color Cylindrical-coordinate representation of color #B82F2D: hue angle of 0.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82F2D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 45 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.28 |
| HSL | 0.86º | 0.61% | 0.45% | - |
| HSV(B) | 0.86º | 0.76% | 0.72% | - |
| XYZ | 21.26 | 12.41 | 3.76 | - |
| YUV | 87.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 45 | 0 | 0.74 | 0.76 | 0.28 | 0.86 | 0.61 | 0.45 |
| Hex | B8 | 2F | 2D | 0 | 4A | 4C | 1C | 1 | 3D | 2D |
| Octal | 270 | 57 | 55 | 0 | 112 | 114 | 34 | 1 | 75 | 55 |
| Binary | 10111000 | 101111 | 101101 | 0 | 1001010 | 1001100 | 11100 | 1 | 111101 | 101101 |
Color Harmonies of #B82F2D
Complementary color
Monochromatic Colors of #B82F2D
Black with #B82F2D
Text Example
Text Example
White with #B82F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F2D; }
p { color: rgb(184,47,45); }
H1.HeaderClassName
{
color: #B82F2D;
}
.AnyTagClassName
{
color: #B82F2D;
}
</style>
background-color css
<style>
a { background-color: #B82F2D; }
a { background-color: rgb(184,47,45); }
div.DivClassName
{
background-color: #B82F2D;
}
.BgClassName
{
background-color: #B82F2D;
}
</style>
border-color css
<style>
span { border-color: #B82F2D; }
span { border-color: rgb(184,47,45); }
td.TdClassName
{
border-color: #B82F2D;
}
.TagClassName
{
border-color: #B82F2D;
}
</style>