Shades of Fire Brick #B82D1A
Tints of Fire Brick #B82D1A
RGB
CMYK
RGB Variations
Color information
#B82D1A (or 0xB82D1A) is known color: Fire Brick. HEX triplet: B8, 2D and 1A. RGB value is (184,45,26). Sum of RGB (Red+Green+Blue) = 184+45+26=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D1A is #47D2E5. Grayscale: #545454. Windows color (decimal): -4707046 or 1715640. OLE color: 1715640.
HSL color Cylindrical-coordinate representation of color #B82D1A: hue angle of 7.22º 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 #B82D1A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 26 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.28 |
| HSL | 7.22º | 0.75% | 0.41% | - |
| HSV(B) | 7.22º | 0.86% | 0.72% | - |
| XYZ | 20.89 | 12.14 | 2.22 | - |
| YUV | 84.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 26 | 0 | 0.76 | 0.86 | 0.28 | 7.22 | 0.75 | 0.41 |
| Hex | B8 | 2D | 1A | 0 | 4C | 56 | 1C | 7 | 4B | 29 |
| Octal | 270 | 55 | 32 | 0 | 114 | 126 | 34 | 7 | 113 | 51 |
| Binary | 10111000 | 101101 | 11010 | 0 | 1001100 | 1010110 | 11100 | 111 | 1001011 | 101001 |
Color Harmonies of #B82D1A
Complementary color
Monochromatic Colors of #B82D1A
Black with #B82D1A
Text Example
Text Example
White with #B82D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D1A; }
p { color: rgb(184,45,26); }
H1.HeaderClassName
{
color: #B82D1A;
}
.AnyTagClassName
{
color: #B82D1A;
}
</style>
background-color css
<style>
a { background-color: #B82D1A; }
a { background-color: rgb(184,45,26); }
div.DivClassName
{
background-color: #B82D1A;
}
.BgClassName
{
background-color: #B82D1A;
}
</style>
border-color css
<style>
span { border-color: #B82D1A; }
span { border-color: rgb(184,45,26); }
td.TdClassName
{
border-color: #B82D1A;
}
.TagClassName
{
border-color: #B82D1A;
}
</style>