Shades of Brick Red #B0303A
Tints of Brick Red #B0303A
RGB
CMYK
RGB Variations
Color information
#B0303A (or 0xB0303A) is known color: Brick Red. HEX triplet: B0, 30 and 3A. RGB value is (176,48,58). Sum of RGB (Red+Green+Blue) = 176+48+58=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B0303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0303A is #4FCFC5. Grayscale: #575757. Windows color (decimal): -5230534 or 3813552. OLE color: 3813552.
HSL color Cylindrical-coordinate representation of color #B0303A: hue angle of 355.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0303A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 58 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.31 |
| HSL | 355.31º | 0.57% | 0.44% | - |
| HSV(B) | 355.31º | 0.73% | 0.69% | - |
| XYZ | 19.73 | 11.65 | 5.21 | - |
| YUV | 87.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 58 | 0 | 0.73 | 0.67 | 0.31 | 355.31 | 0.57 | 0.44 |
| Hex | B0 | 30 | 3A | 0 | 49 | 43 | 1F | 163 | 39 | 2C |
| Octal | 260 | 60 | 72 | 0 | 111 | 103 | 37 | 543 | 71 | 54 |
| Binary | 10110000 | 110000 | 111010 | 0 | 1001001 | 1000011 | 11111 | 101100011 | 111001 | 101100 |
Color Harmonies of #B0303A
Complementary color
Monochromatic Colors of #B0303A
Black with #B0303A
Text Example
Text Example
White with #B0303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0303A; }
p { color: rgb(176,48,58); }
H1.HeaderClassName
{
color: #B0303A;
}
.AnyTagClassName
{
color: #B0303A;
}
</style>
background-color css
<style>
a { background-color: #B0303A; }
a { background-color: rgb(176,48,58); }
div.DivClassName
{
background-color: #B0303A;
}
.BgClassName
{
background-color: #B0303A;
}
</style>
border-color css
<style>
span { border-color: #B0303A; }
span { border-color: rgb(176,48,58); }
td.TdClassName
{
border-color: #B0303A;
}
.TagClassName
{
border-color: #B0303A;
}
</style>