Shades of Medium Carmine #BB352B
Tints of Medium Carmine #BB352B
RGB
CMYK
RGB Variations
Color information
#BB352B (or 0xBB352B) is known color: Medium Carmine. HEX triplet: BB, 35 and 2B. RGB value is (187,53,43). Sum of RGB (Red+Green+Blue) = 187+53+43=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB352B is #44CAD4. Grayscale: #5C5C5C. Windows color (decimal): -4508373 or 2831803. OLE color: 2831803.
HSL color Cylindrical-coordinate representation of color #BB352B: hue angle of 4.17º 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 #BB352B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 43 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.27 |
| HSL | 4.17º | 0.63% | 0.45% | - |
| HSV(B) | 4.17º | 0.77% | 0.73% | - |
| XYZ | 22.2 | 13.29 | 3.68 | - |
| YUV | 91.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 43 | 0 | 0.72 | 0.77 | 0.27 | 4.17 | 0.63 | 0.45 |
| Hex | BB | 35 | 2B | 0 | 48 | 4D | 1B | 4 | 3F | 2D |
| Octal | 273 | 65 | 53 | 0 | 110 | 115 | 33 | 4 | 77 | 55 |
| Binary | 10111011 | 110101 | 101011 | 0 | 1001000 | 1001101 | 11011 | 100 | 111111 | 101101 |
Color Harmonies of #BB352B
Complementary color
Monochromatic Colors of #BB352B
Black with #BB352B
Text Example
Text Example
White with #BB352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB352B; }
p { color: rgb(187,53,43); }
H1.HeaderClassName
{
color: #BB352B;
}
.AnyTagClassName
{
color: #BB352B;
}
</style>
background-color css
<style>
a { background-color: #BB352B; }
a { background-color: rgb(187,53,43); }
div.DivClassName
{
background-color: #BB352B;
}
.BgClassName
{
background-color: #BB352B;
}
</style>
border-color css
<style>
span { border-color: #BB352B; }
span { border-color: rgb(187,53,43); }
td.TdClassName
{
border-color: #BB352B;
}
.TagClassName
{
border-color: #BB352B;
}
</style>