Shades of Fire Brick #B02113
Tints of Fire Brick #B02113
RGB
CMYK
RGB Variations
Color information
#B02113 (or 0xB02113) is known color: Fire Brick. HEX triplet: B0, 21 and 13. RGB value is (176,33,19). Sum of RGB (Red+Green+Blue) = 176+33+19=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B02113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02113 is #4FDEEC. Grayscale: #4A4A4A. Windows color (decimal): -5234413 or 1253808. OLE color: 1253808.
HSL color Cylindrical-coordinate representation of color #B02113: hue angle of 5.35º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B02113 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.31 |
| HSL | 5.35º | 0.81% | 0.38% | - |
| HSV(B) | 5.35º | 0.89% | 0.69% | - |
| XYZ | 18.57 | 10.36 | 1.64 | - |
| YUV | 74.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 19 | 0 | 0.81 | 0.89 | 0.31 | 5.35 | 0.81 | 0.38 |
| Hex | B0 | 21 | 13 | 0 | 51 | 59 | 1F | 5 | 51 | 26 |
| Octal | 260 | 41 | 23 | 0 | 121 | 131 | 37 | 5 | 121 | 46 |
| Binary | 10110000 | 100001 | 10011 | 0 | 1010001 | 1011001 | 11111 | 101 | 1010001 | 100110 |
Color Harmonies of #B02113
Complementary color
Monochromatic Colors of #B02113
Black with #B02113
Text Example
Text Example
White with #B02113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02113; }
p { color: rgb(176,33,19); }
H1.HeaderClassName
{
color: #B02113;
}
.AnyTagClassName
{
color: #B02113;
}
</style>
background-color css
<style>
a { background-color: #B02113; }
a { background-color: rgb(176,33,19); }
div.DivClassName
{
background-color: #B02113;
}
.BgClassName
{
background-color: #B02113;
}
</style>
border-color css
<style>
span { border-color: #B02113; }
span { border-color: rgb(176,33,19); }
td.TdClassName
{
border-color: #B02113;
}
.TagClassName
{
border-color: #B02113;
}
</style>