Shades of Medium Carmine #BB392F
Tints of Medium Carmine #BB392F
RGB
CMYK
RGB Variations
Color information
#BB392F (or 0xBB392F) is known color: Medium Carmine. HEX triplet: BB, 39 and 2F. RGB value is (187,57,47). Sum of RGB (Red+Green+Blue) = 187+57+47=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB392F is #44C6D0. Grayscale: #5E5E5E. Windows color (decimal): -4507345 or 3094971. OLE color: 3094971.
HSL color Cylindrical-coordinate representation of color #BB392F: hue angle of 4.29º 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 #BB392F is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 47 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.27 |
| HSL | 4.29º | 0.6% | 0.46% | - |
| HSV(B) | 4.29º | 0.75% | 0.73% | - |
| XYZ | 22.47 | 13.7 | 4.15 | - |
| YUV | 94.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 47 | 0 | 0.70 | 0.75 | 0.27 | 4.29 | 0.6 | 0.46 |
| Hex | BB | 39 | 2F | 0 | 46 | 4B | 1B | 4 | 3C | 2E |
| Octal | 273 | 71 | 57 | 0 | 106 | 113 | 33 | 4 | 74 | 56 |
| Binary | 10111011 | 111001 | 101111 | 0 | 1000110 | 1001011 | 11011 | 100 | 111100 | 101110 |
Color Harmonies of #BB392F
Complementary color
Monochromatic Colors of #BB392F
Black with #BB392F
Text Example
Text Example
White with #BB392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB392F; }
p { color: rgb(187,57,47); }
H1.HeaderClassName
{
color: #BB392F;
}
.AnyTagClassName
{
color: #BB392F;
}
</style>
background-color css
<style>
a { background-color: #BB392F; }
a { background-color: rgb(187,57,47); }
div.DivClassName
{
background-color: #BB392F;
}
.BgClassName
{
background-color: #BB392F;
}
</style>
border-color css
<style>
span { border-color: #BB392F; }
span { border-color: rgb(187,57,47); }
td.TdClassName
{
border-color: #BB392F;
}
.TagClassName
{
border-color: #BB392F;
}
</style>