Shades of Brick Red #B2363C
Tints of Brick Red #B2363C
RGB
CMYK
RGB Variations
Color information
#B2363C (or 0xB2363C) is known color: Brick Red. HEX triplet: B2, 36 and 3C. RGB value is (178,54,60). Sum of RGB (Red+Green+Blue) = 178+54+60=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2363C is #4DC9C3. Grayscale: #5B5B5B. Windows color (decimal): -5097924 or 3946162. OLE color: 3946162.
HSL color Cylindrical-coordinate representation of color #B2363C: hue angle of 357.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2363C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 60 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.30 |
| HSL | 357.1º | 0.53% | 0.45% | - |
| HSV(B) | 357.1º | 0.7% | 0.7% | - |
| XYZ | 20.49 | 12.43 | 5.59 | - |
| YUV | 91.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 60 | 0 | 0.70 | 0.66 | 0.30 | 357.1 | 0.53 | 0.45 |
| Hex | B2 | 36 | 3C | 0 | 46 | 42 | 1E | 165 | 35 | 2D |
| Octal | 262 | 66 | 74 | 0 | 106 | 102 | 36 | 545 | 65 | 55 |
| Binary | 10110010 | 110110 | 111100 | 0 | 1000110 | 1000010 | 11110 | 101100101 | 110101 | 101101 |
Color Harmonies of #B2363C
Complementary color
Monochromatic Colors of #B2363C
Black with #B2363C
Text Example
Text Example
White with #B2363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2363C; }
p { color: rgb(178,54,60); }
H1.HeaderClassName
{
color: #B2363C;
}
.AnyTagClassName
{
color: #B2363C;
}
</style>
background-color css
<style>
a { background-color: #B2363C; }
a { background-color: rgb(178,54,60); }
div.DivClassName
{
background-color: #B2363C;
}
.BgClassName
{
background-color: #B2363C;
}
</style>
border-color css
<style>
span { border-color: #B2363C; }
span { border-color: rgb(178,54,60); }
td.TdClassName
{
border-color: #B2363C;
}
.TagClassName
{
border-color: #B2363C;
}
</style>