Shades of Fire Brick #B83226
Tints of Fire Brick #B83226
RGB
CMYK
RGB Variations
Color information
#B83226 (or 0xB83226) is known color: Fire Brick. HEX triplet: B8, 32 and 26. RGB value is (184,50,38). Sum of RGB (Red+Green+Blue) = 184+50+38=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B83226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83226 is #47CDD9. Grayscale: #585858. Windows color (decimal): -4705754 or 2503352. OLE color: 2503352.
HSL color Cylindrical-coordinate representation of color #B83226: hue angle of 4.93º degrees, saturation: 0.66, 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 #B83226 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 38 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.28 |
| HSL | 4.93º | 0.66% | 0.44% | - |
| HSV(B) | 4.93º | 0.79% | 0.72% | - |
| XYZ | 21.26 | 12.61 | 3.15 | - |
| YUV | 88.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 38 | 0 | 0.73 | 0.79 | 0.28 | 4.93 | 0.66 | 0.44 |
| Hex | B8 | 32 | 26 | 0 | 49 | 4F | 1C | 5 | 42 | 2C |
| Octal | 270 | 62 | 46 | 0 | 111 | 117 | 34 | 5 | 102 | 54 |
| Binary | 10111000 | 110010 | 100110 | 0 | 1001001 | 1001111 | 11100 | 101 | 1000010 | 101100 |
Color Harmonies of #B83226
Complementary color
Monochromatic Colors of #B83226
Black with #B83226
Text Example
Text Example
White with #B83226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83226; }
p { color: rgb(184,50,38); }
H1.HeaderClassName
{
color: #B83226;
}
.AnyTagClassName
{
color: #B83226;
}
</style>
background-color css
<style>
a { background-color: #B83226; }
a { background-color: rgb(184,50,38); }
div.DivClassName
{
background-color: #B83226;
}
.BgClassName
{
background-color: #B83226;
}
</style>
border-color css
<style>
span { border-color: #B83226; }
span { border-color: rgb(184,50,38); }
td.TdClassName
{
border-color: #B83226;
}
.TagClassName
{
border-color: #B83226;
}
</style>