Shades of Brick Red #BB333E
Tints of Brick Red #BB333E
RGB
CMYK
RGB Variations
Color information
#BB333E (or 0xBB333E) is known color: Brick Red. HEX triplet: BB, 33 and 3E. RGB value is (187,51,62). Sum of RGB (Red+Green+Blue) = 187+51+62=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB333E is #44CCC1. Grayscale: #5D5D5D. Windows color (decimal): -4508866 or 4076475. OLE color: 4076475.
HSL color Cylindrical-coordinate representation of color #BB333E: hue angle of 355.15º 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 #BB333E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 62 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 355.15º | 0.57% | 0.47% | - |
| HSV(B) | 355.15º | 0.73% | 0.73% | - |
| XYZ | 22.55 | 13.28 | 5.93 | - |
| YUV | 92.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 62 | 0 | 0.73 | 0.67 | 0.27 | 355.15 | 0.57 | 0.47 |
| Hex | BB | 33 | 3E | 0 | 49 | 43 | 1B | 163 | 39 | 2F |
| Octal | 273 | 63 | 76 | 0 | 111 | 103 | 33 | 543 | 71 | 57 |
| Binary | 10111011 | 110011 | 111110 | 0 | 1001001 | 1000011 | 11011 | 101100011 | 111001 | 101111 |
Color Harmonies of #BB333E
Complementary color
Monochromatic Colors of #BB333E
Black with #BB333E
Text Example
Text Example
White with #BB333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB333E; }
p { color: rgb(187,51,62); }
H1.HeaderClassName
{
color: #BB333E;
}
.AnyTagClassName
{
color: #BB333E;
}
</style>
background-color css
<style>
a { background-color: #BB333E; }
a { background-color: rgb(187,51,62); }
div.DivClassName
{
background-color: #BB333E;
}
.BgClassName
{
background-color: #BB333E;
}
</style>
border-color css
<style>
span { border-color: #BB333E; }
span { border-color: rgb(187,51,62); }
td.TdClassName
{
border-color: #BB333E;
}
.TagClassName
{
border-color: #BB333E;
}
</style>