Shades of Brick Red #B9283C
Tints of Brick Red #B9283C
RGB
CMYK
RGB Variations
Color information
#B9283C (or 0xB9283C) is known color: Brick Red. HEX triplet: B9, 28 and 3C. RGB value is (185,40,60). Sum of RGB (Red+Green+Blue) = 185+40+60=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9283C is #46D7C3. Grayscale: #555555. Windows color (decimal): -4642756 or 3942585. OLE color: 3942585.
HSL color Cylindrical-coordinate representation of color #B9283C: hue angle of 351.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9283C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 60 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.27 |
| HSL | 351.72º | 0.64% | 0.44% | - |
| HSV(B) | 351.72º | 0.78% | 0.73% | - |
| XYZ | 21.58 | 12.16 | 5.48 | - |
| YUV | 85.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 60 | 0 | 0.78 | 0.68 | 0.27 | 351.72 | 0.64 | 0.44 |
| Hex | B9 | 28 | 3C | 0 | 4E | 44 | 1B | 160 | 40 | 2C |
| Octal | 271 | 50 | 74 | 0 | 116 | 104 | 33 | 540 | 100 | 54 |
| Binary | 10111001 | 101000 | 111100 | 0 | 1001110 | 1000100 | 11011 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B9283C
Complementary color
Monochromatic Colors of #B9283C
Black with #B9283C
Text Example
Text Example
White with #B9283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9283C; }
p { color: rgb(185,40,60); }
H1.HeaderClassName
{
color: #B9283C;
}
.AnyTagClassName
{
color: #B9283C;
}
</style>
background-color css
<style>
a { background-color: #B9283C; }
a { background-color: rgb(185,40,60); }
div.DivClassName
{
background-color: #B9283C;
}
.BgClassName
{
background-color: #B9283C;
}
</style>
border-color css
<style>
span { border-color: #B9283C; }
span { border-color: rgb(185,40,60); }
td.TdClassName
{
border-color: #B9283C;
}
.TagClassName
{
border-color: #B9283C;
}
</style>