Shades of Brick Red #B7363E
Tints of Brick Red #B7363E
RGB
CMYK
RGB Variations
Color information
#B7363E (or 0xB7363E) is known color: Brick Red. HEX triplet: B7, 36 and 3E. RGB value is (183,54,62). Sum of RGB (Red+Green+Blue) = 183+54+62=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7363E is #48C9C1. Grayscale: #5D5D5D. Windows color (decimal): -4770242 or 4077239. OLE color: 4077239.
HSL color Cylindrical-coordinate representation of color #B7363E: hue angle of 356.28º 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 #B7363E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 62 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.28 |
| HSL | 356.28º | 0.54% | 0.46% | - |
| HSV(B) | 356.28º | 0.7% | 0.72% | - |
| XYZ | 21.72 | 13.05 | 5.93 | - |
| YUV | 93.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 62 | 0 | 0.70 | 0.66 | 0.28 | 356.28 | 0.54 | 0.46 |
| Hex | B7 | 36 | 3E | 0 | 46 | 42 | 1C | 164 | 36 | 2E |
| Octal | 267 | 66 | 76 | 0 | 106 | 102 | 34 | 544 | 66 | 56 |
| Binary | 10110111 | 110110 | 111110 | 0 | 1000110 | 1000010 | 11100 | 101100100 | 110110 | 101110 |
Color Harmonies of #B7363E
Complementary color
Monochromatic Colors of #B7363E
Black with #B7363E
Text Example
Text Example
White with #B7363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7363E; }
p { color: rgb(183,54,62); }
H1.HeaderClassName
{
color: #B7363E;
}
.AnyTagClassName
{
color: #B7363E;
}
</style>
background-color css
<style>
a { background-color: #B7363E; }
a { background-color: rgb(183,54,62); }
div.DivClassName
{
background-color: #B7363E;
}
.BgClassName
{
background-color: #B7363E;
}
</style>
border-color css
<style>
span { border-color: #B7363E; }
span { border-color: rgb(183,54,62); }
td.TdClassName
{
border-color: #B7363E;
}
.TagClassName
{
border-color: #B7363E;
}
</style>