Shades of Brick Red #BB3543
Tints of Brick Red #BB3543
RGB
CMYK
RGB Variations
Color information
#BB3543 (or 0xBB3543) is known color: Brick Red. HEX triplet: BB, 35 and 43. RGB value is (187,53,67). Sum of RGB (Red+Green+Blue) = 187+53+67=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3543 is #44CABC. Grayscale: #5E5E5E. Windows color (decimal): -4508349 or 4404667. OLE color: 4404667.
HSL color Cylindrical-coordinate representation of color #BB3543: hue angle of 353.73º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3543 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 67 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.27 |
| HSL | 353.73º | 0.56% | 0.47% | - |
| HSV(B) | 353.73º | 0.72% | 0.73% | - |
| XYZ | 22.78 | 13.52 | 6.72 | - |
| YUV | 94.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 67 | 0 | 0.72 | 0.64 | 0.27 | 353.73 | 0.56 | 0.47 |
| Hex | BB | 35 | 43 | 0 | 48 | 40 | 1B | 162 | 38 | 2F |
| Octal | 273 | 65 | 103 | 0 | 110 | 100 | 33 | 542 | 70 | 57 |
| Binary | 10111011 | 110101 | 1000011 | 0 | 1001000 | 1000000 | 11011 | 101100010 | 111000 | 101111 |
Color Harmonies of #BB3543
Complementary color
Monochromatic Colors of #BB3543
Black with #BB3543
Text Example
Text Example
White with #BB3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3543; }
p { color: rgb(187,53,67); }
H1.HeaderClassName
{
color: #BB3543;
}
.AnyTagClassName
{
color: #BB3543;
}
</style>
background-color css
<style>
a { background-color: #BB3543; }
a { background-color: rgb(187,53,67); }
div.DivClassName
{
background-color: #BB3543;
}
.BgClassName
{
background-color: #BB3543;
}
</style>
border-color css
<style>
span { border-color: #BB3543; }
span { border-color: rgb(187,53,67); }
td.TdClassName
{
border-color: #BB3543;
}
.TagClassName
{
border-color: #BB3543;
}
</style>