Shades of Brick Red #B93543
Tints of Brick Red #B93543
RGB
CMYK
RGB Variations
Color information
#B93543 (or 0xB93543) is known color: Brick Red. HEX triplet: B9, 35 and 43. RGB value is (185,53,67). Sum of RGB (Red+Green+Blue) = 185+53+67=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93543 is #46CABC. Grayscale: #5E5E5E. Windows color (decimal): -4639421 or 4404665. OLE color: 4404665.
HSL color Cylindrical-coordinate representation of color #B93543: hue angle of 353.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93543 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 67 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.27 |
| HSL | 353.64º | 0.55% | 0.47% | - |
| HSV(B) | 353.64º | 0.71% | 0.73% | - |
| XYZ | 22.29 | 13.27 | 6.7 | - |
| YUV | 94.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 67 | 0 | 0.71 | 0.64 | 0.27 | 353.64 | 0.55 | 0.47 |
| Hex | B9 | 35 | 43 | 0 | 47 | 40 | 1B | 162 | 37 | 2F |
| Octal | 271 | 65 | 103 | 0 | 107 | 100 | 33 | 542 | 67 | 57 |
| Binary | 10111001 | 110101 | 1000011 | 0 | 1000111 | 1000000 | 11011 | 101100010 | 110111 | 101111 |
Color Harmonies of #B93543
Complementary color
Monochromatic Colors of #B93543
Black with #B93543
Text Example
Text Example
White with #B93543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93543; }
p { color: rgb(185,53,67); }
H1.HeaderClassName
{
color: #B93543;
}
.AnyTagClassName
{
color: #B93543;
}
</style>
background-color css
<style>
a { background-color: #B93543; }
a { background-color: rgb(185,53,67); }
div.DivClassName
{
background-color: #B93543;
}
.BgClassName
{
background-color: #B93543;
}
</style>
border-color css
<style>
span { border-color: #B93543; }
span { border-color: rgb(185,53,67); }
td.TdClassName
{
border-color: #B93543;
}
.TagClassName
{
border-color: #B93543;
}
</style>