Shades of Brick Red #B43240
Tints of Brick Red #B43240
RGB
CMYK
RGB Variations
Color information
#B43240 (or 0xB43240) is known color: Brick Red. HEX triplet: B4, 32 and 40. RGB value is (180,50,64). Sum of RGB (Red+Green+Blue) = 180+50+64=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43240 is #4BCDBF. Grayscale: #5A5A5A. Windows color (decimal): -4967872 or 4207284. OLE color: 4207284.
HSL color Cylindrical-coordinate representation of color #B43240: hue angle of 353.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43240 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 64 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.29 |
| HSL | 353.54º | 0.57% | 0.45% | - |
| HSV(B) | 353.54º | 0.72% | 0.71% | - |
| XYZ | 20.89 | 12.35 | 6.13 | - |
| YUV | 90.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 64 | 0 | 0.72 | 0.64 | 0.29 | 353.54 | 0.57 | 0.45 |
| Hex | B4 | 32 | 40 | 0 | 48 | 40 | 1D | 162 | 39 | 2D |
| Octal | 264 | 62 | 100 | 0 | 110 | 100 | 35 | 542 | 71 | 55 |
| Binary | 10110100 | 110010 | 1000000 | 0 | 1001000 | 1000000 | 11101 | 101100010 | 111001 | 101101 |
Color Harmonies of #B43240
Complementary color
Monochromatic Colors of #B43240
Black with #B43240
Text Example
Text Example
White with #B43240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43240; }
p { color: rgb(180,50,64); }
H1.HeaderClassName
{
color: #B43240;
}
.AnyTagClassName
{
color: #B43240;
}
</style>
background-color css
<style>
a { background-color: #B43240; }
a { background-color: rgb(180,50,64); }
div.DivClassName
{
background-color: #B43240;
}
.BgClassName
{
background-color: #B43240;
}
</style>
border-color css
<style>
span { border-color: #B43240; }
span { border-color: rgb(180,50,64); }
td.TdClassName
{
border-color: #B43240;
}
.TagClassName
{
border-color: #B43240;
}
</style>