Shades of Medium Carmine #BB362B
Tints of Medium Carmine #BB362B
RGB
CMYK
RGB Variations
Color information
#BB362B (or 0xBB362B) is known color: Medium Carmine. HEX triplet: BB, 36 and 2B. RGB value is (187,54,43). Sum of RGB (Red+Green+Blue) = 187+54+43=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB362B is #44C9D4. Grayscale: #5C5C5C. Windows color (decimal): -4508117 or 2832059. OLE color: 2832059.
HSL color Cylindrical-coordinate representation of color #BB362B: hue angle of 4.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB362B is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 43 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.27 |
| HSL | 4.58º | 0.63% | 0.45% | - |
| HSV(B) | 4.58º | 0.77% | 0.73% | - |
| XYZ | 22.25 | 13.38 | 3.69 | - |
| YUV | 92.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 43 | 0 | 0.71 | 0.77 | 0.27 | 4.58 | 0.63 | 0.45 |
| Hex | BB | 36 | 2B | 0 | 47 | 4D | 1B | 5 | 3F | 2D |
| Octal | 273 | 66 | 53 | 0 | 107 | 115 | 33 | 5 | 77 | 55 |
| Binary | 10111011 | 110110 | 101011 | 0 | 1000111 | 1001101 | 11011 | 101 | 111111 | 101101 |
Color Harmonies of #BB362B
Complementary color
Monochromatic Colors of #BB362B
Black with #BB362B
Text Example
Text Example
White with #BB362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB362B; }
p { color: rgb(187,54,43); }
H1.HeaderClassName
{
color: #BB362B;
}
.AnyTagClassName
{
color: #BB362B;
}
</style>
background-color css
<style>
a { background-color: #BB362B; }
a { background-color: rgb(187,54,43); }
div.DivClassName
{
background-color: #BB362B;
}
.BgClassName
{
background-color: #BB362B;
}
</style>
border-color css
<style>
span { border-color: #BB362B; }
span { border-color: rgb(187,54,43); }
td.TdClassName
{
border-color: #BB362B;
}
.TagClassName
{
border-color: #BB362B;
}
</style>