Shades of Medium Carmine #BB3D26
Tints of Medium Carmine #BB3D26
RGB
CMYK
RGB Variations
Color information
#BB3D26 (or 0xBB3D26) is known color: Medium Carmine. HEX triplet: BB, 3D and 26. RGB value is (187,61,38). Sum of RGB (Red+Green+Blue) = 187+61+38=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D26 is #44C2D9. Grayscale: #606060. Windows color (decimal): -4506330 or 2506171. OLE color: 2506171.
HSL color Cylindrical-coordinate representation of color #BB3D26: hue angle of 9.26º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB3D26 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 38 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.27 |
| HSL | 9.26º | 0.66% | 0.44% | - |
| HSV(B) | 9.26º | 0.8% | 0.73% | - |
| XYZ | 22.51 | 14.04 | 3.36 | - |
| YUV | 96.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 38 | 0 | 0.67 | 0.80 | 0.27 | 9.26 | 0.66 | 0.44 |
| Hex | BB | 3D | 26 | 0 | 43 | 50 | 1B | 9 | 42 | 2C |
| Octal | 273 | 75 | 46 | 0 | 103 | 120 | 33 | 11 | 102 | 54 |
| Binary | 10111011 | 111101 | 100110 | 0 | 1000011 | 1010000 | 11011 | 1001 | 1000010 | 101100 |
Color Harmonies of #BB3D26
Complementary color
Monochromatic Colors of #BB3D26
Black with #BB3D26
Text Example
Text Example
White with #BB3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D26; }
p { color: rgb(187,61,38); }
H1.HeaderClassName
{
color: #BB3D26;
}
.AnyTagClassName
{
color: #BB3D26;
}
</style>
background-color css
<style>
a { background-color: #BB3D26; }
a { background-color: rgb(187,61,38); }
div.DivClassName
{
background-color: #BB3D26;
}
.BgClassName
{
background-color: #BB3D26;
}
</style>
border-color css
<style>
span { border-color: #BB3D26; }
span { border-color: rgb(187,61,38); }
td.TdClassName
{
border-color: #BB3D26;
}
.TagClassName
{
border-color: #BB3D26;
}
</style>