Shades of Brick Red #BB383F
Tints of Brick Red #BB383F
RGB
CMYK
RGB Variations
Color information
#BB383F (or 0xBB383F) is known color: Brick Red. HEX triplet: BB, 38 and 3F. RGB value is (187,56,63). Sum of RGB (Red+Green+Blue) = 187+56+63=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB383F is #44C7C0. Grayscale: #606060. Windows color (decimal): -4507585 or 4143291. OLE color: 4143291.
HSL color Cylindrical-coordinate representation of color #BB383F: hue angle of 356.79º degrees, saturation: 0.54, 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 #BB383F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 63 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.27 |
| HSL | 356.79º | 0.54% | 0.48% | - |
| HSV(B) | 356.79º | 0.7% | 0.73% | - |
| XYZ | 22.8 | 13.75 | 6.16 | - |
| YUV | 95.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 63 | 0 | 0.70 | 0.66 | 0.27 | 356.79 | 0.54 | 0.48 |
| Hex | BB | 38 | 3F | 0 | 46 | 42 | 1B | 165 | 36 | 30 |
| Octal | 273 | 70 | 77 | 0 | 106 | 102 | 33 | 545 | 66 | 60 |
| Binary | 10111011 | 111000 | 111111 | 0 | 1000110 | 1000010 | 11011 | 101100101 | 110110 | 110000 |
Color Harmonies of #BB383F
Complementary color
Monochromatic Colors of #BB383F
Black with #BB383F
Text Example
Text Example
White with #BB383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB383F; }
p { color: rgb(187,56,63); }
H1.HeaderClassName
{
color: #BB383F;
}
.AnyTagClassName
{
color: #BB383F;
}
</style>
background-color css
<style>
a { background-color: #BB383F; }
a { background-color: rgb(187,56,63); }
div.DivClassName
{
background-color: #BB383F;
}
.BgClassName
{
background-color: #BB383F;
}
</style>
border-color css
<style>
span { border-color: #BB383F; }
span { border-color: rgb(187,56,63); }
td.TdClassName
{
border-color: #BB383F;
}
.TagClassName
{
border-color: #BB383F;
}
</style>