Shades of Brick Red #B63138
Tints of Brick Red #B63138
RGB
CMYK
RGB Variations
Color information
#B63138 (or 0xB63138) is known color: Brick Red. HEX triplet: B6, 31 and 38. RGB value is (182,49,56). Sum of RGB (Red+Green+Blue) = 182+49+56=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63138 is #49CEC7. Grayscale: #595959. Windows color (decimal): -4837064 or 3682742. OLE color: 3682742.
HSL color Cylindrical-coordinate representation of color #B63138: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63138 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 56 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.29 |
| HSL | 356.84º | 0.58% | 0.45% | - |
| HSV(B) | 356.84º | 0.73% | 0.71% | - |
| XYZ | 21.1 | 12.43 | 5.03 | - |
| YUV | 89.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 56 | 0 | 0.73 | 0.69 | 0.29 | 356.84 | 0.58 | 0.45 |
| Hex | B6 | 31 | 38 | 0 | 49 | 45 | 1D | 165 | 3A | 2D |
| Octal | 266 | 61 | 70 | 0 | 111 | 105 | 35 | 545 | 72 | 55 |
| Binary | 10110110 | 110001 | 111000 | 0 | 1001001 | 1000101 | 11101 | 101100101 | 111010 | 101101 |
Color Harmonies of #B63138
Complementary color
Monochromatic Colors of #B63138
Black with #B63138
Text Example
Text Example
White with #B63138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63138; }
p { color: rgb(182,49,56); }
H1.HeaderClassName
{
color: #B63138;
}
.AnyTagClassName
{
color: #B63138;
}
</style>
background-color css
<style>
a { background-color: #B63138; }
a { background-color: rgb(182,49,56); }
div.DivClassName
{
background-color: #B63138;
}
.BgClassName
{
background-color: #B63138;
}
</style>
border-color css
<style>
span { border-color: #B63138; }
span { border-color: rgb(182,49,56); }
td.TdClassName
{
border-color: #B63138;
}
.TagClassName
{
border-color: #B63138;
}
</style>