Shades of Medium Carmine #B6443B
Tints of Medium Carmine #B6443B
RGB
CMYK
RGB Variations
Color information
#B6443B (or 0xB6443B) is known color: Medium Carmine. HEX triplet: B6, 44 and 3B. RGB value is (182,68,59). Sum of RGB (Red+Green+Blue) = 182+68+59=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6443B is #49BBC4. Grayscale: #656565. Windows color (decimal): -4832197 or 3884214. OLE color: 3884214.
HSL color Cylindrical-coordinate representation of color #B6443B: hue angle of 4.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6443B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 59 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.29 |
| HSL | 4.39º | 0.51% | 0.47% | - |
| HSV(B) | 4.39º | 0.68% | 0.71% | - |
| XYZ | 22.15 | 14.4 | 5.75 | - |
| YUV | 101.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 59 | 0 | 0.63 | 0.68 | 0.29 | 4.39 | 0.51 | 0.47 |
| Hex | B6 | 44 | 3B | 0 | 3F | 44 | 1D | 4 | 33 | 2F |
| Octal | 266 | 104 | 73 | 0 | 77 | 104 | 35 | 4 | 63 | 57 |
| Binary | 10110110 | 1000100 | 111011 | 0 | 111111 | 1000100 | 11101 | 100 | 110011 | 101111 |
Color Harmonies of #B6443B
Complementary color
Monochromatic Colors of #B6443B
Black with #B6443B
Text Example
Text Example
White with #B6443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6443B; }
p { color: rgb(182,68,59); }
H1.HeaderClassName
{
color: #B6443B;
}
.AnyTagClassName
{
color: #B6443B;
}
</style>
background-color css
<style>
a { background-color: #B6443B; }
a { background-color: rgb(182,68,59); }
div.DivClassName
{
background-color: #B6443B;
}
.BgClassName
{
background-color: #B6443B;
}
</style>
border-color css
<style>
span { border-color: #B6443B; }
span { border-color: rgb(182,68,59); }
td.TdClassName
{
border-color: #B6443B;
}
.TagClassName
{
border-color: #B6443B;
}
</style>