Shades of Brick Red #BB3343
Tints of Brick Red #BB3343
RGB
CMYK
RGB Variations
Color information
#BB3343 (or 0xBB3343) is known color: Brick Red. HEX triplet: BB, 33 and 43. RGB value is (187,51,67). Sum of RGB (Red+Green+Blue) = 187+51+67=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3343 is #44CCBC. Grayscale: #5D5D5D. Windows color (decimal): -4508861 or 4404155. OLE color: 4404155.
HSL color Cylindrical-coordinate representation of color #BB3343: hue angle of 352.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3343 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 67 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.27 |
| HSL | 352.94º | 0.57% | 0.47% | - |
| HSV(B) | 352.94º | 0.73% | 0.73% | - |
| XYZ | 22.69 | 13.34 | 6.69 | - |
| YUV | 93.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 67 | 0 | 0.73 | 0.64 | 0.27 | 352.94 | 0.57 | 0.47 |
| Hex | BB | 33 | 43 | 0 | 49 | 40 | 1B | 161 | 39 | 2F |
| Octal | 273 | 63 | 103 | 0 | 111 | 100 | 33 | 541 | 71 | 57 |
| Binary | 10111011 | 110011 | 1000011 | 0 | 1001001 | 1000000 | 11011 | 101100001 | 111001 | 101111 |
Color Harmonies of #BB3343
Complementary color
Monochromatic Colors of #BB3343
Black with #BB3343
Text Example
Text Example
White with #BB3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3343; }
p { color: rgb(187,51,67); }
H1.HeaderClassName
{
color: #BB3343;
}
.AnyTagClassName
{
color: #BB3343;
}
</style>
background-color css
<style>
a { background-color: #BB3343; }
a { background-color: rgb(187,51,67); }
div.DivClassName
{
background-color: #BB3343;
}
.BgClassName
{
background-color: #BB3343;
}
</style>
border-color css
<style>
span { border-color: #BB3343; }
span { border-color: rgb(187,51,67); }
td.TdClassName
{
border-color: #BB3343;
}
.TagClassName
{
border-color: #BB3343;
}
</style>