Shades of Fire Brick #B83120
Tints of Fire Brick #B83120
RGB
CMYK
RGB Variations
Color information
#B83120 (or 0xB83120) is known color: Fire Brick. HEX triplet: B8, 31 and 20. RGB value is (184,49,32). Sum of RGB (Red+Green+Blue) = 184+49+32=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B83120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83120 is #47CEDF. Grayscale: #575757. Windows color (decimal): -4706016 or 2109880. OLE color: 2109880.
HSL color Cylindrical-coordinate representation of color #B83120: hue angle of 6.71º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B83120 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.28 |
| HSL | 6.71º | 0.7% | 0.42% | - |
| HSV(B) | 6.71º | 0.83% | 0.72% | - |
| XYZ | 21.13 | 12.49 | 2.66 | - |
| YUV | 87.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 32 | 0 | 0.73 | 0.83 | 0.28 | 6.71 | 0.7 | 0.42 |
| Hex | B8 | 31 | 20 | 0 | 49 | 53 | 1C | 7 | 46 | 2A |
| Octal | 270 | 61 | 40 | 0 | 111 | 123 | 34 | 7 | 106 | 52 |
| Binary | 10111000 | 110001 | 100000 | 0 | 1001001 | 1010011 | 11100 | 111 | 1000110 | 101010 |
Color Harmonies of #B83120
Complementary color
Monochromatic Colors of #B83120
Black with #B83120
Text Example
Text Example
White with #B83120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83120; }
p { color: rgb(184,49,32); }
H1.HeaderClassName
{
color: #B83120;
}
.AnyTagClassName
{
color: #B83120;
}
</style>
background-color css
<style>
a { background-color: #B83120; }
a { background-color: rgb(184,49,32); }
div.DivClassName
{
background-color: #B83120;
}
.BgClassName
{
background-color: #B83120;
}
</style>
border-color css
<style>
span { border-color: #B83120; }
span { border-color: rgb(184,49,32); }
td.TdClassName
{
border-color: #B83120;
}
.TagClassName
{
border-color: #B83120;
}
</style>