Shades of Brick Red #B92F40
Tints of Brick Red #B92F40
RGB
CMYK
RGB Variations
Color information
#B92F40 (or 0xB92F40) is known color: Brick Red. HEX triplet: B9, 2F and 40. RGB value is (185,47,64). Sum of RGB (Red+Green+Blue) = 185+47+64=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F40 is #46D0BF. Grayscale: #5A5A5A. Windows color (decimal): -4640960 or 4206521. OLE color: 4206521.
HSL color Cylindrical-coordinate representation of color #B92F40: hue angle of 352.61º degrees, saturation: 0.59, 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 #B92F40 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 64 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.27 |
| HSL | 352.61º | 0.59% | 0.45% | - |
| HSV(B) | 352.61º | 0.75% | 0.73% | - |
| XYZ | 21.95 | 12.72 | 6.15 | - |
| YUV | 90.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 64 | 0 | 0.75 | 0.65 | 0.27 | 352.61 | 0.59 | 0.45 |
| Hex | B9 | 2F | 40 | 0 | 4B | 41 | 1B | 161 | 3B | 2D |
| Octal | 271 | 57 | 100 | 0 | 113 | 101 | 33 | 541 | 73 | 55 |
| Binary | 10111001 | 101111 | 1000000 | 0 | 1001011 | 1000001 | 11011 | 101100001 | 111011 | 101101 |
Color Harmonies of #B92F40
Complementary color
Monochromatic Colors of #B92F40
Black with #B92F40
Text Example
Text Example
White with #B92F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F40; }
p { color: rgb(185,47,64); }
H1.HeaderClassName
{
color: #B92F40;
}
.AnyTagClassName
{
color: #B92F40;
}
</style>
background-color css
<style>
a { background-color: #B92F40; }
a { background-color: rgb(185,47,64); }
div.DivClassName
{
background-color: #B92F40;
}
.BgClassName
{
background-color: #B92F40;
}
</style>
border-color css
<style>
span { border-color: #B92F40; }
span { border-color: rgb(185,47,64); }
td.TdClassName
{
border-color: #B92F40;
}
.TagClassName
{
border-color: #B92F40;
}
</style>