Shades of Brick Red #BB393F
Tints of Brick Red #BB393F
RGB
CMYK
RGB Variations
Color information
#BB393F (or 0xBB393F) is known color: Brick Red. HEX triplet: BB, 39 and 3F. RGB value is (187,57,63). Sum of RGB (Red+Green+Blue) = 187+57+63=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB393F is #44C6C0. Grayscale: #606060. Windows color (decimal): -4507329 or 4143547. OLE color: 4143547.
HSL color Cylindrical-coordinate representation of color #BB393F: hue angle of 357.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB393F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 63 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.27 |
| HSL | 357.23º | 0.53% | 0.48% | - |
| HSV(B) | 357.23º | 0.7% | 0.73% | - |
| XYZ | 22.85 | 13.85 | 6.17 | - |
| YUV | 96.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 63 | 0 | 0.70 | 0.66 | 0.27 | 357.23 | 0.53 | 0.48 |
| Hex | BB | 39 | 3F | 0 | 46 | 42 | 1B | 165 | 35 | 30 |
| Octal | 273 | 71 | 77 | 0 | 106 | 102 | 33 | 545 | 65 | 60 |
| Binary | 10111011 | 111001 | 111111 | 0 | 1000110 | 1000010 | 11011 | 101100101 | 110101 | 110000 |
Color Harmonies of #BB393F
Complementary color
Monochromatic Colors of #BB393F
Black with #BB393F
Text Example
Text Example
White with #BB393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB393F; }
p { color: rgb(187,57,63); }
H1.HeaderClassName
{
color: #BB393F;
}
.AnyTagClassName
{
color: #BB393F;
}
</style>
background-color css
<style>
a { background-color: #BB393F; }
a { background-color: rgb(187,57,63); }
div.DivClassName
{
background-color: #BB393F;
}
.BgClassName
{
background-color: #BB393F;
}
</style>
border-color css
<style>
span { border-color: #BB393F; }
span { border-color: rgb(187,57,63); }
td.TdClassName
{
border-color: #BB393F;
}
.TagClassName
{
border-color: #BB393F;
}
</style>