Shades of Brick Red #B32B3B
Tints of Brick Red #B32B3B
RGB
CMYK
RGB Variations
Color information
#B32B3B (or 0xB32B3B) is known color: Brick Red. HEX triplet: B3, 2B and 3B. RGB value is (179,43,59). Sum of RGB (Red+Green+Blue) = 179+43+59=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B3B is #4CD4C4. Grayscale: #555555. Windows color (decimal): -5035205 or 3877811. OLE color: 3877811.
HSL color Cylindrical-coordinate representation of color #B32B3B: hue angle of 352.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B3B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 59 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.30 |
| HSL | 352.94º | 0.61% | 0.44% | - |
| HSV(B) | 352.94º | 0.76% | 0.7% | - |
| XYZ | 20.24 | 11.63 | 5.31 | - |
| YUV | 85.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 59 | 0 | 0.76 | 0.67 | 0.30 | 352.94 | 0.61 | 0.44 |
| Hex | B3 | 2B | 3B | 0 | 4C | 43 | 1E | 161 | 3D | 2C |
| Octal | 263 | 53 | 73 | 0 | 114 | 103 | 36 | 541 | 75 | 54 |
| Binary | 10110011 | 101011 | 111011 | 0 | 1001100 | 1000011 | 11110 | 101100001 | 111101 | 101100 |
Color Harmonies of #B32B3B
Complementary color
Monochromatic Colors of #B32B3B
Black with #B32B3B
Text Example
Text Example
White with #B32B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B3B; }
p { color: rgb(179,43,59); }
H1.HeaderClassName
{
color: #B32B3B;
}
.AnyTagClassName
{
color: #B32B3B;
}
</style>
background-color css
<style>
a { background-color: #B32B3B; }
a { background-color: rgb(179,43,59); }
div.DivClassName
{
background-color: #B32B3B;
}
.BgClassName
{
background-color: #B32B3B;
}
</style>
border-color css
<style>
span { border-color: #B32B3B; }
span { border-color: rgb(179,43,59); }
td.TdClassName
{
border-color: #B32B3B;
}
.TagClassName
{
border-color: #B32B3B;
}
</style>