Shades of Brick Red #B32C3C
Tints of Brick Red #B32C3C
RGB
CMYK
RGB Variations
Color information
#B32C3C (or 0xB32C3C) is known color: Brick Red. HEX triplet: B3, 2C and 3C. RGB value is (179,44,60). Sum of RGB (Red+Green+Blue) = 179+44+60=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C3C is #4CD3C3. Grayscale: #565656. Windows color (decimal): -5034948 or 3943603. OLE color: 3943603.
HSL color Cylindrical-coordinate representation of color #B32C3C: hue angle of 352.89º 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 #B32C3C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 60 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.30 |
| HSL | 352.89º | 0.61% | 0.44% | - |
| HSV(B) | 352.89º | 0.75% | 0.7% | - |
| XYZ | 20.31 | 11.71 | 5.47 | - |
| YUV | 86.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 60 | 0 | 0.75 | 0.66 | 0.30 | 352.89 | 0.61 | 0.44 |
| Hex | B3 | 2C | 3C | 0 | 4B | 42 | 1E | 161 | 3D | 2C |
| Octal | 263 | 54 | 74 | 0 | 113 | 102 | 36 | 541 | 75 | 54 |
| Binary | 10110011 | 101100 | 111100 | 0 | 1001011 | 1000010 | 11110 | 101100001 | 111101 | 101100 |
Color Harmonies of #B32C3C
Complementary color
Monochromatic Colors of #B32C3C
Black with #B32C3C
Text Example
Text Example
White with #B32C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C3C; }
p { color: rgb(179,44,60); }
H1.HeaderClassName
{
color: #B32C3C;
}
.AnyTagClassName
{
color: #B32C3C;
}
</style>
background-color css
<style>
a { background-color: #B32C3C; }
a { background-color: rgb(179,44,60); }
div.DivClassName
{
background-color: #B32C3C;
}
.BgClassName
{
background-color: #B32C3C;
}
</style>
border-color css
<style>
span { border-color: #B32C3C; }
span { border-color: rgb(179,44,60); }
td.TdClassName
{
border-color: #B32C3C;
}
.TagClassName
{
border-color: #B32C3C;
}
</style>