Shades of Fire Brick #B82A1A
Tints of Fire Brick #B82A1A
RGB
CMYK
RGB Variations
Color information
#B82A1A (or 0xB82A1A) is known color: Fire Brick. HEX triplet: B8, 2A and 1A. RGB value is (184,42,26). Sum of RGB (Red+Green+Blue) = 184+42+26=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A1A is #47D5E5. Grayscale: #525252. Windows color (decimal): -4707814 or 1714872. OLE color: 1714872.
HSL color Cylindrical-coordinate representation of color #B82A1A: hue angle of 6.08º degrees, saturation: 0.75, 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 #B82A1A is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 26 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.28 |
| HSL | 6.08º | 0.75% | 0.41% | - |
| HSV(B) | 6.08º | 0.86% | 0.72% | - |
| XYZ | 20.78 | 11.92 | 2.18 | - |
| YUV | 82.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 26 | 0 | 0.77 | 0.86 | 0.28 | 6.08 | 0.75 | 0.41 |
| Hex | B8 | 2A | 1A | 0 | 4D | 56 | 1C | 6 | 4B | 29 |
| Octal | 270 | 52 | 32 | 0 | 115 | 126 | 34 | 6 | 113 | 51 |
| Binary | 10111000 | 101010 | 11010 | 0 | 1001101 | 1010110 | 11100 | 110 | 1001011 | 101001 |
Color Harmonies of #B82A1A
Complementary color
Monochromatic Colors of #B82A1A
Black with #B82A1A
Text Example
Text Example
White with #B82A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A1A; }
p { color: rgb(184,42,26); }
H1.HeaderClassName
{
color: #B82A1A;
}
.AnyTagClassName
{
color: #B82A1A;
}
</style>
background-color css
<style>
a { background-color: #B82A1A; }
a { background-color: rgb(184,42,26); }
div.DivClassName
{
background-color: #B82A1A;
}
.BgClassName
{
background-color: #B82A1A;
}
</style>
border-color css
<style>
span { border-color: #B82A1A; }
span { border-color: rgb(184,42,26); }
td.TdClassName
{
border-color: #B82A1A;
}
.TagClassName
{
border-color: #B82A1A;
}
</style>