Shades of Brick Red #B9343D
Tints of Brick Red #B9343D
RGB
CMYK
RGB Variations
Color information
#B9343D (or 0xB9343D) is known color: Brick Red. HEX triplet: B9, 34 and 3D. RGB value is (185,52,61). Sum of RGB (Red+Green+Blue) = 185+52+61=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343D is #46CBC2. Grayscale: #5C5C5C. Windows color (decimal): -4639683 or 4011193. OLE color: 4011193.
HSL color Cylindrical-coordinate representation of color #B9343D: hue angle of 355.94º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9343D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 61 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.27 |
| HSL | 355.94º | 0.56% | 0.46% | - |
| HSV(B) | 355.94º | 0.72% | 0.73% | - |
| XYZ | 22.08 | 13.11 | 5.78 | - |
| YUV | 92.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 61 | 0 | 0.72 | 0.67 | 0.27 | 355.94 | 0.56 | 0.46 |
| Hex | B9 | 34 | 3D | 0 | 48 | 43 | 1B | 164 | 38 | 2E |
| Octal | 271 | 64 | 75 | 0 | 110 | 103 | 33 | 544 | 70 | 56 |
| Binary | 10111001 | 110100 | 111101 | 0 | 1001000 | 1000011 | 11011 | 101100100 | 111000 | 101110 |
Color Harmonies of #B9343D
Complementary color
Monochromatic Colors of #B9343D
Black with #B9343D
Text Example
Text Example
White with #B9343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9343D; }
p { color: rgb(185,52,61); }
H1.HeaderClassName
{
color: #B9343D;
}
.AnyTagClassName
{
color: #B9343D;
}
</style>
background-color css
<style>
a { background-color: #B9343D; }
a { background-color: rgb(185,52,61); }
div.DivClassName
{
background-color: #B9343D;
}
.BgClassName
{
background-color: #B9343D;
}
</style>
border-color css
<style>
span { border-color: #B9343D; }
span { border-color: rgb(185,52,61); }
td.TdClassName
{
border-color: #B9343D;
}
.TagClassName
{
border-color: #B9343D;
}
</style>