Shades of Brick Red #BB3342
Tints of Brick Red #BB3342
RGB
CMYK
RGB Variations
Color information
#BB3342 (or 0xBB3342) is known color: Brick Red. HEX triplet: BB, 33 and 42. RGB value is (187,51,66). Sum of RGB (Red+Green+Blue) = 187+51+66=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3342 is #44CCBD. Grayscale: #5D5D5D. Windows color (decimal): -4508862 or 4338619. OLE color: 4338619.
HSL color Cylindrical-coordinate representation of color #BB3342: hue angle of 353.38º 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 #BB3342 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 66 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.27 |
| HSL | 353.38º | 0.57% | 0.47% | - |
| HSV(B) | 353.38º | 0.73% | 0.73% | - |
| XYZ | 22.66 | 13.33 | 6.53 | - |
| YUV | 93.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 66 | 0 | 0.73 | 0.65 | 0.27 | 353.38 | 0.57 | 0.47 |
| Hex | BB | 33 | 42 | 0 | 49 | 41 | 1B | 161 | 39 | 2F |
| Octal | 273 | 63 | 102 | 0 | 111 | 101 | 33 | 541 | 71 | 57 |
| Binary | 10111011 | 110011 | 1000010 | 0 | 1001001 | 1000001 | 11011 | 101100001 | 111001 | 101111 |
Color Harmonies of #BB3342
Complementary color
Monochromatic Colors of #BB3342
Black with #BB3342
Text Example
Text Example
White with #BB3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3342; }
p { color: rgb(187,51,66); }
H1.HeaderClassName
{
color: #BB3342;
}
.AnyTagClassName
{
color: #BB3342;
}
</style>
background-color css
<style>
a { background-color: #BB3342; }
a { background-color: rgb(187,51,66); }
div.DivClassName
{
background-color: #BB3342;
}
.BgClassName
{
background-color: #BB3342;
}
</style>
border-color css
<style>
span { border-color: #BB3342; }
span { border-color: rgb(187,51,66); }
td.TdClassName
{
border-color: #BB3342;
}
.TagClassName
{
border-color: #BB3342;
}
</style>