Shades of Fire Brick #B82C2A
Tints of Fire Brick #B82C2A
RGB
CMYK
RGB Variations
Color information
#B82C2A (or 0xB82C2A) is known color: Fire Brick. HEX triplet: B8, 2C and 2A. RGB value is (184,44,42). Sum of RGB (Red+Green+Blue) = 184+44+42=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C2A is #47D3D5. Grayscale: #555555. Windows color (decimal): -4707286 or 2763960. OLE color: 2763960.
HSL color Cylindrical-coordinate representation of color #B82C2A: hue angle of 0.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82C2A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 42 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.28 |
| HSL | 0.85º | 0.63% | 0.44% | - |
| HSV(B) | 0.85º | 0.77% | 0.72% | - |
| XYZ | 21.09 | 12.16 | 3.43 | - |
| YUV | 85.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 42 | 0 | 0.76 | 0.77 | 0.28 | 0.85 | 0.63 | 0.44 |
| Hex | B8 | 2C | 2A | 0 | 4C | 4D | 1C | 1 | 3F | 2C |
| Octal | 270 | 54 | 52 | 0 | 114 | 115 | 34 | 1 | 77 | 54 |
| Binary | 10111000 | 101100 | 101010 | 0 | 1001100 | 1001101 | 11100 | 1 | 111111 | 101100 |
Color Harmonies of #B82C2A
Complementary color
Monochromatic Colors of #B82C2A
Black with #B82C2A
Text Example
Text Example
White with #B82C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C2A; }
p { color: rgb(184,44,42); }
H1.HeaderClassName
{
color: #B82C2A;
}
.AnyTagClassName
{
color: #B82C2A;
}
</style>
background-color css
<style>
a { background-color: #B82C2A; }
a { background-color: rgb(184,44,42); }
div.DivClassName
{
background-color: #B82C2A;
}
.BgClassName
{
background-color: #B82C2A;
}
</style>
border-color css
<style>
span { border-color: #B82C2A; }
span { border-color: rgb(184,44,42); }
td.TdClassName
{
border-color: #B82C2A;
}
.TagClassName
{
border-color: #B82C2A;
}
</style>