Shades of Brick Red #B32C34
Tints of Brick Red #B32C34
RGB
CMYK
RGB Variations
Color information
#B32C34 (or 0xB32C34) is known color: Brick Red. HEX triplet: B3, 2C and 34. RGB value is (179,44,52). Sum of RGB (Red+Green+Blue) = 179+44+52=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C34 is #4CD3CB. Grayscale: #555555. Windows color (decimal): -5034956 or 3419315. OLE color: 3419315.
HSL color Cylindrical-coordinate representation of color #B32C34: hue angle of 356.44º 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 #B32C34 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 52 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.30 |
| HSL | 356.44º | 0.61% | 0.44% | - |
| HSV(B) | 356.44º | 0.75% | 0.7% | - |
| XYZ | 20.11 | 11.63 | 4.43 | - |
| YUV | 85.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 52 | 0 | 0.75 | 0.71 | 0.30 | 356.44 | 0.61 | 0.44 |
| Hex | B3 | 2C | 34 | 0 | 4B | 47 | 1E | 164 | 3D | 2C |
| Octal | 263 | 54 | 64 | 0 | 113 | 107 | 36 | 544 | 75 | 54 |
| Binary | 10110011 | 101100 | 110100 | 0 | 1001011 | 1000111 | 11110 | 101100100 | 111101 | 101100 |
Color Harmonies of #B32C34
Complementary color
Monochromatic Colors of #B32C34
Black with #B32C34
Text Example
Text Example
White with #B32C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C34; }
p { color: rgb(179,44,52); }
H1.HeaderClassName
{
color: #B32C34;
}
.AnyTagClassName
{
color: #B32C34;
}
</style>
background-color css
<style>
a { background-color: #B32C34; }
a { background-color: rgb(179,44,52); }
div.DivClassName
{
background-color: #B32C34;
}
.BgClassName
{
background-color: #B32C34;
}
</style>
border-color css
<style>
span { border-color: #B32C34; }
span { border-color: rgb(179,44,52); }
td.TdClassName
{
border-color: #B32C34;
}
.TagClassName
{
border-color: #B32C34;
}
</style>