Shades of Medium Carmine #BB403A
Tints of Medium Carmine #BB403A
RGB
CMYK
RGB Variations
Color information
#BB403A (or 0xBB403A) is known color: Medium Carmine. HEX triplet: BB, 40 and 3A. RGB value is (187,64,58). Sum of RGB (Red+Green+Blue) = 187+64+58=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403A is #44BFC5. Grayscale: #646464. Windows color (decimal): -4505542 or 3817659. OLE color: 3817659.
HSL color Cylindrical-coordinate representation of color #BB403A: hue angle of 2.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB403A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 58 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.27 |
| HSL | 2.79º | 0.53% | 0.48% | - |
| HSV(B) | 2.79º | 0.69% | 0.73% | - |
| XYZ | 23.09 | 14.54 | 5.59 | - |
| YUV | 100.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 58 | 0 | 0.66 | 0.69 | 0.27 | 2.79 | 0.53 | 0.48 |
| Hex | BB | 40 | 3A | 0 | 42 | 45 | 1B | 3 | 35 | 30 |
| Octal | 273 | 100 | 72 | 0 | 102 | 105 | 33 | 3 | 65 | 60 |
| Binary | 10111011 | 1000000 | 111010 | 0 | 1000010 | 1000101 | 11011 | 11 | 110101 | 110000 |
Color Harmonies of #BB403A
Complementary color
Monochromatic Colors of #BB403A
Black with #BB403A
Text Example
Text Example
White with #BB403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB403A; }
p { color: rgb(187,64,58); }
H1.HeaderClassName
{
color: #BB403A;
}
.AnyTagClassName
{
color: #BB403A;
}
</style>
background-color css
<style>
a { background-color: #BB403A; }
a { background-color: rgb(187,64,58); }
div.DivClassName
{
background-color: #BB403A;
}
.BgClassName
{
background-color: #BB403A;
}
</style>
border-color css
<style>
span { border-color: #BB403A; }
span { border-color: rgb(187,64,58); }
td.TdClassName
{
border-color: #BB403A;
}
.TagClassName
{
border-color: #BB403A;
}
</style>