Shades of Brick Red #BB363D
Tints of Brick Red #BB363D
RGB
CMYK
RGB Variations
Color information
#BB363D (or 0xBB363D) is known color: Brick Red. HEX triplet: BB, 36 and 3D. RGB value is (187,54,61). Sum of RGB (Red+Green+Blue) = 187+54+61=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB363D is #44C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4508099 or 4011707. OLE color: 4011707.
HSL color Cylindrical-coordinate representation of color #BB363D: hue angle of 356.84º 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 #BB363D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.27 |
| HSL | 356.84º | 0.55% | 0.47% | - |
| HSV(B) | 356.84º | 0.71% | 0.73% | - |
| XYZ | 22.65 | 13.54 | 5.83 | - |
| YUV | 94.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 61 | 0 | 0.71 | 0.67 | 0.27 | 356.84 | 0.55 | 0.47 |
| Hex | BB | 36 | 3D | 0 | 47 | 43 | 1B | 165 | 37 | 2F |
| Octal | 273 | 66 | 75 | 0 | 107 | 103 | 33 | 545 | 67 | 57 |
| Binary | 10111011 | 110110 | 111101 | 0 | 1000111 | 1000011 | 11011 | 101100101 | 110111 | 101111 |
Color Harmonies of #BB363D
Complementary color
Monochromatic Colors of #BB363D
Black with #BB363D
Text Example
Text Example
White with #BB363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB363D; }
p { color: rgb(187,54,61); }
H1.HeaderClassName
{
color: #BB363D;
}
.AnyTagClassName
{
color: #BB363D;
}
</style>
background-color css
<style>
a { background-color: #BB363D; }
a { background-color: rgb(187,54,61); }
div.DivClassName
{
background-color: #BB363D;
}
.BgClassName
{
background-color: #BB363D;
}
</style>
border-color css
<style>
span { border-color: #BB363D; }
span { border-color: rgb(187,54,61); }
td.TdClassName
{
border-color: #BB363D;
}
.TagClassName
{
border-color: #BB363D;
}
</style>