Shades of Brick Red #B7333F
Tints of Brick Red #B7333F
RGB
CMYK
RGB Variations
Color information
#B7333F (or 0xB7333F) is known color: Brick Red. HEX triplet: B7, 33 and 3F. RGB value is (183,51,63). Sum of RGB (Red+Green+Blue) = 183+51+63=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333F is #48CCC0. Grayscale: #5B5B5B. Windows color (decimal): -4771009 or 4142007. OLE color: 4142007.
HSL color Cylindrical-coordinate representation of color #B7333F: hue angle of 354.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7333F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 63 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.28 |
| HSL | 354.55º | 0.56% | 0.46% | - |
| HSV(B) | 354.55º | 0.72% | 0.72% | - |
| XYZ | 21.61 | 12.79 | 6.03 | - |
| YUV | 91.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 63 | 0 | 0.72 | 0.66 | 0.28 | 354.55 | 0.56 | 0.46 |
| Hex | B7 | 33 | 3F | 0 | 48 | 42 | 1C | 163 | 38 | 2E |
| Octal | 267 | 63 | 77 | 0 | 110 | 102 | 34 | 543 | 70 | 56 |
| Binary | 10110111 | 110011 | 111111 | 0 | 1001000 | 1000010 | 11100 | 101100011 | 111000 | 101110 |
Color Harmonies of #B7333F
Complementary color
Monochromatic Colors of #B7333F
Black with #B7333F
Text Example
Text Example
White with #B7333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7333F; }
p { color: rgb(183,51,63); }
H1.HeaderClassName
{
color: #B7333F;
}
.AnyTagClassName
{
color: #B7333F;
}
</style>
background-color css
<style>
a { background-color: #B7333F; }
a { background-color: rgb(183,51,63); }
div.DivClassName
{
background-color: #B7333F;
}
.BgClassName
{
background-color: #B7333F;
}
</style>
border-color css
<style>
span { border-color: #B7333F; }
span { border-color: rgb(183,51,63); }
td.TdClassName
{
border-color: #B7333F;
}
.TagClassName
{
border-color: #B7333F;
}
</style>