Shades of Brick Red #B7333D
Tints of Brick Red #B7333D
RGB
CMYK
RGB Variations
Color information
#B7333D (or 0xB7333D) is known color: Brick Red. HEX triplet: B7, 33 and 3D. RGB value is (183,51,61). Sum of RGB (Red+Green+Blue) = 183+51+61=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333D is #48CCC2. Grayscale: #5B5B5B. Windows color (decimal): -4771011 or 4010935. OLE color: 4010935.
HSL color Cylindrical-coordinate representation of color #B7333D: hue angle of 355.45º 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 #B7333D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 61 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.28 |
| HSL | 355.45º | 0.56% | 0.46% | - |
| HSV(B) | 355.45º | 0.72% | 0.72% | - |
| XYZ | 21.55 | 12.77 | 5.74 | - |
| YUV | 91.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 61 | 0 | 0.72 | 0.67 | 0.28 | 355.45 | 0.56 | 0.46 |
| Hex | B7 | 33 | 3D | 0 | 48 | 43 | 1C | 163 | 38 | 2E |
| Octal | 267 | 63 | 75 | 0 | 110 | 103 | 34 | 543 | 70 | 56 |
| Binary | 10110111 | 110011 | 111101 | 0 | 1001000 | 1000011 | 11100 | 101100011 | 111000 | 101110 |
Color Harmonies of #B7333D
Complementary color
Monochromatic Colors of #B7333D
Black with #B7333D
Text Example
Text Example
White with #B7333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7333D; }
p { color: rgb(183,51,61); }
H1.HeaderClassName
{
color: #B7333D;
}
.AnyTagClassName
{
color: #B7333D;
}
</style>
background-color css
<style>
a { background-color: #B7333D; }
a { background-color: rgb(183,51,61); }
div.DivClassName
{
background-color: #B7333D;
}
.BgClassName
{
background-color: #B7333D;
}
</style>
border-color css
<style>
span { border-color: #B7333D; }
span { border-color: rgb(183,51,61); }
td.TdClassName
{
border-color: #B7333D;
}
.TagClassName
{
border-color: #B7333D;
}
</style>