Shades of Brick Red #B94043
Tints of Brick Red #B94043
RGB
CMYK
RGB Variations
Color information
#B94043 (or 0xB94043) is known color: Brick Red. HEX triplet: B9, 40 and 43. RGB value is (185,64,67). Sum of RGB (Red+Green+Blue) = 185+64+67=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B94043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94043 is #46BFBC. Grayscale: #646464. Windows color (decimal): -4636605 or 4407481. OLE color: 4407481.
HSL color Cylindrical-coordinate representation of color #B94043: hue angle of 358.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94043 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 67 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.27 |
| HSL | 358.51º | 0.49% | 0.49% | - |
| HSV(B) | 358.51º | 0.65% | 0.73% | - |
| XYZ | 22.85 | 14.39 | 6.88 | - |
| YUV | 100.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 67 | 0 | 0.65 | 0.64 | 0.27 | 358.51 | 0.49 | 0.49 |
| Hex | B9 | 40 | 43 | 0 | 41 | 40 | 1B | 167 | 31 | 31 |
| Octal | 271 | 100 | 103 | 0 | 101 | 100 | 33 | 547 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1000011 | 0 | 1000001 | 1000000 | 11011 | 101100111 | 110001 | 110001 |
Color Harmonies of #B94043
Complementary color
Monochromatic Colors of #B94043
Black with #B94043
Text Example
Text Example
White with #B94043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94043; }
p { color: rgb(185,64,67); }
H1.HeaderClassName
{
color: #B94043;
}
.AnyTagClassName
{
color: #B94043;
}
</style>
background-color css
<style>
a { background-color: #B94043; }
a { background-color: rgb(185,64,67); }
div.DivClassName
{
background-color: #B94043;
}
.BgClassName
{
background-color: #B94043;
}
</style>
border-color css
<style>
span { border-color: #B94043; }
span { border-color: rgb(185,64,67); }
td.TdClassName
{
border-color: #B94043;
}
.TagClassName
{
border-color: #B94043;
}
</style>