Shades of Brick Red #B92E3C
Tints of Brick Red #B92E3C
RGB
CMYK
RGB Variations
Color information
#B92E3C (or 0xB92E3C) is known color: Brick Red. HEX triplet: B9, 2E and 3C. RGB value is (185,46,60). Sum of RGB (Red+Green+Blue) = 185+46+60=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E3C is #46D1C3. Grayscale: #595959. Windows color (decimal): -4641220 or 3944121. OLE color: 3944121.
HSL color Cylindrical-coordinate representation of color #B92E3C: hue angle of 353.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E3C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.27 |
| HSL | 353.96º | 0.6% | 0.45% | - |
| HSV(B) | 353.96º | 0.75% | 0.73% | - |
| XYZ | 21.8 | 12.59 | 5.56 | - |
| YUV | 89.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 60 | 0 | 0.75 | 0.68 | 0.27 | 353.96 | 0.6 | 0.45 |
| Hex | B9 | 2E | 3C | 0 | 4B | 44 | 1B | 162 | 3C | 2D |
| Octal | 271 | 56 | 74 | 0 | 113 | 104 | 33 | 542 | 74 | 55 |
| Binary | 10111001 | 101110 | 111100 | 0 | 1001011 | 1000100 | 11011 | 101100010 | 111100 | 101101 |
Color Harmonies of #B92E3C
Complementary color
Monochromatic Colors of #B92E3C
Black with #B92E3C
Text Example
Text Example
White with #B92E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E3C; }
p { color: rgb(185,46,60); }
H1.HeaderClassName
{
color: #B92E3C;
}
.AnyTagClassName
{
color: #B92E3C;
}
</style>
background-color css
<style>
a { background-color: #B92E3C; }
a { background-color: rgb(185,46,60); }
div.DivClassName
{
background-color: #B92E3C;
}
.BgClassName
{
background-color: #B92E3C;
}
</style>
border-color css
<style>
span { border-color: #B92E3C; }
span { border-color: rgb(185,46,60); }
td.TdClassName
{
border-color: #B92E3C;
}
.TagClassName
{
border-color: #B92E3C;
}
</style>