Shades of Medium Carmine #BB4126
Tints of Medium Carmine #BB4126
RGB
CMYK
RGB Variations
Color information
#BB4126 (or 0xBB4126) is known color: Medium Carmine. HEX triplet: BB, 41 and 26. RGB value is (187,65,38). Sum of RGB (Red+Green+Blue) = 187+65+38=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4126 is #44BED9. Grayscale: #626262. Windows color (decimal): -4505306 or 2507195. OLE color: 2507195.
HSL color Cylindrical-coordinate representation of color #BB4126: hue angle of 10.87º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4126 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 38 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.27 |
| HSL | 10.87º | 0.66% | 0.44% | - |
| HSV(B) | 10.87º | 0.8% | 0.73% | - |
| XYZ | 22.73 | 14.49 | 3.43 | - |
| YUV | 98.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 38 | 0 | 0.65 | 0.80 | 0.27 | 10.87 | 0.66 | 0.44 |
| Hex | BB | 41 | 26 | 0 | 41 | 50 | 1B | B | 42 | 2C |
| Octal | 273 | 101 | 46 | 0 | 101 | 120 | 33 | 13 | 102 | 54 |
| Binary | 10111011 | 1000001 | 100110 | 0 | 1000001 | 1010000 | 11011 | 1011 | 1000010 | 101100 |
Color Harmonies of #BB4126
Complementary color
Monochromatic Colors of #BB4126
Black with #BB4126
Text Example
Text Example
White with #BB4126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4126; }
p { color: rgb(187,65,38); }
H1.HeaderClassName
{
color: #BB4126;
}
.AnyTagClassName
{
color: #BB4126;
}
</style>
background-color css
<style>
a { background-color: #BB4126; }
a { background-color: rgb(187,65,38); }
div.DivClassName
{
background-color: #BB4126;
}
.BgClassName
{
background-color: #BB4126;
}
</style>
border-color css
<style>
span { border-color: #BB4126; }
span { border-color: rgb(187,65,38); }
td.TdClassName
{
border-color: #BB4126;
}
.TagClassName
{
border-color: #BB4126;
}
</style>