Shades of Brick Red #B2323D
Tints of Brick Red #B2323D
RGB
CMYK
RGB Variations
Color information
#B2323D (or 0xB2323D) is known color: Brick Red. HEX triplet: B2, 32 and 3D. RGB value is (178,50,61). Sum of RGB (Red+Green+Blue) = 178+50+61=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2323D is #4DCDC2. Grayscale: #595959. Windows color (decimal): -5098947 or 4010674. OLE color: 4010674.
HSL color Cylindrical-coordinate representation of color #B2323D: hue angle of 354.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2323D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 61 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.30 |
| HSL | 354.84º | 0.56% | 0.45% | - |
| HSV(B) | 354.84º | 0.72% | 0.7% | - |
| XYZ | 20.34 | 12.08 | 5.67 | - |
| YUV | 89.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 61 | 0 | 0.72 | 0.66 | 0.30 | 354.84 | 0.56 | 0.45 |
| Hex | B2 | 32 | 3D | 0 | 48 | 42 | 1E | 163 | 38 | 2D |
| Octal | 262 | 62 | 75 | 0 | 110 | 102 | 36 | 543 | 70 | 55 |
| Binary | 10110010 | 110010 | 111101 | 0 | 1001000 | 1000010 | 11110 | 101100011 | 111000 | 101101 |
Color Harmonies of #B2323D
Complementary color
Monochromatic Colors of #B2323D
Black with #B2323D
Text Example
Text Example
White with #B2323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2323D; }
p { color: rgb(178,50,61); }
H1.HeaderClassName
{
color: #B2323D;
}
.AnyTagClassName
{
color: #B2323D;
}
</style>
background-color css
<style>
a { background-color: #B2323D; }
a { background-color: rgb(178,50,61); }
div.DivClassName
{
background-color: #B2323D;
}
.BgClassName
{
background-color: #B2323D;
}
</style>
border-color css
<style>
span { border-color: #B2323D; }
span { border-color: rgb(178,50,61); }
td.TdClassName
{
border-color: #B2323D;
}
.TagClassName
{
border-color: #B2323D;
}
</style>