Shades of Brick Red #B73040
Tints of Brick Red #B73040
RGB
CMYK
RGB Variations
Color information
#B73040 (or 0xB73040) is known color: Brick Red. HEX triplet: B7, 30 and 40. RGB value is (183,48,64). Sum of RGB (Red+Green+Blue) = 183+48+64=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B73040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73040 is #48CFBF. Grayscale: #5A5A5A. Windows color (decimal): -4771776 or 4206775. OLE color: 4206775.
HSL color Cylindrical-coordinate representation of color #B73040: hue angle of 352.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73040 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 64 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.28 |
| HSL | 352.89º | 0.58% | 0.45% | - |
| HSV(B) | 352.89º | 0.74% | 0.72% | - |
| XYZ | 21.51 | 12.55 | 6.14 | - |
| YUV | 90.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 64 | 0 | 0.74 | 0.65 | 0.28 | 352.89 | 0.58 | 0.45 |
| Hex | B7 | 30 | 40 | 0 | 4A | 41 | 1C | 161 | 3A | 2D |
| Octal | 267 | 60 | 100 | 0 | 112 | 101 | 34 | 541 | 72 | 55 |
| Binary | 10110111 | 110000 | 1000000 | 0 | 1001010 | 1000001 | 11100 | 101100001 | 111010 | 101101 |
Color Harmonies of #B73040
Complementary color
Monochromatic Colors of #B73040
Black with #B73040
Text Example
Text Example
White with #B73040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73040; }
p { color: rgb(183,48,64); }
H1.HeaderClassName
{
color: #B73040;
}
.AnyTagClassName
{
color: #B73040;
}
</style>
background-color css
<style>
a { background-color: #B73040; }
a { background-color: rgb(183,48,64); }
div.DivClassName
{
background-color: #B73040;
}
.BgClassName
{
background-color: #B73040;
}
</style>
border-color css
<style>
span { border-color: #B73040; }
span { border-color: rgb(183,48,64); }
td.TdClassName
{
border-color: #B73040;
}
.TagClassName
{
border-color: #B73040;
}
</style>