Shades of Brick Red #B2363B
Tints of Brick Red #B2363B
RGB
CMYK
RGB Variations
Color information
#B2363B (or 0xB2363B) is known color: Brick Red. HEX triplet: B2, 36 and 3B. RGB value is (178,54,59). Sum of RGB (Red+Green+Blue) = 178+54+59=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2363B is #4DC9C4. Grayscale: #5B5B5B. Windows color (decimal): -5097925 or 3880626. OLE color: 3880626.
HSL color Cylindrical-coordinate representation of color #B2363B: hue angle of 357.58º 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 #B2363B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 59 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.30 |
| HSL | 357.58º | 0.53% | 0.45% | - |
| HSV(B) | 357.58º | 0.7% | 0.7% | - |
| XYZ | 20.47 | 12.42 | 5.46 | - |
| YUV | 91.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 59 | 0 | 0.70 | 0.67 | 0.30 | 357.58 | 0.53 | 0.45 |
| Hex | B2 | 36 | 3B | 0 | 46 | 43 | 1E | 166 | 35 | 2D |
| Octal | 262 | 66 | 73 | 0 | 106 | 103 | 36 | 546 | 65 | 55 |
| Binary | 10110010 | 110110 | 111011 | 0 | 1000110 | 1000011 | 11110 | 101100110 | 110101 | 101101 |
Color Harmonies of #B2363B
Complementary color
Monochromatic Colors of #B2363B
Black with #B2363B
Text Example
Text Example
White with #B2363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2363B; }
p { color: rgb(178,54,59); }
H1.HeaderClassName
{
color: #B2363B;
}
.AnyTagClassName
{
color: #B2363B;
}
</style>
background-color css
<style>
a { background-color: #B2363B; }
a { background-color: rgb(178,54,59); }
div.DivClassName
{
background-color: #B2363B;
}
.BgClassName
{
background-color: #B2363B;
}
</style>
border-color css
<style>
span { border-color: #B2363B; }
span { border-color: rgb(178,54,59); }
td.TdClassName
{
border-color: #B2363B;
}
.TagClassName
{
border-color: #B2363B;
}
</style>