Shades of Brick Red #BB313C
Tints of Brick Red #BB313C
RGB
CMYK
RGB Variations
Color information
#BB313C (or 0xBB313C) is known color: Brick Red. HEX triplet: BB, 31 and 3C. RGB value is (187,49,60). Sum of RGB (Red+Green+Blue) = 187+49+60=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB313C is #44CEC3. Grayscale: #5B5B5B. Windows color (decimal): -4509380 or 3944891. OLE color: 3944891.
HSL color Cylindrical-coordinate representation of color #BB313C: hue angle of 355.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB313C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 60 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.27 |
| HSL | 355.22º | 0.58% | 0.46% | - |
| HSV(B) | 355.22º | 0.74% | 0.73% | - |
| XYZ | 22.41 | 13.09 | 5.62 | - |
| YUV | 91.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 60 | 0 | 0.74 | 0.68 | 0.27 | 355.22 | 0.58 | 0.46 |
| Hex | BB | 31 | 3C | 0 | 4A | 44 | 1B | 163 | 3A | 2E |
| Octal | 273 | 61 | 74 | 0 | 112 | 104 | 33 | 543 | 72 | 56 |
| Binary | 10111011 | 110001 | 111100 | 0 | 1001010 | 1000100 | 11011 | 101100011 | 111010 | 101110 |
Color Harmonies of #BB313C
Complementary color
Monochromatic Colors of #BB313C
Black with #BB313C
Text Example
Text Example
White with #BB313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB313C; }
p { color: rgb(187,49,60); }
H1.HeaderClassName
{
color: #BB313C;
}
.AnyTagClassName
{
color: #BB313C;
}
</style>
background-color css
<style>
a { background-color: #BB313C; }
a { background-color: rgb(187,49,60); }
div.DivClassName
{
background-color: #BB313C;
}
.BgClassName
{
background-color: #BB313C;
}
</style>
border-color css
<style>
span { border-color: #BB313C; }
span { border-color: rgb(187,49,60); }
td.TdClassName
{
border-color: #BB313C;
}
.TagClassName
{
border-color: #BB313C;
}
</style>