Shades of Medium Carmine #BB412D
Tints of Medium Carmine #BB412D
RGB
CMYK
RGB Variations
Color information
#BB412D (or 0xBB412D) is known color: Medium Carmine. HEX triplet: BB, 41 and 2D. RGB value is (187,65,45). Sum of RGB (Red+Green+Blue) = 187+65+45=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB412D is #44BED2. Grayscale: #636363. Windows color (decimal): -4505299 or 2965947. OLE color: 2965947.
HSL color Cylindrical-coordinate representation of color #BB412D: hue angle of 8.45º 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 #BB412D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 45 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.27 |
| HSL | 8.45º | 0.61% | 0.45% | - |
| HSV(B) | 8.45º | 0.76% | 0.73% | - |
| XYZ | 22.86 | 14.53 | 4.08 | - |
| YUV | 99.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 45 | 0 | 0.65 | 0.76 | 0.27 | 8.45 | 0.61 | 0.45 |
| Hex | BB | 41 | 2D | 0 | 41 | 4C | 1B | 8 | 3D | 2D |
| Octal | 273 | 101 | 55 | 0 | 101 | 114 | 33 | 10 | 75 | 55 |
| Binary | 10111011 | 1000001 | 101101 | 0 | 1000001 | 1001100 | 11011 | 1000 | 111101 | 101101 |
Color Harmonies of #BB412D
Complementary color
Monochromatic Colors of #BB412D
Black with #BB412D
Text Example
Text Example
White with #BB412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB412D; }
p { color: rgb(187,65,45); }
H1.HeaderClassName
{
color: #BB412D;
}
.AnyTagClassName
{
color: #BB412D;
}
</style>
background-color css
<style>
a { background-color: #BB412D; }
a { background-color: rgb(187,65,45); }
div.DivClassName
{
background-color: #BB412D;
}
.BgClassName
{
background-color: #BB412D;
}
</style>
border-color css
<style>
span { border-color: #BB412D; }
span { border-color: rgb(187,65,45); }
td.TdClassName
{
border-color: #BB412D;
}
.TagClassName
{
border-color: #BB412D;
}
</style>