Shades of Fire Brick #B23222
Tints of Fire Brick #B23222
RGB
CMYK
RGB Variations
Color information
#B23222 (or 0xB23222) is known color: Fire Brick. HEX triplet: B2, 32 and 22. RGB value is (178,50,34). Sum of RGB (Red+Green+Blue) = 178+50+34=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23222 is #4DCDDD. Grayscale: #565656. Windows color (decimal): -5098974 or 2241202. OLE color: 2241202.
HSL color Cylindrical-coordinate representation of color #B23222: hue angle of 6.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B23222 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 34 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.30 |
| HSL | 6.67º | 0.68% | 0.42% | - |
| HSV(B) | 6.67º | 0.81% | 0.7% | - |
| XYZ | 19.79 | 11.86 | 2.76 | - |
| YUV | 86.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 34 | 0 | 0.72 | 0.81 | 0.30 | 6.67 | 0.68 | 0.42 |
| Hex | B2 | 32 | 22 | 0 | 48 | 51 | 1E | 7 | 44 | 2A |
| Octal | 262 | 62 | 42 | 0 | 110 | 121 | 36 | 7 | 104 | 52 |
| Binary | 10110010 | 110010 | 100010 | 0 | 1001000 | 1010001 | 11110 | 111 | 1000100 | 101010 |
Color Harmonies of #B23222
Complementary color
Monochromatic Colors of #B23222
Black with #B23222
Text Example
Text Example
White with #B23222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23222; }
p { color: rgb(178,50,34); }
H1.HeaderClassName
{
color: #B23222;
}
.AnyTagClassName
{
color: #B23222;
}
</style>
background-color css
<style>
a { background-color: #B23222; }
a { background-color: rgb(178,50,34); }
div.DivClassName
{
background-color: #B23222;
}
.BgClassName
{
background-color: #B23222;
}
</style>
border-color css
<style>
span { border-color: #B23222; }
span { border-color: rgb(178,50,34); }
td.TdClassName
{
border-color: #B23222;
}
.TagClassName
{
border-color: #B23222;
}
</style>