Shades of Medium Carmine #B6413D
Tints of Medium Carmine #B6413D
RGB
CMYK
RGB Variations
Color information
#B6413D (or 0xB6413D) is known color: Medium Carmine. HEX triplet: B6, 41 and 3D. RGB value is (182,65,61). Sum of RGB (Red+Green+Blue) = 182+65+61=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6413D is #49BEC2. Grayscale: #636363. Windows color (decimal): -4832963 or 4014518. OLE color: 4014518.
HSL color Cylindrical-coordinate representation of color #B6413D: hue angle of 1.98º degrees, saturation: 0.5, 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 #B6413D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 61 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.29 |
| HSL | 1.98º | 0.5% | 0.48% | - |
| HSV(B) | 1.98º | 0.66% | 0.71% | - |
| XYZ | 22.02 | 14.06 | 5.97 | - |
| YUV | 99.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 61 | 0 | 0.64 | 0.66 | 0.29 | 1.98 | 0.5 | 0.48 |
| Hex | B6 | 41 | 3D | 0 | 40 | 42 | 1D | 2 | 32 | 30 |
| Octal | 266 | 101 | 75 | 0 | 100 | 102 | 35 | 2 | 62 | 60 |
| Binary | 10110110 | 1000001 | 111101 | 0 | 1000000 | 1000010 | 11101 | 10 | 110010 | 110000 |
Color Harmonies of #B6413D
Complementary color
Monochromatic Colors of #B6413D
Black with #B6413D
Text Example
Text Example
White with #B6413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6413D; }
p { color: rgb(182,65,61); }
H1.HeaderClassName
{
color: #B6413D;
}
.AnyTagClassName
{
color: #B6413D;
}
</style>
background-color css
<style>
a { background-color: #B6413D; }
a { background-color: rgb(182,65,61); }
div.DivClassName
{
background-color: #B6413D;
}
.BgClassName
{
background-color: #B6413D;
}
</style>
border-color css
<style>
span { border-color: #B6413D; }
span { border-color: rgb(182,65,61); }
td.TdClassName
{
border-color: #B6413D;
}
.TagClassName
{
border-color: #B6413D;
}
</style>