Shades of Brick Red #B8343C
Tints of Brick Red #B8343C
RGB
CMYK
RGB Variations
Color information
#B8343C (or 0xB8343C) is known color: Brick Red. HEX triplet: B8, 34 and 3C. RGB value is (184,52,60). Sum of RGB (Red+Green+Blue) = 184+52+60=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8343C is #47CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4705220 or 3945656. OLE color: 3945656.
HSL color Cylindrical-coordinate representation of color #B8343C: hue angle of 356.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8343C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 60 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.28 |
| HSL | 356.36º | 0.56% | 0.46% | - |
| HSV(B) | 356.36º | 0.72% | 0.72% | - |
| XYZ | 21.81 | 12.97 | 5.63 | - |
| YUV | 92.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 60 | 0 | 0.72 | 0.67 | 0.28 | 356.36 | 0.56 | 0.46 |
| Hex | B8 | 34 | 3C | 0 | 48 | 43 | 1C | 164 | 38 | 2E |
| Octal | 270 | 64 | 74 | 0 | 110 | 103 | 34 | 544 | 70 | 56 |
| Binary | 10111000 | 110100 | 111100 | 0 | 1001000 | 1000011 | 11100 | 101100100 | 111000 | 101110 |
Color Harmonies of #B8343C
Complementary color
Monochromatic Colors of #B8343C
Black with #B8343C
Text Example
Text Example
White with #B8343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8343C; }
p { color: rgb(184,52,60); }
H1.HeaderClassName
{
color: #B8343C;
}
.AnyTagClassName
{
color: #B8343C;
}
</style>
background-color css
<style>
a { background-color: #B8343C; }
a { background-color: rgb(184,52,60); }
div.DivClassName
{
background-color: #B8343C;
}
.BgClassName
{
background-color: #B8343C;
}
</style>
border-color css
<style>
span { border-color: #B8343C; }
span { border-color: rgb(184,52,60); }
td.TdClassName
{
border-color: #B8343C;
}
.TagClassName
{
border-color: #B8343C;
}
</style>