Shades of Brick Red #B23138
Tints of Brick Red #B23138
RGB
CMYK
RGB Variations
Color information
#B23138 (or 0xB23138) is known color: Brick Red. HEX triplet: B2, 31 and 38. RGB value is (178,49,56). Sum of RGB (Red+Green+Blue) = 178+49+56=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23138 is #4DCEC7. Grayscale: #585858. Windows color (decimal): -5099208 or 3682738. OLE color: 3682738.
HSL color Cylindrical-coordinate representation of color #B23138: hue angle of 356.74º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23138 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 56 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.30 |
| HSL | 356.74º | 0.57% | 0.45% | - |
| HSV(B) | 356.74º | 0.72% | 0.7% | - |
| XYZ | 20.17 | 11.95 | 4.98 | - |
| YUV | 88.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 56 | 0 | 0.72 | 0.69 | 0.30 | 356.74 | 0.57 | 0.45 |
| Hex | B2 | 31 | 38 | 0 | 48 | 45 | 1E | 165 | 39 | 2D |
| Octal | 262 | 61 | 70 | 0 | 110 | 105 | 36 | 545 | 71 | 55 |
| Binary | 10110010 | 110001 | 111000 | 0 | 1001000 | 1000101 | 11110 | 101100101 | 111001 | 101101 |
Color Harmonies of #B23138
Complementary color
Monochromatic Colors of #B23138
Black with #B23138
Text Example
Text Example
White with #B23138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23138; }
p { color: rgb(178,49,56); }
H1.HeaderClassName
{
color: #B23138;
}
.AnyTagClassName
{
color: #B23138;
}
</style>
background-color css
<style>
a { background-color: #B23138; }
a { background-color: rgb(178,49,56); }
div.DivClassName
{
background-color: #B23138;
}
.BgClassName
{
background-color: #B23138;
}
</style>
border-color css
<style>
span { border-color: #B23138; }
span { border-color: rgb(178,49,56); }
td.TdClassName
{
border-color: #B23138;
}
.TagClassName
{
border-color: #B23138;
}
</style>