Shades of Brick Red #B7363C
Tints of Brick Red #B7363C
RGB
CMYK
RGB Variations
Color information
#B7363C (or 0xB7363C) is known color: Brick Red. HEX triplet: B7, 36 and 3C. RGB value is (183,54,60). Sum of RGB (Red+Green+Blue) = 183+54+60=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7363C is #48C9C3. Grayscale: #5D5D5D. Windows color (decimal): -4770244 or 3946167. OLE color: 3946167.
HSL color Cylindrical-coordinate representation of color #B7363C: hue angle of 357.21º 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 #B7363C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 60 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.28 |
| HSL | 357.21º | 0.54% | 0.46% | - |
| HSV(B) | 357.21º | 0.7% | 0.72% | - |
| XYZ | 21.66 | 13.03 | 5.65 | - |
| YUV | 93.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 60 | 0 | 0.70 | 0.67 | 0.28 | 357.21 | 0.54 | 0.46 |
| Hex | B7 | 36 | 3C | 0 | 46 | 43 | 1C | 165 | 36 | 2E |
| Octal | 267 | 66 | 74 | 0 | 106 | 103 | 34 | 545 | 66 | 56 |
| Binary | 10110111 | 110110 | 111100 | 0 | 1000110 | 1000011 | 11100 | 101100101 | 110110 | 101110 |
Color Harmonies of #B7363C
Complementary color
Monochromatic Colors of #B7363C
Black with #B7363C
Text Example
Text Example
White with #B7363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7363C; }
p { color: rgb(183,54,60); }
H1.HeaderClassName
{
color: #B7363C;
}
.AnyTagClassName
{
color: #B7363C;
}
</style>
background-color css
<style>
a { background-color: #B7363C; }
a { background-color: rgb(183,54,60); }
div.DivClassName
{
background-color: #B7363C;
}
.BgClassName
{
background-color: #B7363C;
}
</style>
border-color css
<style>
span { border-color: #B7363C; }
span { border-color: rgb(183,54,60); }
td.TdClassName
{
border-color: #B7363C;
}
.TagClassName
{
border-color: #B7363C;
}
</style>