Shades of Fire Brick #B03020
Tints of Fire Brick #B03020
RGB
CMYK
RGB Variations
Color information
#B03020 (or 0xB03020) is known color: Fire Brick. HEX triplet: B0, 30 and 20. RGB value is (176,48,32). Sum of RGB (Red+Green+Blue) = 176+48+32=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B03020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03020 is #4FCFDF. Grayscale: #545454. Windows color (decimal): -5230560 or 2109616. OLE color: 2109616.
HSL color Cylindrical-coordinate representation of color #B03020: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B03020 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 32 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.31 |
| HSL | 6.67º | 0.69% | 0.41% | - |
| HSV(B) | 6.67º | 0.82% | 0.69% | - |
| XYZ | 19.22 | 11.45 | 2.56 | - |
| YUV | 84.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 32 | 0 | 0.73 | 0.82 | 0.31 | 6.67 | 0.69 | 0.41 |
| Hex | B0 | 30 | 20 | 0 | 49 | 52 | 1F | 7 | 45 | 29 |
| Octal | 260 | 60 | 40 | 0 | 111 | 122 | 37 | 7 | 105 | 51 |
| Binary | 10110000 | 110000 | 100000 | 0 | 1001001 | 1010010 | 11111 | 111 | 1000101 | 101001 |
Color Harmonies of #B03020
Complementary color
Monochromatic Colors of #B03020
Black with #B03020
Text Example
Text Example
White with #B03020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03020; }
p { color: rgb(176,48,32); }
H1.HeaderClassName
{
color: #B03020;
}
.AnyTagClassName
{
color: #B03020;
}
</style>
background-color css
<style>
a { background-color: #B03020; }
a { background-color: rgb(176,48,32); }
div.DivClassName
{
background-color: #B03020;
}
.BgClassName
{
background-color: #B03020;
}
</style>
border-color css
<style>
span { border-color: #B03020; }
span { border-color: rgb(176,48,32); }
td.TdClassName
{
border-color: #B03020;
}
.TagClassName
{
border-color: #B03020;
}
</style>