Shades of Fire Brick #B22213
Tints of Fire Brick #B22213
RGB
CMYK
RGB Variations
Color information
#B22213 (or 0xB22213) is known color: Fire Brick. HEX triplet: B2, 22 and 13. RGB value is (178,34,19). Sum of RGB (Red+Green+Blue) = 178+34+19=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B22213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22213 is #4DDDEC. Grayscale: #4B4B4B. Windows color (decimal): -5103085 or 1254066. OLE color: 1254066.
HSL color Cylindrical-coordinate representation of color #B22213: hue angle of 5.66º 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 #B22213 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.30 |
| HSL | 5.66º | 0.81% | 0.39% | - |
| HSV(B) | 5.66º | 0.89% | 0.7% | - |
| XYZ | 19.05 | 10.66 | 1.67 | - |
| YUV | 75.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 19 | 0 | 0.81 | 0.89 | 0.30 | 5.66 | 0.81 | 0.39 |
| Hex | B2 | 22 | 13 | 0 | 51 | 59 | 1E | 6 | 51 | 27 |
| Octal | 262 | 42 | 23 | 0 | 121 | 131 | 36 | 6 | 121 | 47 |
| Binary | 10110010 | 100010 | 10011 | 0 | 1010001 | 1011001 | 11110 | 110 | 1010001 | 100111 |
Color Harmonies of #B22213
Complementary color
Monochromatic Colors of #B22213
Black with #B22213
Text Example
Text Example
White with #B22213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22213; }
p { color: rgb(178,34,19); }
H1.HeaderClassName
{
color: #B22213;
}
.AnyTagClassName
{
color: #B22213;
}
</style>
background-color css
<style>
a { background-color: #B22213; }
a { background-color: rgb(178,34,19); }
div.DivClassName
{
background-color: #B22213;
}
.BgClassName
{
background-color: #B22213;
}
</style>
border-color css
<style>
span { border-color: #B22213; }
span { border-color: rgb(178,34,19); }
td.TdClassName
{
border-color: #B22213;
}
.TagClassName
{
border-color: #B22213;
}
</style>