Shades of Medium Carmine #BB403D
Tints of Medium Carmine #BB403D
RGB
CMYK
RGB Variations
Color information
#BB403D (or 0xBB403D) is known color: Medium Carmine. HEX triplet: BB, 40 and 3D. RGB value is (187,64,61). Sum of RGB (Red+Green+Blue) = 187+64+61=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403D is #44BFC2. Grayscale: #646464. Windows color (decimal): -4505539 or 4014267. OLE color: 4014267.
HSL color Cylindrical-coordinate representation of color #BB403D: hue angle of 1.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB403D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 61 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.27 |
| HSL | 1.43º | 0.51% | 0.49% | - |
| HSV(B) | 1.43º | 0.67% | 0.73% | - |
| XYZ | 23.17 | 14.57 | 6.01 | - |
| YUV | 100.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 61 | 0 | 0.66 | 0.67 | 0.27 | 1.43 | 0.51 | 0.49 |
| Hex | BB | 40 | 3D | 0 | 42 | 43 | 1B | 1 | 33 | 31 |
| Octal | 273 | 100 | 75 | 0 | 102 | 103 | 33 | 1 | 63 | 61 |
| Binary | 10111011 | 1000000 | 111101 | 0 | 1000010 | 1000011 | 11011 | 1 | 110011 | 110001 |
Color Harmonies of #BB403D
Complementary color
Monochromatic Colors of #BB403D
Black with #BB403D
Text Example
Text Example
White with #BB403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB403D; }
p { color: rgb(187,64,61); }
H1.HeaderClassName
{
color: #BB403D;
}
.AnyTagClassName
{
color: #BB403D;
}
</style>
background-color css
<style>
a { background-color: #BB403D; }
a { background-color: rgb(187,64,61); }
div.DivClassName
{
background-color: #BB403D;
}
.BgClassName
{
background-color: #BB403D;
}
</style>
border-color css
<style>
span { border-color: #BB403D; }
span { border-color: rgb(187,64,61); }
td.TdClassName
{
border-color: #BB403D;
}
.TagClassName
{
border-color: #BB403D;
}
</style>