Shades of Fire Brick #B82D27
Tints of Fire Brick #B82D27
RGB
CMYK
RGB Variations
Color information
#B82D27 (or 0xB82D27) is known color: Fire Brick. HEX triplet: B8, 2D and 27. RGB value is (184,45,39). Sum of RGB (Red+Green+Blue) = 184+45+39=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D27 is #47D2D8. Grayscale: #565656. Windows color (decimal): -4707033 or 2567608. OLE color: 2567608.
HSL color Cylindrical-coordinate representation of color #B82D27: hue angle of 2.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82D27 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 39 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.28 |
| HSL | 2.48º | 0.65% | 0.44% | - |
| HSV(B) | 2.48º | 0.79% | 0.72% | - |
| XYZ | 21.07 | 12.21 | 3.17 | - |
| YUV | 85.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 39 | 0 | 0.76 | 0.79 | 0.28 | 2.48 | 0.65 | 0.44 |
| Hex | B8 | 2D | 27 | 0 | 4C | 4F | 1C | 2 | 41 | 2C |
| Octal | 270 | 55 | 47 | 0 | 114 | 117 | 34 | 2 | 101 | 54 |
| Binary | 10111000 | 101101 | 100111 | 0 | 1001100 | 1001111 | 11100 | 10 | 1000001 | 101100 |
Color Harmonies of #B82D27
Complementary color
Monochromatic Colors of #B82D27
Black with #B82D27
Text Example
Text Example
White with #B82D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D27; }
p { color: rgb(184,45,39); }
H1.HeaderClassName
{
color: #B82D27;
}
.AnyTagClassName
{
color: #B82D27;
}
</style>
background-color css
<style>
a { background-color: #B82D27; }
a { background-color: rgb(184,45,39); }
div.DivClassName
{
background-color: #B82D27;
}
.BgClassName
{
background-color: #B82D27;
}
</style>
border-color css
<style>
span { border-color: #B82D27; }
span { border-color: rgb(184,45,39); }
td.TdClassName
{
border-color: #B82D27;
}
.TagClassName
{
border-color: #B82D27;
}
</style>