Shades of Brick Red #B9293D
Tints of Brick Red #B9293D
RGB
CMYK
RGB Variations
Color information
#B9293D (or 0xB9293D) is known color: Brick Red. HEX triplet: B9, 29 and 3D. RGB value is (185,41,61). Sum of RGB (Red+Green+Blue) = 185+41+61=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9293D is #46D6C2. Grayscale: #565656. Windows color (decimal): -4642499 or 4008377. OLE color: 4008377.
HSL color Cylindrical-coordinate representation of color #B9293D: hue angle of 351.67º 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 #B9293D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 61 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.27 |
| HSL | 351.67º | 0.64% | 0.44% | - |
| HSV(B) | 351.67º | 0.78% | 0.73% | - |
| XYZ | 21.64 | 12.24 | 5.64 | - |
| YUV | 86.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 61 | 0 | 0.78 | 0.67 | 0.27 | 351.67 | 0.64 | 0.44 |
| Hex | B9 | 29 | 3D | 0 | 4E | 43 | 1B | 160 | 40 | 2C |
| Octal | 271 | 51 | 75 | 0 | 116 | 103 | 33 | 540 | 100 | 54 |
| Binary | 10111001 | 101001 | 111101 | 0 | 1001110 | 1000011 | 11011 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B9293D
Complementary color
Monochromatic Colors of #B9293D
Black with #B9293D
Text Example
Text Example
White with #B9293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9293D; }
p { color: rgb(185,41,61); }
H1.HeaderClassName
{
color: #B9293D;
}
.AnyTagClassName
{
color: #B9293D;
}
</style>
background-color css
<style>
a { background-color: #B9293D; }
a { background-color: rgb(185,41,61); }
div.DivClassName
{
background-color: #B9293D;
}
.BgClassName
{
background-color: #B9293D;
}
</style>
border-color css
<style>
span { border-color: #B9293D; }
span { border-color: rgb(185,41,61); }
td.TdClassName
{
border-color: #B9293D;
}
.TagClassName
{
border-color: #B9293D;
}
</style>