Shades of Brick Red #B0353D
Tints of Brick Red #B0353D
RGB
CMYK
RGB Variations
Color information
#B0353D (or 0xB0353D) is known color: Brick Red. HEX triplet: B0, 35 and 3D. RGB value is (176,53,61). Sum of RGB (Red+Green+Blue) = 176+53+61=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0353D is #4FCAC2. Grayscale: #5A5A5A. Windows color (decimal): -5229251 or 4011440. OLE color: 4011440.
HSL color Cylindrical-coordinate representation of color #B0353D: hue angle of 356.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0353D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 61 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.31 |
| HSL | 356.1º | 0.54% | 0.45% | - |
| HSV(B) | 356.1º | 0.7% | 0.69% | - |
| XYZ | 20.02 | 12.11 | 5.7 | - |
| YUV | 90.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 61 | 0 | 0.70 | 0.65 | 0.31 | 356.1 | 0.54 | 0.45 |
| Hex | B0 | 35 | 3D | 0 | 46 | 41 | 1F | 164 | 36 | 2D |
| Octal | 260 | 65 | 75 | 0 | 106 | 101 | 37 | 544 | 66 | 55 |
| Binary | 10110000 | 110101 | 111101 | 0 | 1000110 | 1000001 | 11111 | 101100100 | 110110 | 101101 |
Color Harmonies of #B0353D
Complementary color
Monochromatic Colors of #B0353D
Black with #B0353D
Text Example
Text Example
White with #B0353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0353D; }
p { color: rgb(176,53,61); }
H1.HeaderClassName
{
color: #B0353D;
}
.AnyTagClassName
{
color: #B0353D;
}
</style>
background-color css
<style>
a { background-color: #B0353D; }
a { background-color: rgb(176,53,61); }
div.DivClassName
{
background-color: #B0353D;
}
.BgClassName
{
background-color: #B0353D;
}
</style>
border-color css
<style>
span { border-color: #B0353D; }
span { border-color: rgb(176,53,61); }
td.TdClassName
{
border-color: #B0353D;
}
.TagClassName
{
border-color: #B0353D;
}
</style>