Shades of Medium Carmine #BB362F
Tints of Medium Carmine #BB362F
RGB
CMYK
RGB Variations
Color information
#BB362F (or 0xBB362F) is known color: Medium Carmine. HEX triplet: BB, 36 and 2F. RGB value is (187,54,47). Sum of RGB (Red+Green+Blue) = 187+54+47=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB362F is #44C9D0. Grayscale: #5D5D5D. Windows color (decimal): -4508113 or 3094203. OLE color: 3094203.
HSL color Cylindrical-coordinate representation of color #BB362F: hue angle of 3º 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 #BB362F is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 47 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.27 |
| HSL | 3º | 0.6% | 0.46% | - |
| HSV(B) | 3º | 0.75% | 0.73% | - |
| XYZ | 22.33 | 13.41 | 4.1 | - |
| YUV | 92.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 47 | 0 | 0.71 | 0.75 | 0.27 | 3 | 0.6 | 0.46 |
| Hex | BB | 36 | 2F | 0 | 47 | 4B | 1B | 3 | 3C | 2E |
| Octal | 273 | 66 | 57 | 0 | 107 | 113 | 33 | 3 | 74 | 56 |
| Binary | 10111011 | 110110 | 101111 | 0 | 1000111 | 1001011 | 11011 | 11 | 111100 | 101110 |
Color Harmonies of #BB362F
Complementary color
Monochromatic Colors of #BB362F
Black with #BB362F
Text Example
Text Example
White with #BB362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB362F; }
p { color: rgb(187,54,47); }
H1.HeaderClassName
{
color: #BB362F;
}
.AnyTagClassName
{
color: #BB362F;
}
</style>
background-color css
<style>
a { background-color: #BB362F; }
a { background-color: rgb(187,54,47); }
div.DivClassName
{
background-color: #BB362F;
}
.BgClassName
{
background-color: #BB362F;
}
</style>
border-color css
<style>
span { border-color: #BB362F; }
span { border-color: rgb(187,54,47); }
td.TdClassName
{
border-color: #BB362F;
}
.TagClassName
{
border-color: #BB362F;
}
</style>