Shades of Brick Red #BB373E
Tints of Brick Red #BB373E
RGB
CMYK
RGB Variations
Color information
#BB373E (or 0xBB373E) is known color: Brick Red. HEX triplet: BB, 37 and 3E. RGB value is (187,55,62). Sum of RGB (Red+Green+Blue) = 187+55+62=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB373E is #44C8C1. Grayscale: #5F5F5F. Windows color (decimal): -4507842 or 4077499. OLE color: 4077499.
HSL color Cylindrical-coordinate representation of color #BB373E: hue angle of 356.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB373E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 62 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.27 |
| HSL | 356.82º | 0.55% | 0.47% | - |
| HSV(B) | 356.82º | 0.71% | 0.73% | - |
| XYZ | 22.73 | 13.64 | 5.99 | - |
| YUV | 95.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 62 | 0 | 0.71 | 0.67 | 0.27 | 356.82 | 0.55 | 0.47 |
| Hex | BB | 37 | 3E | 0 | 47 | 43 | 1B | 165 | 37 | 2F |
| Octal | 273 | 67 | 76 | 0 | 107 | 103 | 33 | 545 | 67 | 57 |
| Binary | 10111011 | 110111 | 111110 | 0 | 1000111 | 1000011 | 11011 | 101100101 | 110111 | 101111 |
Color Harmonies of #BB373E
Complementary color
Monochromatic Colors of #BB373E
Black with #BB373E
Text Example
Text Example
White with #BB373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB373E; }
p { color: rgb(187,55,62); }
H1.HeaderClassName
{
color: #BB373E;
}
.AnyTagClassName
{
color: #BB373E;
}
</style>
background-color css
<style>
a { background-color: #BB373E; }
a { background-color: rgb(187,55,62); }
div.DivClassName
{
background-color: #BB373E;
}
.BgClassName
{
background-color: #BB373E;
}
</style>
border-color css
<style>
span { border-color: #BB373E; }
span { border-color: rgb(187,55,62); }
td.TdClassName
{
border-color: #BB373E;
}
.TagClassName
{
border-color: #BB373E;
}
</style>