Shades of Brick Red #B2303B
Tints of Brick Red #B2303B
RGB
CMYK
RGB Variations
Color information
#B2303B (or 0xB2303B) is known color: Brick Red. HEX triplet: B2, 30 and 3B. RGB value is (178,48,59). Sum of RGB (Red+Green+Blue) = 178+48+59=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B2303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2303B is #4DCFC4. Grayscale: #585858. Windows color (decimal): -5099461 or 3879090. OLE color: 3879090.
HSL color Cylindrical-coordinate representation of color #B2303B: hue angle of 354.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2303B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 59 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.30 |
| HSL | 354.92º | 0.58% | 0.44% | - |
| HSV(B) | 354.92º | 0.73% | 0.7% | - |
| XYZ | 20.21 | 11.89 | 5.37 | - |
| YUV | 88.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 59 | 0 | 0.73 | 0.67 | 0.30 | 354.92 | 0.58 | 0.44 |
| Hex | B2 | 30 | 3B | 0 | 49 | 43 | 1E | 163 | 3A | 2C |
| Octal | 262 | 60 | 73 | 0 | 111 | 103 | 36 | 543 | 72 | 54 |
| Binary | 10110010 | 110000 | 111011 | 0 | 1001001 | 1000011 | 11110 | 101100011 | 111010 | 101100 |
Color Harmonies of #B2303B
Complementary color
Monochromatic Colors of #B2303B
Black with #B2303B
Text Example
Text Example
White with #B2303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2303B; }
p { color: rgb(178,48,59); }
H1.HeaderClassName
{
color: #B2303B;
}
.AnyTagClassName
{
color: #B2303B;
}
</style>
background-color css
<style>
a { background-color: #B2303B; }
a { background-color: rgb(178,48,59); }
div.DivClassName
{
background-color: #B2303B;
}
.BgClassName
{
background-color: #B2303B;
}
</style>
border-color css
<style>
span { border-color: #B2303B; }
span { border-color: rgb(178,48,59); }
td.TdClassName
{
border-color: #B2303B;
}
.TagClassName
{
border-color: #B2303B;
}
</style>