Shades of Medium Carmine #B6443C
Tints of Medium Carmine #B6443C
RGB
CMYK
RGB Variations
Color information
#B6443C (or 0xB6443C) is known color: Medium Carmine. HEX triplet: B6, 44 and 3C. RGB value is (182,68,60). Sum of RGB (Red+Green+Blue) = 182+68+60=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6443C is #49BBC3. Grayscale: #656565. Windows color (decimal): -4832196 or 3949750. OLE color: 3949750.
HSL color Cylindrical-coordinate representation of color #B6443C: hue angle of 3.93º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6443C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 60 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.29 |
| HSL | 3.93º | 0.5% | 0.47% | - |
| HSV(B) | 3.93º | 0.67% | 0.71% | - |
| XYZ | 22.17 | 14.41 | 5.89 | - |
| YUV | 101.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 60 | 0 | 0.63 | 0.67 | 0.29 | 3.93 | 0.5 | 0.47 |
| Hex | B6 | 44 | 3C | 0 | 3F | 43 | 1D | 4 | 32 | 2F |
| Octal | 266 | 104 | 74 | 0 | 77 | 103 | 35 | 4 | 62 | 57 |
| Binary | 10110110 | 1000100 | 111100 | 0 | 111111 | 1000011 | 11101 | 100 | 110010 | 101111 |
Color Harmonies of #B6443C
Complementary color
Monochromatic Colors of #B6443C
Black with #B6443C
Text Example
Text Example
White with #B6443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6443C; }
p { color: rgb(182,68,60); }
H1.HeaderClassName
{
color: #B6443C;
}
.AnyTagClassName
{
color: #B6443C;
}
</style>
background-color css
<style>
a { background-color: #B6443C; }
a { background-color: rgb(182,68,60); }
div.DivClassName
{
background-color: #B6443C;
}
.BgClassName
{
background-color: #B6443C;
}
</style>
border-color css
<style>
span { border-color: #B6443C; }
span { border-color: rgb(182,68,60); }
td.TdClassName
{
border-color: #B6443C;
}
.TagClassName
{
border-color: #B6443C;
}
</style>