Shades of Brick Red #B92C3A
Tints of Brick Red #B92C3A
RGB
CMYK
RGB Variations
Color information
#B92C3A (or 0xB92C3A) is known color: Brick Red. HEX triplet: B9, 2C and 3A. RGB value is (185,44,58). Sum of RGB (Red+Green+Blue) = 185+44+58=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C3A is #46D3C5. Grayscale: #575757. Windows color (decimal): -4641734 or 3812537. OLE color: 3812537.
HSL color Cylindrical-coordinate representation of color #B92C3A: hue angle of 354.04º degrees, saturation: 0.62, 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 #B92C3A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 58 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.27 |
| HSL | 354.04º | 0.62% | 0.45% | - |
| HSV(B) | 354.04º | 0.76% | 0.73% | - |
| XYZ | 21.67 | 12.42 | 5.26 | - |
| YUV | 87.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 58 | 0 | 0.76 | 0.69 | 0.27 | 354.04 | 0.62 | 0.45 |
| Hex | B9 | 2C | 3A | 0 | 4C | 45 | 1B | 162 | 3E | 2D |
| Octal | 271 | 54 | 72 | 0 | 114 | 105 | 33 | 542 | 76 | 55 |
| Binary | 10111001 | 101100 | 111010 | 0 | 1001100 | 1000101 | 11011 | 101100010 | 111110 | 101101 |
Color Harmonies of #B92C3A
Complementary color
Monochromatic Colors of #B92C3A
Black with #B92C3A
Text Example
Text Example
White with #B92C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C3A; }
p { color: rgb(185,44,58); }
H1.HeaderClassName
{
color: #B92C3A;
}
.AnyTagClassName
{
color: #B92C3A;
}
</style>
background-color css
<style>
a { background-color: #B92C3A; }
a { background-color: rgb(185,44,58); }
div.DivClassName
{
background-color: #B92C3A;
}
.BgClassName
{
background-color: #B92C3A;
}
</style>
border-color css
<style>
span { border-color: #B92C3A; }
span { border-color: rgb(185,44,58); }
td.TdClassName
{
border-color: #B92C3A;
}
.TagClassName
{
border-color: #B92C3A;
}
</style>