Shades of Brick Red #B8353C
Tints of Brick Red #B8353C
RGB
CMYK
RGB Variations
Color information
#B8353C (or 0xB8353C) is known color: Brick Red. HEX triplet: B8, 35 and 3C. RGB value is (184,53,60). Sum of RGB (Red+Green+Blue) = 184+53+60=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8353C is #47CAC3. Grayscale: #5D5D5D. Windows color (decimal): -4704964 or 3945912. OLE color: 3945912.
HSL color Cylindrical-coordinate representation of color #B8353C: hue angle of 356.79º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8353C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 60 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.28 |
| HSL | 356.79º | 0.55% | 0.46% | - |
| HSV(B) | 356.79º | 0.71% | 0.72% | - |
| XYZ | 21.86 | 13.06 | 5.64 | - |
| YUV | 92.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 60 | 0 | 0.71 | 0.67 | 0.28 | 356.79 | 0.55 | 0.46 |
| Hex | B8 | 35 | 3C | 0 | 47 | 43 | 1C | 165 | 37 | 2E |
| Octal | 270 | 65 | 74 | 0 | 107 | 103 | 34 | 545 | 67 | 56 |
| Binary | 10111000 | 110101 | 111100 | 0 | 1000111 | 1000011 | 11100 | 101100101 | 110111 | 101110 |
Color Harmonies of #B8353C
Complementary color
Monochromatic Colors of #B8353C
Black with #B8353C
Text Example
Text Example
White with #B8353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8353C; }
p { color: rgb(184,53,60); }
H1.HeaderClassName
{
color: #B8353C;
}
.AnyTagClassName
{
color: #B8353C;
}
</style>
background-color css
<style>
a { background-color: #B8353C; }
a { background-color: rgb(184,53,60); }
div.DivClassName
{
background-color: #B8353C;
}
.BgClassName
{
background-color: #B8353C;
}
</style>
border-color css
<style>
span { border-color: #B8353C; }
span { border-color: rgb(184,53,60); }
td.TdClassName
{
border-color: #B8353C;
}
.TagClassName
{
border-color: #B8353C;
}
</style>