Shades of Brick Red #B22C3A
Tints of Brick Red #B22C3A
RGB
CMYK
RGB Variations
Color information
#B22C3A (or 0xB22C3A) is known color: Brick Red. HEX triplet: B2, 2C and 3A. RGB value is (178,44,58). Sum of RGB (Red+Green+Blue) = 178+44+58=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C3A is #4DD3C5. Grayscale: #555555. Windows color (decimal): -5100486 or 3812530. OLE color: 3812530.
HSL color Cylindrical-coordinate representation of color #B22C3A: hue angle of 353.73º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C3A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 58 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.30 |
| HSL | 353.73º | 0.6% | 0.44% | - |
| HSV(B) | 353.73º | 0.75% | 0.7% | - |
| XYZ | 20.02 | 11.57 | 5.18 | - |
| YUV | 85.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 58 | 0 | 0.75 | 0.67 | 0.30 | 353.73 | 0.6 | 0.44 |
| Hex | B2 | 2C | 3A | 0 | 4B | 43 | 1E | 162 | 3C | 2C |
| Octal | 262 | 54 | 72 | 0 | 113 | 103 | 36 | 542 | 74 | 54 |
| Binary | 10110010 | 101100 | 111010 | 0 | 1001011 | 1000011 | 11110 | 101100010 | 111100 | 101100 |
Color Harmonies of #B22C3A
Complementary color
Monochromatic Colors of #B22C3A
Black with #B22C3A
Text Example
Text Example
White with #B22C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C3A; }
p { color: rgb(178,44,58); }
H1.HeaderClassName
{
color: #B22C3A;
}
.AnyTagClassName
{
color: #B22C3A;
}
</style>
background-color css
<style>
a { background-color: #B22C3A; }
a { background-color: rgb(178,44,58); }
div.DivClassName
{
background-color: #B22C3A;
}
.BgClassName
{
background-color: #B22C3A;
}
</style>
border-color css
<style>
span { border-color: #B22C3A; }
span { border-color: rgb(178,44,58); }
td.TdClassName
{
border-color: #B22C3A;
}
.TagClassName
{
border-color: #B22C3A;
}
</style>