Shades of Medium Carmine #BB352D
Tints of Medium Carmine #BB352D
RGB
CMYK
RGB Variations
Color information
#BB352D (or 0xBB352D) is known color: Medium Carmine. HEX triplet: BB, 35 and 2D. RGB value is (187,53,45). Sum of RGB (Red+Green+Blue) = 187+53+45=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB352D is #44CAD2. Grayscale: #5C5C5C. Windows color (decimal): -4508371 or 2962875. OLE color: 2962875.
HSL color Cylindrical-coordinate representation of color #BB352D: hue angle of 3.38º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB352D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 45 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.27 |
| HSL | 3.38º | 0.61% | 0.45% | - |
| HSV(B) | 3.38º | 0.76% | 0.73% | - |
| XYZ | 22.24 | 13.3 | 3.88 | - |
| YUV | 92.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 45 | 0 | 0.72 | 0.76 | 0.27 | 3.38 | 0.61 | 0.45 |
| Hex | BB | 35 | 2D | 0 | 48 | 4C | 1B | 3 | 3D | 2D |
| Octal | 273 | 65 | 55 | 0 | 110 | 114 | 33 | 3 | 75 | 55 |
| Binary | 10111011 | 110101 | 101101 | 0 | 1001000 | 1001100 | 11011 | 11 | 111101 | 101101 |
Color Harmonies of #BB352D
Complementary color
Monochromatic Colors of #BB352D
Black with #BB352D
Text Example
Text Example
White with #BB352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB352D; }
p { color: rgb(187,53,45); }
H1.HeaderClassName
{
color: #BB352D;
}
.AnyTagClassName
{
color: #BB352D;
}
</style>
background-color css
<style>
a { background-color: #BB352D; }
a { background-color: rgb(187,53,45); }
div.DivClassName
{
background-color: #BB352D;
}
.BgClassName
{
background-color: #BB352D;
}
</style>
border-color css
<style>
span { border-color: #BB352D; }
span { border-color: rgb(187,53,45); }
td.TdClassName
{
border-color: #BB352D;
}
.TagClassName
{
border-color: #BB352D;
}
</style>