Shades of Brick Red #BB3340
Tints of Brick Red #BB3340
RGB
CMYK
RGB Variations
Color information
#BB3340 (or 0xBB3340) is known color: Brick Red. HEX triplet: BB, 33 and 40. RGB value is (187,51,64). Sum of RGB (Red+Green+Blue) = 187+51+64=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3340 is #44CCBF. Grayscale: #5D5D5D. Windows color (decimal): -4508864 or 4207547. OLE color: 4207547.
HSL color Cylindrical-coordinate representation of color #BB3340: hue angle of 354.26º 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 #BB3340 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 64 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.27 |
| HSL | 354.26º | 0.57% | 0.47% | - |
| HSV(B) | 354.26º | 0.73% | 0.73% | - |
| XYZ | 22.6 | 13.3 | 6.23 | - |
| YUV | 93.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 64 | 0 | 0.73 | 0.66 | 0.27 | 354.26 | 0.57 | 0.47 |
| Hex | BB | 33 | 40 | 0 | 49 | 42 | 1B | 162 | 39 | 2F |
| Octal | 273 | 63 | 100 | 0 | 111 | 102 | 33 | 542 | 71 | 57 |
| Binary | 10111011 | 110011 | 1000000 | 0 | 1001001 | 1000010 | 11011 | 101100010 | 111001 | 101111 |
Color Harmonies of #BB3340
Complementary color
Monochromatic Colors of #BB3340
Black with #BB3340
Text Example
Text Example
White with #BB3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3340; }
p { color: rgb(187,51,64); }
H1.HeaderClassName
{
color: #BB3340;
}
.AnyTagClassName
{
color: #BB3340;
}
</style>
background-color css
<style>
a { background-color: #BB3340; }
a { background-color: rgb(187,51,64); }
div.DivClassName
{
background-color: #BB3340;
}
.BgClassName
{
background-color: #BB3340;
}
</style>
border-color css
<style>
span { border-color: #BB3340; }
span { border-color: rgb(187,51,64); }
td.TdClassName
{
border-color: #BB3340;
}
.TagClassName
{
border-color: #BB3340;
}
</style>