Shades of Fire Brick #B82323
Tints of Fire Brick #B82323
RGB
CMYK
RGB Variations
Color information
#B82323 (or 0xB82323) is known color: Fire Brick. HEX triplet: B8, 23 and 23. RGB value is (184,35,35). Sum of RGB (Red+Green+Blue) = 184+35+35=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B82323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82323 is #47DCDC. Grayscale: #4F4F4F. Windows color (decimal): -4709597 or 2302904. OLE color: 2302904.
HSL color Cylindrical-coordinate representation of color #B82323: hue angle of 0º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82323 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 35 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.28 |
| HSL | 0º | 0.68% | 0.43% | - |
| HSV(B) | 0º | 0.81% | 0.72% | - |
| XYZ | 20.67 | 11.51 | 2.72 | - |
| YUV | 79.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 35 | 0 | 0.81 | 0.81 | 0.28 | 0 | 0.68 | 0.43 |
| Hex | B8 | 23 | 23 | 0 | 51 | 51 | 1C | 0 | 44 | 2B |
| Octal | 270 | 43 | 43 | 0 | 121 | 121 | 34 | 0 | 104 | 53 |
| Binary | 10111000 | 100011 | 100011 | 0 | 1010001 | 1010001 | 11100 | 0 | 1000100 | 101011 |
Color Harmonies of #B82323
Complementary color
Monochromatic Colors of #B82323
Black with #B82323
Text Example
Text Example
White with #B82323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82323; }
p { color: rgb(184,35,35); }
H1.HeaderClassName
{
color: #B82323;
}
.AnyTagClassName
{
color: #B82323;
}
</style>
background-color css
<style>
a { background-color: #B82323; }
a { background-color: rgb(184,35,35); }
div.DivClassName
{
background-color: #B82323;
}
.BgClassName
{
background-color: #B82323;
}
</style>
border-color css
<style>
span { border-color: #B82323; }
span { border-color: rgb(184,35,35); }
td.TdClassName
{
border-color: #B82323;
}
.TagClassName
{
border-color: #B82323;
}
</style>