Shades of Brick Red #B32D3D
Tints of Brick Red #B32D3D
RGB
CMYK
RGB Variations
Color information
#B32D3D (or 0xB32D3D) is known color: Brick Red. HEX triplet: B3, 2D and 3D. RGB value is (179,45,61). Sum of RGB (Red+Green+Blue) = 179+45+61=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D3D is #4CD2C2. Grayscale: #565656. Windows color (decimal): -5034691 or 4009395. OLE color: 4009395.
HSL color Cylindrical-coordinate representation of color #B32D3D: hue angle of 352.84º 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 #B32D3D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 61 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.30 |
| HSL | 352.84º | 0.6% | 0.44% | - |
| HSV(B) | 352.84º | 0.75% | 0.7% | - |
| XYZ | 20.37 | 11.8 | 5.62 | - |
| YUV | 86.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 61 | 0 | 0.75 | 0.66 | 0.30 | 352.84 | 0.6 | 0.44 |
| Hex | B3 | 2D | 3D | 0 | 4B | 42 | 1E | 161 | 3C | 2C |
| Octal | 263 | 55 | 75 | 0 | 113 | 102 | 36 | 541 | 74 | 54 |
| Binary | 10110011 | 101101 | 111101 | 0 | 1001011 | 1000010 | 11110 | 101100001 | 111100 | 101100 |
Color Harmonies of #B32D3D
Complementary color
Monochromatic Colors of #B32D3D
Black with #B32D3D
Text Example
Text Example
White with #B32D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D3D; }
p { color: rgb(179,45,61); }
H1.HeaderClassName
{
color: #B32D3D;
}
.AnyTagClassName
{
color: #B32D3D;
}
</style>
background-color css
<style>
a { background-color: #B32D3D; }
a { background-color: rgb(179,45,61); }
div.DivClassName
{
background-color: #B32D3D;
}
.BgClassName
{
background-color: #B32D3D;
}
</style>
border-color css
<style>
span { border-color: #B32D3D; }
span { border-color: rgb(179,45,61); }
td.TdClassName
{
border-color: #B32D3D;
}
.TagClassName
{
border-color: #B32D3D;
}
</style>