Shades of Brick Red #B32C38
Tints of Brick Red #B32C38
RGB
CMYK
RGB Variations
Color information
#B32C38 (or 0xB32C38) is known color: Brick Red. HEX triplet: B3, 2C and 38. RGB value is (179,44,56). Sum of RGB (Red+Green+Blue) = 179+44+56=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C38 is #4CD3C7. Grayscale: #555555. Windows color (decimal): -5034952 or 3681459. OLE color: 3681459.
HSL color Cylindrical-coordinate representation of color #B32C38: hue angle of 354.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32C38 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 56 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.30 |
| HSL | 354.67º | 0.61% | 0.44% | - |
| HSV(B) | 354.67º | 0.75% | 0.7% | - |
| XYZ | 20.2 | 11.67 | 4.93 | - |
| YUV | 85.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 56 | 0 | 0.75 | 0.69 | 0.30 | 354.67 | 0.61 | 0.44 |
| Hex | B3 | 2C | 38 | 0 | 4B | 45 | 1E | 163 | 3D | 2C |
| Octal | 263 | 54 | 70 | 0 | 113 | 105 | 36 | 543 | 75 | 54 |
| Binary | 10110011 | 101100 | 111000 | 0 | 1001011 | 1000101 | 11110 | 101100011 | 111101 | 101100 |
Color Harmonies of #B32C38
Complementary color
Monochromatic Colors of #B32C38
Black with #B32C38
Text Example
Text Example
White with #B32C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C38; }
p { color: rgb(179,44,56); }
H1.HeaderClassName
{
color: #B32C38;
}
.AnyTagClassName
{
color: #B32C38;
}
</style>
background-color css
<style>
a { background-color: #B32C38; }
a { background-color: rgb(179,44,56); }
div.DivClassName
{
background-color: #B32C38;
}
.BgClassName
{
background-color: #B32C38;
}
</style>
border-color css
<style>
span { border-color: #B32C38; }
span { border-color: rgb(179,44,56); }
td.TdClassName
{
border-color: #B32C38;
}
.TagClassName
{
border-color: #B32C38;
}
</style>