Shades of Fire Brick #B83228
Tints of Fire Brick #B83228
RGB
CMYK
RGB Variations
Color information
#B83228 (or 0xB83228) is known color: Fire Brick. HEX triplet: B8, 32 and 28. RGB value is (184,50,40). Sum of RGB (Red+Green+Blue) = 184+50+40=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B83228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83228 is #47CDD7. Grayscale: #595959. Windows color (decimal): -4705752 or 2634424. OLE color: 2634424.
HSL color Cylindrical-coordinate representation of color #B83228: hue angle of 4.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B83228 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 40 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.28 |
| HSL | 4.17º | 0.64% | 0.44% | - |
| HSV(B) | 4.17º | 0.78% | 0.72% | - |
| XYZ | 21.29 | 12.62 | 3.32 | - |
| YUV | 88.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 40 | 0 | 0.73 | 0.78 | 0.28 | 4.17 | 0.64 | 0.44 |
| Hex | B8 | 32 | 28 | 0 | 49 | 4E | 1C | 4 | 40 | 2C |
| Octal | 270 | 62 | 50 | 0 | 111 | 116 | 34 | 4 | 100 | 54 |
| Binary | 10111000 | 110010 | 101000 | 0 | 1001001 | 1001110 | 11100 | 100 | 1000000 | 101100 |
Color Harmonies of #B83228
Complementary color
Monochromatic Colors of #B83228
Black with #B83228
Text Example
Text Example
White with #B83228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83228; }
p { color: rgb(184,50,40); }
H1.HeaderClassName
{
color: #B83228;
}
.AnyTagClassName
{
color: #B83228;
}
</style>
background-color css
<style>
a { background-color: #B83228; }
a { background-color: rgb(184,50,40); }
div.DivClassName
{
background-color: #B83228;
}
.BgClassName
{
background-color: #B83228;
}
</style>
border-color css
<style>
span { border-color: #B83228; }
span { border-color: rgb(184,50,40); }
td.TdClassName
{
border-color: #B83228;
}
.TagClassName
{
border-color: #B83228;
}
</style>