Shades of Brick Red #BB3443
Tints of Brick Red #BB3443
RGB
CMYK
RGB Variations
Color information
#BB3443 (or 0xBB3443) is known color: Brick Red. HEX triplet: BB, 34 and 43. RGB value is (187,52,67). Sum of RGB (Red+Green+Blue) = 187+52+67=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3443 is #44CBBC. Grayscale: #5E5E5E. Windows color (decimal): -4508605 or 4404411. OLE color: 4404411.
HSL color Cylindrical-coordinate representation of color #BB3443: hue angle of 353.33º 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 #BB3443 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 67 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.27 |
| HSL | 353.33º | 0.56% | 0.47% | - |
| HSV(B) | 353.33º | 0.72% | 0.73% | - |
| XYZ | 22.73 | 13.43 | 6.7 | - |
| YUV | 94.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 67 | 0 | 0.72 | 0.64 | 0.27 | 353.33 | 0.56 | 0.47 |
| Hex | BB | 34 | 43 | 0 | 48 | 40 | 1B | 161 | 38 | 2F |
| Octal | 273 | 64 | 103 | 0 | 110 | 100 | 33 | 541 | 70 | 57 |
| Binary | 10111011 | 110100 | 1000011 | 0 | 1001000 | 1000000 | 11011 | 101100001 | 111000 | 101111 |
Color Harmonies of #BB3443
Complementary color
Monochromatic Colors of #BB3443
Black with #BB3443
Text Example
Text Example
White with #BB3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3443; }
p { color: rgb(187,52,67); }
H1.HeaderClassName
{
color: #BB3443;
}
.AnyTagClassName
{
color: #BB3443;
}
</style>
background-color css
<style>
a { background-color: #BB3443; }
a { background-color: rgb(187,52,67); }
div.DivClassName
{
background-color: #BB3443;
}
.BgClassName
{
background-color: #BB3443;
}
</style>
border-color css
<style>
span { border-color: #BB3443; }
span { border-color: rgb(187,52,67); }
td.TdClassName
{
border-color: #BB3443;
}
.TagClassName
{
border-color: #BB3443;
}
</style>