Shades of Medium Carmine #BB402F
Tints of Medium Carmine #BB402F
RGB
CMYK
RGB Variations
Color information
#BB402F (or 0xBB402F) is known color: Medium Carmine. HEX triplet: BB, 40 and 2F. RGB value is (187,64,47). Sum of RGB (Red+Green+Blue) = 187+64+47=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB402F is #44BFD0. Grayscale: #636363. Windows color (decimal): -4505553 or 3096763. OLE color: 3096763.
HSL color Cylindrical-coordinate representation of color #BB402F: hue angle of 7.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 #BB402F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 47 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 7.29º | 0.6% | 0.46% | - |
| HSV(B) | 7.29º | 0.75% | 0.73% | - |
| XYZ | 22.84 | 14.44 | 4.27 | - |
| YUV | 98.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 47 | 0 | 0.66 | 0.75 | 0.27 | 7.29 | 0.6 | 0.46 |
| Hex | BB | 40 | 2F | 0 | 42 | 4B | 1B | 7 | 3C | 2E |
| Octal | 273 | 100 | 57 | 0 | 102 | 113 | 33 | 7 | 74 | 56 |
| Binary | 10111011 | 1000000 | 101111 | 0 | 1000010 | 1001011 | 11011 | 111 | 111100 | 101110 |
Color Harmonies of #BB402F
Complementary color
Monochromatic Colors of #BB402F
Black with #BB402F
Text Example
Text Example
White with #BB402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB402F; }
p { color: rgb(187,64,47); }
H1.HeaderClassName
{
color: #BB402F;
}
.AnyTagClassName
{
color: #BB402F;
}
</style>
background-color css
<style>
a { background-color: #BB402F; }
a { background-color: rgb(187,64,47); }
div.DivClassName
{
background-color: #BB402F;
}
.BgClassName
{
background-color: #BB402F;
}
</style>
border-color css
<style>
span { border-color: #BB402F; }
span { border-color: rgb(187,64,47); }
td.TdClassName
{
border-color: #BB402F;
}
.TagClassName
{
border-color: #BB402F;
}
</style>