Shades of Medium Carmine #BB352F
Tints of Medium Carmine #BB352F
RGB
CMYK
RGB Variations
Color information
#BB352F (or 0xBB352F) is known color: Medium Carmine. HEX triplet: BB, 35 and 2F. RGB value is (187,53,47). Sum of RGB (Red+Green+Blue) = 187+53+47=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB352F is #44CAD0. Grayscale: #5C5C5C. Windows color (decimal): -4508369 or 3093947. OLE color: 3093947.
HSL color Cylindrical-coordinate representation of color #BB352F: hue angle of 2.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB352F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 47 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.27 |
| HSL | 2.57º | 0.6% | 0.46% | - |
| HSV(B) | 2.57º | 0.75% | 0.73% | - |
| XYZ | 22.28 | 13.32 | 4.09 | - |
| YUV | 92.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 47 | 0 | 0.72 | 0.75 | 0.27 | 2.57 | 0.6 | 0.46 |
| Hex | BB | 35 | 2F | 0 | 48 | 4B | 1B | 3 | 3C | 2E |
| Octal | 273 | 65 | 57 | 0 | 110 | 113 | 33 | 3 | 74 | 56 |
| Binary | 10111011 | 110101 | 101111 | 0 | 1001000 | 1001011 | 11011 | 11 | 111100 | 101110 |
Color Harmonies of #BB352F
Complementary color
Monochromatic Colors of #BB352F
Black with #BB352F
Text Example
Text Example
White with #BB352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB352F; }
p { color: rgb(187,53,47); }
H1.HeaderClassName
{
color: #BB352F;
}
.AnyTagClassName
{
color: #BB352F;
}
</style>
background-color css
<style>
a { background-color: #BB352F; }
a { background-color: rgb(187,53,47); }
div.DivClassName
{
background-color: #BB352F;
}
.BgClassName
{
background-color: #BB352F;
}
</style>
border-color css
<style>
span { border-color: #BB352F; }
span { border-color: rgb(187,53,47); }
td.TdClassName
{
border-color: #BB352F;
}
.TagClassName
{
border-color: #BB352F;
}
</style>