Shades of Brick Red #B8353D
Tints of Brick Red #B8353D
RGB
CMYK
RGB Variations
Color information
#B8353D (or 0xB8353D) is known color: Brick Red. HEX triplet: B8, 35 and 3D. RGB value is (184,53,61). Sum of RGB (Red+Green+Blue) = 184+53+61=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8353D is #47CAC2. Grayscale: #5D5D5D. Windows color (decimal): -4704963 or 4011448. OLE color: 4011448.
HSL color Cylindrical-coordinate representation of color #B8353D: hue angle of 356.34º 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 #B8353D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 61 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.28 |
| HSL | 356.34º | 0.55% | 0.46% | - |
| HSV(B) | 356.34º | 0.71% | 0.72% | - |
| XYZ | 21.88 | 13.07 | 5.78 | - |
| YUV | 93.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 61 | 0 | 0.71 | 0.67 | 0.28 | 356.34 | 0.55 | 0.46 |
| Hex | B8 | 35 | 3D | 0 | 47 | 43 | 1C | 164 | 37 | 2E |
| Octal | 270 | 65 | 75 | 0 | 107 | 103 | 34 | 544 | 67 | 56 |
| Binary | 10111000 | 110101 | 111101 | 0 | 1000111 | 1000011 | 11100 | 101100100 | 110111 | 101110 |
Color Harmonies of #B8353D
Complementary color
Monochromatic Colors of #B8353D
Black with #B8353D
Text Example
Text Example
White with #B8353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8353D; }
p { color: rgb(184,53,61); }
H1.HeaderClassName
{
color: #B8353D;
}
.AnyTagClassName
{
color: #B8353D;
}
</style>
background-color css
<style>
a { background-color: #B8353D; }
a { background-color: rgb(184,53,61); }
div.DivClassName
{
background-color: #B8353D;
}
.BgClassName
{
background-color: #B8353D;
}
</style>
border-color css
<style>
span { border-color: #B8353D; }
span { border-color: rgb(184,53,61); }
td.TdClassName
{
border-color: #B8353D;
}
.TagClassName
{
border-color: #B8353D;
}
</style>