Shades of Brick Red #B7373D
Tints of Brick Red #B7373D
RGB
CMYK
RGB Variations
Color information
#B7373D (or 0xB7373D) is known color: Brick Red. HEX triplet: B7, 37 and 3D. RGB value is (183,55,61). Sum of RGB (Red+Green+Blue) = 183+55+61=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7373D is #48C8C2. Grayscale: #5E5E5E. Windows color (decimal): -4769987 or 4011959. OLE color: 4011959.
HSL color Cylindrical-coordinate representation of color #B7373D: hue angle of 357.19º 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 #B7373D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 61 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.28 |
| HSL | 357.19º | 0.54% | 0.47% | - |
| HSV(B) | 357.19º | 0.7% | 0.72% | - |
| XYZ | 21.74 | 13.14 | 5.8 | - |
| YUV | 93.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 61 | 0 | 0.70 | 0.67 | 0.28 | 357.19 | 0.54 | 0.47 |
| Hex | B7 | 37 | 3D | 0 | 46 | 43 | 1C | 165 | 36 | 2F |
| Octal | 267 | 67 | 75 | 0 | 106 | 103 | 34 | 545 | 66 | 57 |
| Binary | 10110111 | 110111 | 111101 | 0 | 1000110 | 1000011 | 11100 | 101100101 | 110110 | 101111 |
Color Harmonies of #B7373D
Complementary color
Monochromatic Colors of #B7373D
Black with #B7373D
Text Example
Text Example
White with #B7373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7373D; }
p { color: rgb(183,55,61); }
H1.HeaderClassName
{
color: #B7373D;
}
.AnyTagClassName
{
color: #B7373D;
}
</style>
background-color css
<style>
a { background-color: #B7373D; }
a { background-color: rgb(183,55,61); }
div.DivClassName
{
background-color: #B7373D;
}
.BgClassName
{
background-color: #B7373D;
}
</style>
border-color css
<style>
span { border-color: #B7373D; }
span { border-color: rgb(183,55,61); }
td.TdClassName
{
border-color: #B7373D;
}
.TagClassName
{
border-color: #B7373D;
}
</style>