Shades of Brick Red #B7393E
Tints of Brick Red #B7393E
RGB
CMYK
RGB Variations
Color information
#B7393E (or 0xB7393E) is known color: Brick Red. HEX triplet: B7, 39 and 3E. RGB value is (183,57,62). Sum of RGB (Red+Green+Blue) = 183+57+62=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393E is #48C6C1. Grayscale: #5F5F5F. Windows color (decimal): -4769474 or 4078007. OLE color: 4078007.
HSL color Cylindrical-coordinate representation of color #B7393E: hue angle of 357.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7393E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 62 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.28 |
| HSL | 357.62º | 0.53% | 0.47% | - |
| HSV(B) | 357.62º | 0.69% | 0.72% | - |
| XYZ | 21.86 | 13.34 | 5.98 | - |
| YUV | 95.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 62 | 0 | 0.69 | 0.66 | 0.28 | 357.62 | 0.53 | 0.47 |
| Hex | B7 | 39 | 3E | 0 | 45 | 42 | 1C | 166 | 34 | 2F |
| Octal | 267 | 71 | 76 | 0 | 105 | 102 | 34 | 546 | 64 | 57 |
| Binary | 10110111 | 111001 | 111110 | 0 | 1000101 | 1000010 | 11100 | 101100110 | 110100 | 101111 |
Color Harmonies of #B7393E
Complementary color
Monochromatic Colors of #B7393E
Black with #B7393E
Text Example
Text Example
White with #B7393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7393E; }
p { color: rgb(183,57,62); }
H1.HeaderClassName
{
color: #B7393E;
}
.AnyTagClassName
{
color: #B7393E;
}
</style>
background-color css
<style>
a { background-color: #B7393E; }
a { background-color: rgb(183,57,62); }
div.DivClassName
{
background-color: #B7393E;
}
.BgClassName
{
background-color: #B7393E;
}
</style>
border-color css
<style>
span { border-color: #B7393E; }
span { border-color: rgb(183,57,62); }
td.TdClassName
{
border-color: #B7393E;
}
.TagClassName
{
border-color: #B7393E;
}
</style>