Shades of Brick Red #B93141
Tints of Brick Red #B93141
RGB
CMYK
RGB Variations
Color information
#B93141 (or 0xB93141) is known color: Brick Red. HEX triplet: B9, 31 and 41. RGB value is (185,49,65). Sum of RGB (Red+Green+Blue) = 185+49+65=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B93141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93141 is #46CEBE. Grayscale: #5B5B5B. Windows color (decimal): -4640447 or 4272569. OLE color: 4272569.
HSL color Cylindrical-coordinate representation of color #B93141: hue angle of 352.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93141 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 65 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.27 |
| HSL | 352.94º | 0.58% | 0.46% | - |
| HSV(B) | 352.94º | 0.74% | 0.73% | - |
| XYZ | 22.06 | 12.89 | 6.33 | - |
| YUV | 91.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 65 | 0 | 0.74 | 0.65 | 0.27 | 352.94 | 0.58 | 0.46 |
| Hex | B9 | 31 | 41 | 0 | 4A | 41 | 1B | 161 | 3A | 2E |
| Octal | 271 | 61 | 101 | 0 | 112 | 101 | 33 | 541 | 72 | 56 |
| Binary | 10111001 | 110001 | 1000001 | 0 | 1001010 | 1000001 | 11011 | 101100001 | 111010 | 101110 |
Color Harmonies of #B93141
Complementary color
Monochromatic Colors of #B93141
Black with #B93141
Text Example
Text Example
White with #B93141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93141; }
p { color: rgb(185,49,65); }
H1.HeaderClassName
{
color: #B93141;
}
.AnyTagClassName
{
color: #B93141;
}
</style>
background-color css
<style>
a { background-color: #B93141; }
a { background-color: rgb(185,49,65); }
div.DivClassName
{
background-color: #B93141;
}
.BgClassName
{
background-color: #B93141;
}
</style>
border-color css
<style>
span { border-color: #B93141; }
span { border-color: rgb(185,49,65); }
td.TdClassName
{
border-color: #B93141;
}
.TagClassName
{
border-color: #B93141;
}
</style>