Shades of Brick Red #B92D3A
Tints of Brick Red #B92D3A
RGB
CMYK
RGB Variations
Color information
#B92D3A (or 0xB92D3A) is known color: Brick Red. HEX triplet: B9, 2D and 3A. RGB value is (185,45,58). Sum of RGB (Red+Green+Blue) = 185+45+58=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D3A is #46D2C5. Grayscale: #585858. Windows color (decimal): -4641478 or 3812793. OLE color: 3812793.
HSL color Cylindrical-coordinate representation of color #B92D3A: hue angle of 354.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92D3A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 58 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.27 |
| HSL | 354.43º | 0.61% | 0.45% | - |
| HSV(B) | 354.43º | 0.76% | 0.73% | - |
| XYZ | 21.71 | 12.5 | 5.27 | - |
| YUV | 88.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 58 | 0 | 0.76 | 0.69 | 0.27 | 354.43 | 0.61 | 0.45 |
| Hex | B9 | 2D | 3A | 0 | 4C | 45 | 1B | 162 | 3D | 2D |
| Octal | 271 | 55 | 72 | 0 | 114 | 105 | 33 | 542 | 75 | 55 |
| Binary | 10111001 | 101101 | 111010 | 0 | 1001100 | 1000101 | 11011 | 101100010 | 111101 | 101101 |
Color Harmonies of #B92D3A
Complementary color
Monochromatic Colors of #B92D3A
Black with #B92D3A
Text Example
Text Example
White with #B92D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D3A; }
p { color: rgb(185,45,58); }
H1.HeaderClassName
{
color: #B92D3A;
}
.AnyTagClassName
{
color: #B92D3A;
}
</style>
background-color css
<style>
a { background-color: #B92D3A; }
a { background-color: rgb(185,45,58); }
div.DivClassName
{
background-color: #B92D3A;
}
.BgClassName
{
background-color: #B92D3A;
}
</style>
border-color css
<style>
span { border-color: #B92D3A; }
span { border-color: rgb(185,45,58); }
td.TdClassName
{
border-color: #B92D3A;
}
.TagClassName
{
border-color: #B92D3A;
}
</style>