Shades of Brick Red #B9323D
Tints of Brick Red #B9323D
RGB
CMYK
RGB Variations
Color information
#B9323D (or 0xB9323D) is known color: Brick Red. HEX triplet: B9, 32 and 3D. RGB value is (185,50,61). Sum of RGB (Red+Green+Blue) = 185+50+61=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9323D is #46CDC2. Grayscale: #5B5B5B. Windows color (decimal): -4640195 or 4010681. OLE color: 4010681.
HSL color Cylindrical-coordinate representation of color #B9323D: hue angle of 355.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9323D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 61 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 355.11º | 0.57% | 0.46% | - |
| HSV(B) | 355.11º | 0.73% | 0.73% | - |
| XYZ | 21.99 | 12.93 | 5.75 | - |
| YUV | 91.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 61 | 0 | 0.73 | 0.67 | 0.27 | 355.11 | 0.57 | 0.46 |
| Hex | B9 | 32 | 3D | 0 | 49 | 43 | 1B | 163 | 39 | 2E |
| Octal | 271 | 62 | 75 | 0 | 111 | 103 | 33 | 543 | 71 | 56 |
| Binary | 10111001 | 110010 | 111101 | 0 | 1001001 | 1000011 | 11011 | 101100011 | 111001 | 101110 |
Color Harmonies of #B9323D
Complementary color
Monochromatic Colors of #B9323D
Black with #B9323D
Text Example
Text Example
White with #B9323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9323D; }
p { color: rgb(185,50,61); }
H1.HeaderClassName
{
color: #B9323D;
}
.AnyTagClassName
{
color: #B9323D;
}
</style>
background-color css
<style>
a { background-color: #B9323D; }
a { background-color: rgb(185,50,61); }
div.DivClassName
{
background-color: #B9323D;
}
.BgClassName
{
background-color: #B9323D;
}
</style>
border-color css
<style>
span { border-color: #B9323D; }
span { border-color: rgb(185,50,61); }
td.TdClassName
{
border-color: #B9323D;
}
.TagClassName
{
border-color: #B9323D;
}
</style>