Shades of Brick Red #B32D3A
Tints of Brick Red #B32D3A
RGB
CMYK
RGB Variations
Color information
#B32D3A (or 0xB32D3A) is known color: Brick Red. HEX triplet: B3, 2D and 3A. RGB value is (179,45,58). Sum of RGB (Red+Green+Blue) = 179+45+58=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D3A is #4CD2C5. Grayscale: #565656. Windows color (decimal): -5034694 or 3812787. OLE color: 3812787.
HSL color Cylindrical-coordinate representation of color #B32D3A: hue angle of 354.18º degrees, saturation: 0.6, 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 #B32D3A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 58 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.30 |
| HSL | 354.18º | 0.6% | 0.44% | - |
| HSV(B) | 354.18º | 0.75% | 0.7% | - |
| XYZ | 20.29 | 11.77 | 5.2 | - |
| YUV | 86.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 58 | 0 | 0.75 | 0.68 | 0.30 | 354.18 | 0.6 | 0.44 |
| Hex | B3 | 2D | 3A | 0 | 4B | 44 | 1E | 162 | 3C | 2C |
| Octal | 263 | 55 | 72 | 0 | 113 | 104 | 36 | 542 | 74 | 54 |
| Binary | 10110011 | 101101 | 111010 | 0 | 1001011 | 1000100 | 11110 | 101100010 | 111100 | 101100 |
Color Harmonies of #B32D3A
Complementary color
Monochromatic Colors of #B32D3A
Black with #B32D3A
Text Example
Text Example
White with #B32D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D3A; }
p { color: rgb(179,45,58); }
H1.HeaderClassName
{
color: #B32D3A;
}
.AnyTagClassName
{
color: #B32D3A;
}
</style>
background-color css
<style>
a { background-color: #B32D3A; }
a { background-color: rgb(179,45,58); }
div.DivClassName
{
background-color: #B32D3A;
}
.BgClassName
{
background-color: #B32D3A;
}
</style>
border-color css
<style>
span { border-color: #B32D3A; }
span { border-color: rgb(179,45,58); }
td.TdClassName
{
border-color: #B32D3A;
}
.TagClassName
{
border-color: #B32D3A;
}
</style>