Shades of Brick Red #B7333B
Tints of Brick Red #B7333B
RGB
CMYK
RGB Variations
Color information
#B7333B (or 0xB7333B) is known color: Brick Red. HEX triplet: B7, 33 and 3B. RGB value is (183,51,59). Sum of RGB (Red+Green+Blue) = 183+51+59=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333B is #48CCC4. Grayscale: #5B5B5B. Windows color (decimal): -4771013 or 3879863. OLE color: 3879863.
HSL color Cylindrical-coordinate representation of color #B7333B: hue angle of 356.36º 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 #B7333B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 59 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.28 |
| HSL | 356.36º | 0.56% | 0.46% | - |
| HSV(B) | 356.36º | 0.72% | 0.72% | - |
| XYZ | 21.5 | 12.75 | 5.47 | - |
| YUV | 91.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 59 | 0 | 0.72 | 0.68 | 0.28 | 356.36 | 0.56 | 0.46 |
| Hex | B7 | 33 | 3B | 0 | 48 | 44 | 1C | 164 | 38 | 2E |
| Octal | 267 | 63 | 73 | 0 | 110 | 104 | 34 | 544 | 70 | 56 |
| Binary | 10110111 | 110011 | 111011 | 0 | 1001000 | 1000100 | 11100 | 101100100 | 111000 | 101110 |
Color Harmonies of #B7333B
Complementary color
Monochromatic Colors of #B7333B
Black with #B7333B
Text Example
Text Example
White with #B7333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7333B; }
p { color: rgb(183,51,59); }
H1.HeaderClassName
{
color: #B7333B;
}
.AnyTagClassName
{
color: #B7333B;
}
</style>
background-color css
<style>
a { background-color: #B7333B; }
a { background-color: rgb(183,51,59); }
div.DivClassName
{
background-color: #B7333B;
}
.BgClassName
{
background-color: #B7333B;
}
</style>
border-color css
<style>
span { border-color: #B7333B; }
span { border-color: rgb(183,51,59); }
td.TdClassName
{
border-color: #B7333B;
}
.TagClassName
{
border-color: #B7333B;
}
</style>