Shades of Brick Red #B2373D
Tints of Brick Red #B2373D
RGB
CMYK
RGB Variations
Color information
#B2373D (or 0xB2373D) is known color: Brick Red. HEX triplet: B2, 37 and 3D. RGB value is (178,55,61). Sum of RGB (Red+Green+Blue) = 178+55+61=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2373D is #4DC8C2. Grayscale: #5C5C5C. Windows color (decimal): -5097667 or 4011954. OLE color: 4011954.
HSL color Cylindrical-coordinate representation of color #B2373D: hue angle of 357.07º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2373D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 61 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.30 |
| HSL | 357.07º | 0.53% | 0.46% | - |
| HSV(B) | 357.07º | 0.69% | 0.7% | - |
| XYZ | 20.57 | 12.53 | 5.75 | - |
| YUV | 92.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 61 | 0 | 0.69 | 0.66 | 0.30 | 357.07 | 0.53 | 0.46 |
| Hex | B2 | 37 | 3D | 0 | 45 | 42 | 1E | 165 | 35 | 2E |
| Octal | 262 | 67 | 75 | 0 | 105 | 102 | 36 | 545 | 65 | 56 |
| Binary | 10110010 | 110111 | 111101 | 0 | 1000101 | 1000010 | 11110 | 101100101 | 110101 | 101110 |
Color Harmonies of #B2373D
Complementary color
Monochromatic Colors of #B2373D
Black with #B2373D
Text Example
Text Example
White with #B2373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2373D; }
p { color: rgb(178,55,61); }
H1.HeaderClassName
{
color: #B2373D;
}
.AnyTagClassName
{
color: #B2373D;
}
</style>
background-color css
<style>
a { background-color: #B2373D; }
a { background-color: rgb(178,55,61); }
div.DivClassName
{
background-color: #B2373D;
}
.BgClassName
{
background-color: #B2373D;
}
</style>
border-color css
<style>
span { border-color: #B2373D; }
span { border-color: rgb(178,55,61); }
td.TdClassName
{
border-color: #B2373D;
}
.TagClassName
{
border-color: #B2373D;
}
</style>