Shades of Brick Red #B32D3B
Tints of Brick Red #B32D3B
RGB
CMYK
RGB Variations
Color information
#B32D3B (or 0xB32D3B) is known color: Brick Red. HEX triplet: B3, 2D and 3B. RGB value is (179,45,59). Sum of RGB (Red+Green+Blue) = 179+45+59=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D3B is #4CD2C4. Grayscale: #565656. Windows color (decimal): -5034693 or 3878323. OLE color: 3878323.
HSL color Cylindrical-coordinate representation of color #B32D3B: hue angle of 353.73º 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 #B32D3B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 59 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.30 |
| HSL | 353.73º | 0.6% | 0.44% | - |
| HSV(B) | 353.73º | 0.75% | 0.7% | - |
| XYZ | 20.32 | 11.78 | 5.34 | - |
| YUV | 86.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 59 | 0 | 0.75 | 0.67 | 0.30 | 353.73 | 0.6 | 0.44 |
| Hex | B3 | 2D | 3B | 0 | 4B | 43 | 1E | 162 | 3C | 2C |
| Octal | 263 | 55 | 73 | 0 | 113 | 103 | 36 | 542 | 74 | 54 |
| Binary | 10110011 | 101101 | 111011 | 0 | 1001011 | 1000011 | 11110 | 101100010 | 111100 | 101100 |
Color Harmonies of #B32D3B
Complementary color
Monochromatic Colors of #B32D3B
Black with #B32D3B
Text Example
Text Example
White with #B32D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D3B; }
p { color: rgb(179,45,59); }
H1.HeaderClassName
{
color: #B32D3B;
}
.AnyTagClassName
{
color: #B32D3B;
}
</style>
background-color css
<style>
a { background-color: #B32D3B; }
a { background-color: rgb(179,45,59); }
div.DivClassName
{
background-color: #B32D3B;
}
.BgClassName
{
background-color: #B32D3B;
}
</style>
border-color css
<style>
span { border-color: #B32D3B; }
span { border-color: rgb(179,45,59); }
td.TdClassName
{
border-color: #B32D3B;
}
.TagClassName
{
border-color: #B32D3B;
}
</style>