Shades of Brick Red #B2303F
Tints of Brick Red #B2303F
RGB
CMYK
RGB Variations
Color information
#B2303F (or 0xB2303F) is known color: Brick Red. HEX triplet: B2, 30 and 3F. RGB value is (178,48,63). Sum of RGB (Red+Green+Blue) = 178+48+63=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2303F is #4DCFC0. Grayscale: #585858. Windows color (decimal): -5099457 or 4141234. OLE color: 4141234.
HSL color Cylindrical-coordinate representation of color #B2303F: hue angle of 353.08º 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 #B2303F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 63 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.30 |
| HSL | 353.08º | 0.58% | 0.44% | - |
| HSV(B) | 353.08º | 0.73% | 0.7% | - |
| XYZ | 20.31 | 11.94 | 5.94 | - |
| YUV | 88.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 63 | 0 | 0.73 | 0.65 | 0.30 | 353.08 | 0.58 | 0.44 |
| Hex | B2 | 30 | 3F | 0 | 49 | 41 | 1E | 161 | 3A | 2C |
| Octal | 262 | 60 | 77 | 0 | 111 | 101 | 36 | 541 | 72 | 54 |
| Binary | 10110010 | 110000 | 111111 | 0 | 1001001 | 1000001 | 11110 | 101100001 | 111010 | 101100 |
Color Harmonies of #B2303F
Complementary color
Monochromatic Colors of #B2303F
Black with #B2303F
Text Example
Text Example
White with #B2303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2303F; }
p { color: rgb(178,48,63); }
H1.HeaderClassName
{
color: #B2303F;
}
.AnyTagClassName
{
color: #B2303F;
}
</style>
background-color css
<style>
a { background-color: #B2303F; }
a { background-color: rgb(178,48,63); }
div.DivClassName
{
background-color: #B2303F;
}
.BgClassName
{
background-color: #B2303F;
}
</style>
border-color css
<style>
span { border-color: #B2303F; }
span { border-color: rgb(178,48,63); }
td.TdClassName
{
border-color: #B2303F;
}
.TagClassName
{
border-color: #B2303F;
}
</style>