Shades of Brick Red #B9323C
Tints of Brick Red #B9323C
RGB
CMYK
RGB Variations
Color information
#B9323C (or 0xB9323C) is known color: Brick Red. HEX triplet: B9, 32 and 3C. RGB value is (185,50,60). Sum of RGB (Red+Green+Blue) = 185+50+60=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9323C is #46CDC3. Grayscale: #5B5B5B. Windows color (decimal): -4640196 or 3945145. OLE color: 3945145.
HSL color Cylindrical-coordinate representation of color #B9323C: hue angle of 355.56º 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 #B9323C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 60 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.27 |
| HSL | 355.56º | 0.57% | 0.46% | - |
| HSV(B) | 355.56º | 0.73% | 0.73% | - |
| XYZ | 21.96 | 12.92 | 5.61 | - |
| YUV | 91.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 60 | 0 | 0.73 | 0.68 | 0.27 | 355.56 | 0.57 | 0.46 |
| Hex | B9 | 32 | 3C | 0 | 49 | 44 | 1B | 164 | 39 | 2E |
| Octal | 271 | 62 | 74 | 0 | 111 | 104 | 33 | 544 | 71 | 56 |
| Binary | 10111001 | 110010 | 111100 | 0 | 1001001 | 1000100 | 11011 | 101100100 | 111001 | 101110 |
Color Harmonies of #B9323C
Complementary color
Monochromatic Colors of #B9323C
Black with #B9323C
Text Example
Text Example
White with #B9323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9323C; }
p { color: rgb(185,50,60); }
H1.HeaderClassName
{
color: #B9323C;
}
.AnyTagClassName
{
color: #B9323C;
}
</style>
background-color css
<style>
a { background-color: #B9323C; }
a { background-color: rgb(185,50,60); }
div.DivClassName
{
background-color: #B9323C;
}
.BgClassName
{
background-color: #B9323C;
}
</style>
border-color css
<style>
span { border-color: #B9323C; }
span { border-color: rgb(185,50,60); }
td.TdClassName
{
border-color: #B9323C;
}
.TagClassName
{
border-color: #B9323C;
}
</style>