Shades of Brick Red #B33138
Tints of Brick Red #B33138
RGB
CMYK
RGB Variations
Color information
#B33138 (or 0xB33138) is known color: Brick Red. HEX triplet: B3, 31 and 38. RGB value is (179,49,56). Sum of RGB (Red+Green+Blue) = 179+49+56=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B33138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33138 is #4CCEC7. Grayscale: #585858. Windows color (decimal): -5033672 or 3682739. OLE color: 3682739.
HSL color Cylindrical-coordinate representation of color #B33138: hue angle of 356.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33138 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 56 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.30 |
| HSL | 356.77º | 0.57% | 0.45% | - |
| HSV(B) | 356.77º | 0.73% | 0.7% | - |
| XYZ | 20.4 | 12.07 | 4.99 | - |
| YUV | 88.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 56 | 0 | 0.73 | 0.69 | 0.30 | 356.77 | 0.57 | 0.45 |
| Hex | B3 | 31 | 38 | 0 | 49 | 45 | 1E | 165 | 39 | 2D |
| Octal | 263 | 61 | 70 | 0 | 111 | 105 | 36 | 545 | 71 | 55 |
| Binary | 10110011 | 110001 | 111000 | 0 | 1001001 | 1000101 | 11110 | 101100101 | 111001 | 101101 |
Color Harmonies of #B33138
Complementary color
Monochromatic Colors of #B33138
Black with #B33138
Text Example
Text Example
White with #B33138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33138; }
p { color: rgb(179,49,56); }
H1.HeaderClassName
{
color: #B33138;
}
.AnyTagClassName
{
color: #B33138;
}
</style>
background-color css
<style>
a { background-color: #B33138; }
a { background-color: rgb(179,49,56); }
div.DivClassName
{
background-color: #B33138;
}
.BgClassName
{
background-color: #B33138;
}
</style>
border-color css
<style>
span { border-color: #B33138; }
span { border-color: rgb(179,49,56); }
td.TdClassName
{
border-color: #B33138;
}
.TagClassName
{
border-color: #B33138;
}
</style>