Shades of Brick Red #B7383E
Tints of Brick Red #B7383E
RGB
CMYK
RGB Variations
Color information
#B7383E (or 0xB7383E) is known color: Brick Red. HEX triplet: B7, 38 and 3E. RGB value is (183,56,62). Sum of RGB (Red+Green+Blue) = 183+56+62=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383E is #48C7C1. Grayscale: #5E5E5E. Windows color (decimal): -4769730 or 4077751. OLE color: 4077751.
HSL color Cylindrical-coordinate representation of color #B7383E: hue angle of 357.17º degrees, saturation: 0.53, 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 #B7383E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 62 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.28 |
| HSL | 357.17º | 0.53% | 0.47% | - |
| HSV(B) | 357.17º | 0.69% | 0.72% | - |
| XYZ | 21.81 | 13.24 | 5.96 | - |
| YUV | 94.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 62 | 0 | 0.69 | 0.66 | 0.28 | 357.17 | 0.53 | 0.47 |
| Hex | B7 | 38 | 3E | 0 | 45 | 42 | 1C | 165 | 35 | 2F |
| Octal | 267 | 70 | 76 | 0 | 105 | 102 | 34 | 545 | 65 | 57 |
| Binary | 10110111 | 111000 | 111110 | 0 | 1000101 | 1000010 | 11100 | 101100101 | 110101 | 101111 |
Color Harmonies of #B7383E
Complementary color
Monochromatic Colors of #B7383E
Black with #B7383E
Text Example
Text Example
White with #B7383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7383E; }
p { color: rgb(183,56,62); }
H1.HeaderClassName
{
color: #B7383E;
}
.AnyTagClassName
{
color: #B7383E;
}
</style>
background-color css
<style>
a { background-color: #B7383E; }
a { background-color: rgb(183,56,62); }
div.DivClassName
{
background-color: #B7383E;
}
.BgClassName
{
background-color: #B7383E;
}
</style>
border-color css
<style>
span { border-color: #B7383E; }
span { border-color: rgb(183,56,62); }
td.TdClassName
{
border-color: #B7383E;
}
.TagClassName
{
border-color: #B7383E;
}
</style>