Shades of Medium Carmine #B6413B
Tints of Medium Carmine #B6413B
RGB
CMYK
RGB Variations
Color information
#B6413B (or 0xB6413B) is known color: Medium Carmine. HEX triplet: B6, 41 and 3B. RGB value is (182,65,59). Sum of RGB (Red+Green+Blue) = 182+65+59=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B6413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6413B is #49BEC4. Grayscale: #636363. Windows color (decimal): -4832965 or 3883446. OLE color: 3883446.
HSL color Cylindrical-coordinate representation of color #B6413B: hue angle of 2.93º 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 #B6413B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 59 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.29 |
| HSL | 2.93º | 0.51% | 0.47% | - |
| HSV(B) | 2.93º | 0.68% | 0.71% | - |
| XYZ | 21.97 | 14.04 | 5.69 | - |
| YUV | 99.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 59 | 0 | 0.64 | 0.68 | 0.29 | 2.93 | 0.51 | 0.47 |
| Hex | B6 | 41 | 3B | 0 | 40 | 44 | 1D | 3 | 33 | 2F |
| Octal | 266 | 101 | 73 | 0 | 100 | 104 | 35 | 3 | 63 | 57 |
| Binary | 10110110 | 1000001 | 111011 | 0 | 1000000 | 1000100 | 11101 | 11 | 110011 | 101111 |
Color Harmonies of #B6413B
Complementary color
Monochromatic Colors of #B6413B
Black with #B6413B
Text Example
Text Example
White with #B6413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6413B; }
p { color: rgb(182,65,59); }
H1.HeaderClassName
{
color: #B6413B;
}
.AnyTagClassName
{
color: #B6413B;
}
</style>
background-color css
<style>
a { background-color: #B6413B; }
a { background-color: rgb(182,65,59); }
div.DivClassName
{
background-color: #B6413B;
}
.BgClassName
{
background-color: #B6413B;
}
</style>
border-color css
<style>
span { border-color: #B6413B; }
span { border-color: rgb(182,65,59); }
td.TdClassName
{
border-color: #B6413B;
}
.TagClassName
{
border-color: #B6413B;
}
</style>