Shades of Brick Red #B7383F
Tints of Brick Red #B7383F
RGB
CMYK
RGB Variations
Color information
#B7383F (or 0xB7383F) is known color: Brick Red. HEX triplet: B7, 38 and 3F. RGB value is (183,56,63). Sum of RGB (Red+Green+Blue) = 183+56+63=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383F is #48C7C0. Grayscale: #5E5E5E. Windows color (decimal): -4769729 or 4143287. OLE color: 4143287.
HSL color Cylindrical-coordinate representation of color #B7383F: hue angle of 356.69º 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 #B7383F is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 63 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.28 |
| HSL | 356.69º | 0.53% | 0.47% | - |
| HSV(B) | 356.69º | 0.69% | 0.72% | - |
| XYZ | 21.84 | 13.25 | 6.11 | - |
| YUV | 94.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 63 | 0 | 0.69 | 0.66 | 0.28 | 356.69 | 0.53 | 0.47 |
| Hex | B7 | 38 | 3F | 0 | 45 | 42 | 1C | 165 | 35 | 2F |
| Octal | 267 | 70 | 77 | 0 | 105 | 102 | 34 | 545 | 65 | 57 |
| Binary | 10110111 | 111000 | 111111 | 0 | 1000101 | 1000010 | 11100 | 101100101 | 110101 | 101111 |
Color Harmonies of #B7383F
Complementary color
Monochromatic Colors of #B7383F
Black with #B7383F
Text Example
Text Example
White with #B7383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7383F; }
p { color: rgb(183,56,63); }
H1.HeaderClassName
{
color: #B7383F;
}
.AnyTagClassName
{
color: #B7383F;
}
</style>
background-color css
<style>
a { background-color: #B7383F; }
a { background-color: rgb(183,56,63); }
div.DivClassName
{
background-color: #B7383F;
}
.BgClassName
{
background-color: #B7383F;
}
</style>
border-color css
<style>
span { border-color: #B7383F; }
span { border-color: rgb(183,56,63); }
td.TdClassName
{
border-color: #B7383F;
}
.TagClassName
{
border-color: #B7383F;
}
</style>