Shades of Medium Carmine #BB422E
Tints of Medium Carmine #BB422E
RGB
CMYK
RGB Variations
Color information
#BB422E (or 0xBB422E) is known color: Medium Carmine. HEX triplet: BB, 42 and 2E. RGB value is (187,66,46). Sum of RGB (Red+Green+Blue) = 187+66+46=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB422E is #44BDD1. Grayscale: #646464. Windows color (decimal): -4505042 or 3031739. OLE color: 3031739.
HSL color Cylindrical-coordinate representation of color #BB422E: hue angle of 8.51º degrees, saturation: 0.61, 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 #BB422E is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 46 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.27 |
| HSL | 8.51º | 0.61% | 0.46% | - |
| HSV(B) | 8.51º | 0.75% | 0.73% | - |
| XYZ | 22.93 | 14.66 | 4.21 | - |
| YUV | 99.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 46 | 0 | 0.65 | 0.75 | 0.27 | 8.51 | 0.61 | 0.46 |
| Hex | BB | 42 | 2E | 0 | 41 | 4B | 1B | 9 | 3D | 2E |
| Octal | 273 | 102 | 56 | 0 | 101 | 113 | 33 | 11 | 75 | 56 |
| Binary | 10111011 | 1000010 | 101110 | 0 | 1000001 | 1001011 | 11011 | 1001 | 111101 | 101110 |
Color Harmonies of #BB422E
Complementary color
Monochromatic Colors of #BB422E
Black with #BB422E
Text Example
Text Example
White with #BB422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB422E; }
p { color: rgb(187,66,46); }
H1.HeaderClassName
{
color: #BB422E;
}
.AnyTagClassName
{
color: #BB422E;
}
</style>
background-color css
<style>
a { background-color: #BB422E; }
a { background-color: rgb(187,66,46); }
div.DivClassName
{
background-color: #BB422E;
}
.BgClassName
{
background-color: #BB422E;
}
</style>
border-color css
<style>
span { border-color: #BB422E; }
span { border-color: rgb(187,66,46); }
td.TdClassName
{
border-color: #BB422E;
}
.TagClassName
{
border-color: #BB422E;
}
</style>