Shades of Brick Red #B7283D
Tints of Brick Red #B7283D
RGB
CMYK
RGB Variations
Color information
#B7283D (or 0xB7283D) is known color: Brick Red. HEX triplet: B7, 28 and 3D. RGB value is (183,40,61). Sum of RGB (Red+Green+Blue) = 183+40+61=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283D is #48D7C2. Grayscale: #555555. Windows color (decimal): -4773827 or 4008119. OLE color: 4008119.
HSL color Cylindrical-coordinate representation of color #B7283D: hue angle of 351.19º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7283D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 61 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 351.19º | 0.64% | 0.44% | - |
| HSV(B) | 351.19º | 0.78% | 0.72% | - |
| XYZ | 21.13 | 11.92 | 5.6 | - |
| YUV | 85.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 61 | 0 | 0.78 | 0.67 | 0.28 | 351.19 | 0.64 | 0.44 |
| Hex | B7 | 28 | 3D | 0 | 4E | 43 | 1C | 15F | 40 | 2C |
| Octal | 267 | 50 | 75 | 0 | 116 | 103 | 34 | 537 | 100 | 54 |
| Binary | 10110111 | 101000 | 111101 | 0 | 1001110 | 1000011 | 11100 | 101011111 | 1000000 | 101100 |
Color Harmonies of #B7283D
Complementary color
Monochromatic Colors of #B7283D
Black with #B7283D
Text Example
Text Example
White with #B7283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7283D; }
p { color: rgb(183,40,61); }
H1.HeaderClassName
{
color: #B7283D;
}
.AnyTagClassName
{
color: #B7283D;
}
</style>
background-color css
<style>
a { background-color: #B7283D; }
a { background-color: rgb(183,40,61); }
div.DivClassName
{
background-color: #B7283D;
}
.BgClassName
{
background-color: #B7283D;
}
</style>
border-color css
<style>
span { border-color: #B7283D; }
span { border-color: rgb(183,40,61); }
td.TdClassName
{
border-color: #B7283D;
}
.TagClassName
{
border-color: #B7283D;
}
</style>