Shades of Brick Red #B92840
Tints of Brick Red #B92840
RGB
CMYK
RGB Variations
Color information
#B92840 (or 0xB92840) is known color: Brick Red. HEX triplet: B9, 28 and 40. RGB value is (185,40,64). Sum of RGB (Red+Green+Blue) = 185+40+64=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B92840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92840 is #46D7BF. Grayscale: #565656. Windows color (decimal): -4642752 or 4204729. OLE color: 4204729.
HSL color Cylindrical-coordinate representation of color #B92840: hue angle of 350.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92840 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 64 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.27 |
| HSL | 350.07º | 0.64% | 0.44% | - |
| HSV(B) | 350.07º | 0.78% | 0.73% | - |
| XYZ | 21.69 | 12.2 | 6.06 | - |
| YUV | 86.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 64 | 0 | 0.78 | 0.65 | 0.27 | 350.07 | 0.64 | 0.44 |
| Hex | B9 | 28 | 40 | 0 | 4E | 41 | 1B | 15E | 40 | 2C |
| Octal | 271 | 50 | 100 | 0 | 116 | 101 | 33 | 536 | 100 | 54 |
| Binary | 10111001 | 101000 | 1000000 | 0 | 1001110 | 1000001 | 11011 | 101011110 | 1000000 | 101100 |
Color Harmonies of #B92840
Complementary color
Monochromatic Colors of #B92840
Black with #B92840
Text Example
Text Example
White with #B92840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92840; }
p { color: rgb(185,40,64); }
H1.HeaderClassName
{
color: #B92840;
}
.AnyTagClassName
{
color: #B92840;
}
</style>
background-color css
<style>
a { background-color: #B92840; }
a { background-color: rgb(185,40,64); }
div.DivClassName
{
background-color: #B92840;
}
.BgClassName
{
background-color: #B92840;
}
</style>
border-color css
<style>
span { border-color: #B92840; }
span { border-color: rgb(185,40,64); }
td.TdClassName
{
border-color: #B92840;
}
.TagClassName
{
border-color: #B92840;
}
</style>