Shades of Brick Red #B7383D
Tints of Brick Red #B7383D
RGB
CMYK
RGB Variations
Color information
#B7383D (or 0xB7383D) is known color: Brick Red. HEX triplet: B7, 38 and 3D. RGB value is (183,56,61). Sum of RGB (Red+Green+Blue) = 183+56+61=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383D is #48C7C2. Grayscale: #5E5E5E. Windows color (decimal): -4769731 or 4012215. OLE color: 4012215.
HSL color Cylindrical-coordinate representation of color #B7383D: hue angle of 357.64º 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 #B7383D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 61 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.28 |
| HSL | 357.64º | 0.53% | 0.47% | - |
| HSV(B) | 357.64º | 0.69% | 0.72% | - |
| XYZ | 21.78 | 13.23 | 5.82 | - |
| YUV | 94.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 61 | 0 | 0.69 | 0.67 | 0.28 | 357.64 | 0.53 | 0.47 |
| Hex | B7 | 38 | 3D | 0 | 45 | 43 | 1C | 166 | 35 | 2F |
| Octal | 267 | 70 | 75 | 0 | 105 | 103 | 34 | 546 | 65 | 57 |
| Binary | 10110111 | 111000 | 111101 | 0 | 1000101 | 1000011 | 11100 | 101100110 | 110101 | 101111 |
Color Harmonies of #B7383D
Complementary color
Monochromatic Colors of #B7383D
Black with #B7383D
Text Example
Text Example
White with #B7383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7383D; }
p { color: rgb(183,56,61); }
H1.HeaderClassName
{
color: #B7383D;
}
.AnyTagClassName
{
color: #B7383D;
}
</style>
background-color css
<style>
a { background-color: #B7383D; }
a { background-color: rgb(183,56,61); }
div.DivClassName
{
background-color: #B7383D;
}
.BgClassName
{
background-color: #B7383D;
}
</style>
border-color css
<style>
span { border-color: #B7383D; }
span { border-color: rgb(183,56,61); }
td.TdClassName
{
border-color: #B7383D;
}
.TagClassName
{
border-color: #B7383D;
}
</style>