Shades of Brick Red #B7363D
Tints of Brick Red #B7363D
RGB
CMYK
RGB Variations
Color information
#B7363D (or 0xB7363D) is known color: Brick Red. HEX triplet: B7, 36 and 3D. RGB value is (183,54,61). Sum of RGB (Red+Green+Blue) = 183+54+61=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7363D is #48C9C2. Grayscale: #5D5D5D. Windows color (decimal): -4770243 or 4011703. OLE color: 4011703.
HSL color Cylindrical-coordinate representation of color #B7363D: hue angle of 356.74º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7363D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 61 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.28 |
| HSL | 356.74º | 0.54% | 0.46% | - |
| HSV(B) | 356.74º | 0.7% | 0.72% | - |
| XYZ | 21.69 | 13.04 | 5.79 | - |
| YUV | 93.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 61 | 0 | 0.70 | 0.67 | 0.28 | 356.74 | 0.54 | 0.46 |
| Hex | B7 | 36 | 3D | 0 | 46 | 43 | 1C | 165 | 36 | 2E |
| Octal | 267 | 66 | 75 | 0 | 106 | 103 | 34 | 545 | 66 | 56 |
| Binary | 10110111 | 110110 | 111101 | 0 | 1000110 | 1000011 | 11100 | 101100101 | 110110 | 101110 |
Color Harmonies of #B7363D
Complementary color
Monochromatic Colors of #B7363D
Black with #B7363D
Text Example
Text Example
White with #B7363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7363D; }
p { color: rgb(183,54,61); }
H1.HeaderClassName
{
color: #B7363D;
}
.AnyTagClassName
{
color: #B7363D;
}
</style>
background-color css
<style>
a { background-color: #B7363D; }
a { background-color: rgb(183,54,61); }
div.DivClassName
{
background-color: #B7363D;
}
.BgClassName
{
background-color: #B7363D;
}
</style>
border-color css
<style>
span { border-color: #B7363D; }
span { border-color: rgb(183,54,61); }
td.TdClassName
{
border-color: #B7363D;
}
.TagClassName
{
border-color: #B7363D;
}
</style>