Shades of Medium Carmine #BB3828
Tints of Medium Carmine #BB3828
RGB
CMYK
RGB Variations
Color information
#BB3828 (or 0xBB3828) is known color: Medium Carmine. HEX triplet: BB, 38 and 28. RGB value is (187,56,40). Sum of RGB (Red+Green+Blue) = 187+56+40=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3828 is #44C7D7. Grayscale: #5D5D5D. Windows color (decimal): -4507608 or 2635963. OLE color: 2635963.
HSL color Cylindrical-coordinate representation of color #BB3828: hue angle of 6.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB3828 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 40 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.27 |
| HSL | 6.53º | 0.65% | 0.45% | - |
| HSV(B) | 6.53º | 0.79% | 0.73% | - |
| XYZ | 22.29 | 13.55 | 3.45 | - |
| YUV | 93.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 40 | 0 | 0.70 | 0.79 | 0.27 | 6.53 | 0.65 | 0.45 |
| Hex | BB | 38 | 28 | 0 | 46 | 4F | 1B | 7 | 41 | 2D |
| Octal | 273 | 70 | 50 | 0 | 106 | 117 | 33 | 7 | 101 | 55 |
| Binary | 10111011 | 111000 | 101000 | 0 | 1000110 | 1001111 | 11011 | 111 | 1000001 | 101101 |
Color Harmonies of #BB3828
Complementary color
Monochromatic Colors of #BB3828
Black with #BB3828
Text Example
Text Example
White with #BB3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3828; }
p { color: rgb(187,56,40); }
H1.HeaderClassName
{
color: #BB3828;
}
.AnyTagClassName
{
color: #BB3828;
}
</style>
background-color css
<style>
a { background-color: #BB3828; }
a { background-color: rgb(187,56,40); }
div.DivClassName
{
background-color: #BB3828;
}
.BgClassName
{
background-color: #BB3828;
}
</style>
border-color css
<style>
span { border-color: #BB3828; }
span { border-color: rgb(187,56,40); }
td.TdClassName
{
border-color: #BB3828;
}
.TagClassName
{
border-color: #BB3828;
}
</style>