Shades of Brick Red #B22E3E
Tints of Brick Red #B22E3E
RGB
CMYK
RGB Variations
Color information
#B22E3E (or 0xB22E3E) is known color: Brick Red. HEX triplet: B2, 2E and 3E. RGB value is (178,46,62). Sum of RGB (Red+Green+Blue) = 178+46+62=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E3E is #4DD1C1. Grayscale: #575757. Windows color (decimal): -5099970 or 4075186. OLE color: 4075186.
HSL color Cylindrical-coordinate representation of color #B22E3E: hue angle of 352.73º 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 #B22E3E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 62 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.30 |
| HSL | 352.73º | 0.59% | 0.44% | - |
| HSV(B) | 352.73º | 0.74% | 0.7% | - |
| XYZ | 20.21 | 11.77 | 5.76 | - |
| YUV | 87.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 62 | 0 | 0.74 | 0.65 | 0.30 | 352.73 | 0.59 | 0.44 |
| Hex | B2 | 2E | 3E | 0 | 4A | 41 | 1E | 161 | 3B | 2C |
| Octal | 262 | 56 | 76 | 0 | 112 | 101 | 36 | 541 | 73 | 54 |
| Binary | 10110010 | 101110 | 111110 | 0 | 1001010 | 1000001 | 11110 | 101100001 | 111011 | 101100 |
Color Harmonies of #B22E3E
Complementary color
Monochromatic Colors of #B22E3E
Black with #B22E3E
Text Example
Text Example
White with #B22E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E3E; }
p { color: rgb(178,46,62); }
H1.HeaderClassName
{
color: #B22E3E;
}
.AnyTagClassName
{
color: #B22E3E;
}
</style>
background-color css
<style>
a { background-color: #B22E3E; }
a { background-color: rgb(178,46,62); }
div.DivClassName
{
background-color: #B22E3E;
}
.BgClassName
{
background-color: #B22E3E;
}
</style>
border-color css
<style>
span { border-color: #B22E3E; }
span { border-color: rgb(178,46,62); }
td.TdClassName
{
border-color: #B22E3E;
}
.TagClassName
{
border-color: #B22E3E;
}
</style>