Shades of Brick Red #B7373F
Tints of Brick Red #B7373F
RGB
CMYK
RGB Variations
Color information
#B7373F (or 0xB7373F) is known color: Brick Red. HEX triplet: B7, 37 and 3F. RGB value is (183,55,63). Sum of RGB (Red+Green+Blue) = 183+55+63=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7373F is #48C8C0. Grayscale: #5E5E5E. Windows color (decimal): -4769985 or 4143031. OLE color: 4143031.
HSL color Cylindrical-coordinate representation of color #B7373F: hue angle of 356.25º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7373F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 63 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.28 |
| HSL | 356.25º | 0.54% | 0.47% | - |
| HSV(B) | 356.25º | 0.7% | 0.72% | - |
| XYZ | 21.79 | 13.16 | 6.09 | - |
| YUV | 94.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 63 | 0 | 0.70 | 0.66 | 0.28 | 356.25 | 0.54 | 0.47 |
| Hex | B7 | 37 | 3F | 0 | 46 | 42 | 1C | 164 | 36 | 2F |
| Octal | 267 | 67 | 77 | 0 | 106 | 102 | 34 | 544 | 66 | 57 |
| Binary | 10110111 | 110111 | 111111 | 0 | 1000110 | 1000010 | 11100 | 101100100 | 110110 | 101111 |
Color Harmonies of #B7373F
Complementary color
Monochromatic Colors of #B7373F
Black with #B7373F
Text Example
Text Example
White with #B7373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7373F; }
p { color: rgb(183,55,63); }
H1.HeaderClassName
{
color: #B7373F;
}
.AnyTagClassName
{
color: #B7373F;
}
</style>
background-color css
<style>
a { background-color: #B7373F; }
a { background-color: rgb(183,55,63); }
div.DivClassName
{
background-color: #B7373F;
}
.BgClassName
{
background-color: #B7373F;
}
</style>
border-color css
<style>
span { border-color: #B7373F; }
span { border-color: rgb(183,55,63); }
td.TdClassName
{
border-color: #B7373F;
}
.TagClassName
{
border-color: #B7373F;
}
</style>