Shades of Medium Carmine #B6443E
Tints of Medium Carmine #B6443E
RGB
CMYK
RGB Variations
Color information
#B6443E (or 0xB6443E) is known color: Medium Carmine. HEX triplet: B6, 44 and 3E. RGB value is (182,68,62). Sum of RGB (Red+Green+Blue) = 182+68+62=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6443E is #49BBC1. Grayscale: #656565. Windows color (decimal): -4832194 or 4080822. OLE color: 4080822.
HSL color Cylindrical-coordinate representation of color #B6443E: hue angle of 3º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6443E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 62 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.29 |
| HSL | 3º | 0.49% | 0.48% | - |
| HSV(B) | 3º | 0.66% | 0.71% | - |
| XYZ | 22.23 | 14.43 | 6.17 | - |
| YUV | 101.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 62 | 0 | 0.63 | 0.66 | 0.29 | 3 | 0.49 | 0.48 |
| Hex | B6 | 44 | 3E | 0 | 3F | 42 | 1D | 3 | 31 | 30 |
| Octal | 266 | 104 | 76 | 0 | 77 | 102 | 35 | 3 | 61 | 60 |
| Binary | 10110110 | 1000100 | 111110 | 0 | 111111 | 1000010 | 11101 | 11 | 110001 | 110000 |
Color Harmonies of #B6443E
Complementary color
Monochromatic Colors of #B6443E
Black with #B6443E
Text Example
Text Example
White with #B6443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6443E; }
p { color: rgb(182,68,62); }
H1.HeaderClassName
{
color: #B6443E;
}
.AnyTagClassName
{
color: #B6443E;
}
</style>
background-color css
<style>
a { background-color: #B6443E; }
a { background-color: rgb(182,68,62); }
div.DivClassName
{
background-color: #B6443E;
}
.BgClassName
{
background-color: #B6443E;
}
</style>
border-color css
<style>
span { border-color: #B6443E; }
span { border-color: rgb(182,68,62); }
td.TdClassName
{
border-color: #B6443E;
}
.TagClassName
{
border-color: #B6443E;
}
</style>