Shades of Brick Red #B2343C
Tints of Brick Red #B2343C
RGB
CMYK
RGB Variations
Color information
#B2343C (or 0xB2343C) is known color: Brick Red. HEX triplet: B2, 34 and 3C. RGB value is (178,52,60). Sum of RGB (Red+Green+Blue) = 178+52+60=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2343C is #4DCBC3. Grayscale: #5A5A5A. Windows color (decimal): -5098436 or 3945650. OLE color: 3945650.
HSL color Cylindrical-coordinate representation of color #B2343C: hue angle of 356.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2343C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 60 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.30 |
| HSL | 356.19º | 0.55% | 0.45% | - |
| HSV(B) | 356.19º | 0.71% | 0.7% | - |
| XYZ | 20.4 | 12.25 | 5.56 | - |
| YUV | 90.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 60 | 0 | 0.71 | 0.66 | 0.30 | 356.19 | 0.55 | 0.45 |
| Hex | B2 | 34 | 3C | 0 | 47 | 42 | 1E | 164 | 37 | 2D |
| Octal | 262 | 64 | 74 | 0 | 107 | 102 | 36 | 544 | 67 | 55 |
| Binary | 10110010 | 110100 | 111100 | 0 | 1000111 | 1000010 | 11110 | 101100100 | 110111 | 101101 |
Color Harmonies of #B2343C
Complementary color
Monochromatic Colors of #B2343C
Black with #B2343C
Text Example
Text Example
White with #B2343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2343C; }
p { color: rgb(178,52,60); }
H1.HeaderClassName
{
color: #B2343C;
}
.AnyTagClassName
{
color: #B2343C;
}
</style>
background-color css
<style>
a { background-color: #B2343C; }
a { background-color: rgb(178,52,60); }
div.DivClassName
{
background-color: #B2343C;
}
.BgClassName
{
background-color: #B2343C;
}
</style>
border-color css
<style>
span { border-color: #B2343C; }
span { border-color: rgb(178,52,60); }
td.TdClassName
{
border-color: #B2343C;
}
.TagClassName
{
border-color: #B2343C;
}
</style>