Shades of Fire Brick #B22113
Tints of Fire Brick #B22113
RGB
CMYK
RGB Variations
Color information
#B22113 (or 0xB22113) is known color: Fire Brick. HEX triplet: B2, 21 and 13. RGB value is (178,33,19). Sum of RGB (Red+Green+Blue) = 178+33+19=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B22113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22113 is #4DDEEC. Grayscale: #4A4A4A. Windows color (decimal): -5103341 or 1253810. OLE color: 1253810.
HSL color Cylindrical-coordinate representation of color #B22113: hue angle of 5.28º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B22113 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.30 |
| HSL | 5.28º | 0.81% | 0.39% | - |
| HSV(B) | 5.28º | 0.89% | 0.7% | - |
| XYZ | 19.02 | 10.6 | 1.66 | - |
| YUV | 74.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 19 | 0 | 0.81 | 0.89 | 0.30 | 5.28 | 0.81 | 0.39 |
| Hex | B2 | 21 | 13 | 0 | 51 | 59 | 1E | 5 | 51 | 27 |
| Octal | 262 | 41 | 23 | 0 | 121 | 131 | 36 | 5 | 121 | 47 |
| Binary | 10110010 | 100001 | 10011 | 0 | 1010001 | 1011001 | 11110 | 101 | 1010001 | 100111 |
Color Harmonies of #B22113
Complementary color
Monochromatic Colors of #B22113
Black with #B22113
Text Example
Text Example
White with #B22113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22113; }
p { color: rgb(178,33,19); }
H1.HeaderClassName
{
color: #B22113;
}
.AnyTagClassName
{
color: #B22113;
}
</style>
background-color css
<style>
a { background-color: #B22113; }
a { background-color: rgb(178,33,19); }
div.DivClassName
{
background-color: #B22113;
}
.BgClassName
{
background-color: #B22113;
}
</style>
border-color css
<style>
span { border-color: #B22113; }
span { border-color: rgb(178,33,19); }
td.TdClassName
{
border-color: #B22113;
}
.TagClassName
{
border-color: #B22113;
}
</style>