Shades of Brick Red #B22E3B
Tints of Brick Red #B22E3B
RGB
CMYK
RGB Variations
Color information
#B22E3B (or 0xB22E3B) is known color: Brick Red. HEX triplet: B2, 2E and 3B. RGB value is (178,46,59). Sum of RGB (Red+Green+Blue) = 178+46+59=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E3B is #4DD1C4. Grayscale: #575757. Windows color (decimal): -5099973 or 3878578. OLE color: 3878578.
HSL color Cylindrical-coordinate representation of color #B22E3B: hue angle of 354.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22E3B is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 59 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.30 |
| HSL | 354.09º | 0.59% | 0.44% | - |
| HSV(B) | 354.09º | 0.74% | 0.7% | - |
| XYZ | 20.13 | 11.73 | 5.34 | - |
| YUV | 86.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 59 | 0 | 0.74 | 0.67 | 0.30 | 354.09 | 0.59 | 0.44 |
| Hex | B2 | 2E | 3B | 0 | 4A | 43 | 1E | 162 | 3B | 2C |
| Octal | 262 | 56 | 73 | 0 | 112 | 103 | 36 | 542 | 73 | 54 |
| Binary | 10110010 | 101110 | 111011 | 0 | 1001010 | 1000011 | 11110 | 101100010 | 111011 | 101100 |
Color Harmonies of #B22E3B
Complementary color
Monochromatic Colors of #B22E3B
Black with #B22E3B
Text Example
Text Example
White with #B22E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E3B; }
p { color: rgb(178,46,59); }
H1.HeaderClassName
{
color: #B22E3B;
}
.AnyTagClassName
{
color: #B22E3B;
}
</style>
background-color css
<style>
a { background-color: #B22E3B; }
a { background-color: rgb(178,46,59); }
div.DivClassName
{
background-color: #B22E3B;
}
.BgClassName
{
background-color: #B22E3B;
}
</style>
border-color css
<style>
span { border-color: #B22E3B; }
span { border-color: rgb(178,46,59); }
td.TdClassName
{
border-color: #B22E3B;
}
.TagClassName
{
border-color: #B22E3B;
}
</style>