Shades of Brick Red #B7283F
Tints of Brick Red #B7283F
RGB
CMYK
RGB Variations
Color information
#B7283F (or 0xB7283F) is known color: Brick Red. HEX triplet: B7, 28 and 3F. RGB value is (183,40,63). Sum of RGB (Red+Green+Blue) = 183+40+63=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283F is #48D7C0. Grayscale: #555555. Windows color (decimal): -4773825 or 4139191. OLE color: 4139191.
HSL color Cylindrical-coordinate representation of color #B7283F: hue angle of 350.35º 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 #B7283F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 63 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.28 |
| HSL | 350.35º | 0.64% | 0.44% | - |
| HSV(B) | 350.35º | 0.78% | 0.72% | - |
| XYZ | 21.18 | 11.94 | 5.89 | - |
| YUV | 85.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 63 | 0 | 0.78 | 0.66 | 0.28 | 350.35 | 0.64 | 0.44 |
| Hex | B7 | 28 | 3F | 0 | 4E | 42 | 1C | 15E | 40 | 2C |
| Octal | 267 | 50 | 77 | 0 | 116 | 102 | 34 | 536 | 100 | 54 |
| Binary | 10110111 | 101000 | 111111 | 0 | 1001110 | 1000010 | 11100 | 101011110 | 1000000 | 101100 |
Color Harmonies of #B7283F
Complementary color
Monochromatic Colors of #B7283F
Black with #B7283F
Text Example
Text Example
White with #B7283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7283F; }
p { color: rgb(183,40,63); }
H1.HeaderClassName
{
color: #B7283F;
}
.AnyTagClassName
{
color: #B7283F;
}
</style>
background-color css
<style>
a { background-color: #B7283F; }
a { background-color: rgb(183,40,63); }
div.DivClassName
{
background-color: #B7283F;
}
.BgClassName
{
background-color: #B7283F;
}
</style>
border-color css
<style>
span { border-color: #B7283F; }
span { border-color: rgb(183,40,63); }
td.TdClassName
{
border-color: #B7283F;
}
.TagClassName
{
border-color: #B7283F;
}
</style>