Shades of Brick Red #B93940
Tints of Brick Red #B93940
RGB
CMYK
RGB Variations
Color information
#B93940 (or 0xB93940) is known color: Brick Red. HEX triplet: B9, 39 and 40. RGB value is (185,57,64). Sum of RGB (Red+Green+Blue) = 185+57+64=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93940 is #46C6BF. Grayscale: #606060. Windows color (decimal): -4638400 or 4209081. OLE color: 4209081.
HSL color Cylindrical-coordinate representation of color #B93940: hue angle of 356.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93940 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 64 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.27 |
| HSL | 356.72º | 0.53% | 0.47% | - |
| HSV(B) | 356.72º | 0.69% | 0.73% | - |
| XYZ | 22.4 | 13.61 | 6.3 | - |
| YUV | 96.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 64 | 0 | 0.69 | 0.65 | 0.27 | 356.72 | 0.53 | 0.47 |
| Hex | B9 | 39 | 40 | 0 | 45 | 41 | 1B | 165 | 35 | 2F |
| Octal | 271 | 71 | 100 | 0 | 105 | 101 | 33 | 545 | 65 | 57 |
| Binary | 10111001 | 111001 | 1000000 | 0 | 1000101 | 1000001 | 11011 | 101100101 | 110101 | 101111 |
Color Harmonies of #B93940
Complementary color
Monochromatic Colors of #B93940
Black with #B93940
Text Example
Text Example
White with #B93940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93940; }
p { color: rgb(185,57,64); }
H1.HeaderClassName
{
color: #B93940;
}
.AnyTagClassName
{
color: #B93940;
}
</style>
background-color css
<style>
a { background-color: #B93940; }
a { background-color: rgb(185,57,64); }
div.DivClassName
{
background-color: #B93940;
}
.BgClassName
{
background-color: #B93940;
}
</style>
border-color css
<style>
span { border-color: #B93940; }
span { border-color: rgb(185,57,64); }
td.TdClassName
{
border-color: #B93940;
}
.TagClassName
{
border-color: #B93940;
}
</style>