Shades of Fire Brick #B82717
Tints of Fire Brick #B82717
RGB
CMYK
RGB Variations
Color information
#B82717 (or 0xB82717) is known color: Fire Brick. HEX triplet: B8, 27 and 17. RGB value is (184,39,23). Sum of RGB (Red+Green+Blue) = 184+39+23=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B82717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82717 is #47D8E8. Grayscale: #505050. Windows color (decimal): -4708585 or 1517496. OLE color: 1517496.
HSL color Cylindrical-coordinate representation of color #B82717: hue angle of 5.96º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B82717 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 23 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.28 |
| HSL | 5.96º | 0.78% | 0.41% | - |
| HSV(B) | 5.96º | 0.88% | 0.72% | - |
| XYZ | 20.65 | 11.7 | 1.98 | - |
| YUV | 80.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 23 | 0 | 0.79 | 0.88 | 0.28 | 5.96 | 0.78 | 0.41 |
| Hex | B8 | 27 | 17 | 0 | 4F | 58 | 1C | 6 | 4E | 29 |
| Octal | 270 | 47 | 27 | 0 | 117 | 130 | 34 | 6 | 116 | 51 |
| Binary | 10111000 | 100111 | 10111 | 0 | 1001111 | 1011000 | 11100 | 110 | 1001110 | 101001 |
Color Harmonies of #B82717
Complementary color
Monochromatic Colors of #B82717
Black with #B82717
Text Example
Text Example
White with #B82717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82717; }
p { color: rgb(184,39,23); }
H1.HeaderClassName
{
color: #B82717;
}
.AnyTagClassName
{
color: #B82717;
}
</style>
background-color css
<style>
a { background-color: #B82717; }
a { background-color: rgb(184,39,23); }
div.DivClassName
{
background-color: #B82717;
}
.BgClassName
{
background-color: #B82717;
}
</style>
border-color css
<style>
span { border-color: #B82717; }
span { border-color: rgb(184,39,23); }
td.TdClassName
{
border-color: #B82717;
}
.TagClassName
{
border-color: #B82717;
}
</style>