Shades of Brick Red #B8323F
Tints of Brick Red #B8323F
RGB
CMYK
RGB Variations
Color information
#B8323F (or 0xB8323F) is known color: Brick Red. HEX triplet: B8, 32 and 3F. RGB value is (184,50,63). Sum of RGB (Red+Green+Blue) = 184+50+63=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8323F is #47CDC0. Grayscale: #5B5B5B. Windows color (decimal): -4705729 or 4141752. OLE color: 4141752.
HSL color Cylindrical-coordinate representation of color #B8323F: hue angle of 354.18º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8323F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 63 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.28 |
| HSL | 354.18º | 0.57% | 0.46% | - |
| HSV(B) | 354.18º | 0.73% | 0.72% | - |
| XYZ | 21.8 | 12.83 | 6.03 | - |
| YUV | 91.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 63 | 0 | 0.73 | 0.66 | 0.28 | 354.18 | 0.57 | 0.46 |
| Hex | B8 | 32 | 3F | 0 | 49 | 42 | 1C | 162 | 39 | 2E |
| Octal | 270 | 62 | 77 | 0 | 111 | 102 | 34 | 542 | 71 | 56 |
| Binary | 10111000 | 110010 | 111111 | 0 | 1001001 | 1000010 | 11100 | 101100010 | 111001 | 101110 |
Color Harmonies of #B8323F
Complementary color
Monochromatic Colors of #B8323F
Black with #B8323F
Text Example
Text Example
White with #B8323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8323F; }
p { color: rgb(184,50,63); }
H1.HeaderClassName
{
color: #B8323F;
}
.AnyTagClassName
{
color: #B8323F;
}
</style>
background-color css
<style>
a { background-color: #B8323F; }
a { background-color: rgb(184,50,63); }
div.DivClassName
{
background-color: #B8323F;
}
.BgClassName
{
background-color: #B8323F;
}
</style>
border-color css
<style>
span { border-color: #B8323F; }
span { border-color: rgb(184,50,63); }
td.TdClassName
{
border-color: #B8323F;
}
.TagClassName
{
border-color: #B8323F;
}
</style>