Shades of Medium Carmine #BB4127
Tints of Medium Carmine #BB4127
RGB
CMYK
RGB Variations
Color information
#BB4127 (or 0xBB4127) is known color: Medium Carmine. HEX triplet: BB, 41 and 27. RGB value is (187,65,39). Sum of RGB (Red+Green+Blue) = 187+65+39=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4127 is #44BED8. Grayscale: #626262. Windows color (decimal): -4505305 or 2572731. OLE color: 2572731.
HSL color Cylindrical-coordinate representation of color #BB4127: hue angle of 10.54º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4127 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 39 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.27 |
| HSL | 10.54º | 0.65% | 0.44% | - |
| HSV(B) | 10.54º | 0.79% | 0.73% | - |
| XYZ | 22.75 | 14.49 | 3.52 | - |
| YUV | 98.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 39 | 0 | 0.65 | 0.79 | 0.27 | 10.54 | 0.65 | 0.44 |
| Hex | BB | 41 | 27 | 0 | 41 | 4F | 1B | B | 41 | 2C |
| Octal | 273 | 101 | 47 | 0 | 101 | 117 | 33 | 13 | 101 | 54 |
| Binary | 10111011 | 1000001 | 100111 | 0 | 1000001 | 1001111 | 11011 | 1011 | 1000001 | 101100 |
Color Harmonies of #BB4127
Complementary color
Monochromatic Colors of #BB4127
Black with #BB4127
Text Example
Text Example
White with #BB4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4127; }
p { color: rgb(187,65,39); }
H1.HeaderClassName
{
color: #BB4127;
}
.AnyTagClassName
{
color: #BB4127;
}
</style>
background-color css
<style>
a { background-color: #BB4127; }
a { background-color: rgb(187,65,39); }
div.DivClassName
{
background-color: #BB4127;
}
.BgClassName
{
background-color: #BB4127;
}
</style>
border-color css
<style>
span { border-color: #BB4127; }
span { border-color: rgb(187,65,39); }
td.TdClassName
{
border-color: #BB4127;
}
.TagClassName
{
border-color: #BB4127;
}
</style>