Shades of Medium Carmine #B6352D
Tints of Medium Carmine #B6352D
RGB
CMYK
RGB Variations
Color information
#B6352D (or 0xB6352D) is known color: Medium Carmine. HEX triplet: B6, 35 and 2D. RGB value is (182,53,45). Sum of RGB (Red+Green+Blue) = 182+53+45=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6352D is #49CAD2. Grayscale: #5A5A5A. Windows color (decimal): -4836051 or 2962870. OLE color: 2962870.
HSL color Cylindrical-coordinate representation of color #B6352D: hue angle of 3.5º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6352D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 45 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.29 |
| HSL | 3.5º | 0.6% | 0.45% | - |
| HSV(B) | 3.5º | 0.75% | 0.71% | - |
| XYZ | 21.04 | 12.68 | 3.82 | - |
| YUV | 90.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 45 | 0 | 0.71 | 0.75 | 0.29 | 3.5 | 0.6 | 0.45 |
| Hex | B6 | 35 | 2D | 0 | 47 | 4B | 1D | 4 | 3C | 2D |
| Octal | 266 | 65 | 55 | 0 | 107 | 113 | 35 | 4 | 74 | 55 |
| Binary | 10110110 | 110101 | 101101 | 0 | 1000111 | 1001011 | 11101 | 100 | 111100 | 101101 |
Color Harmonies of #B6352D
Complementary color
Monochromatic Colors of #B6352D
Black with #B6352D
Text Example
Text Example
White with #B6352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6352D; }
p { color: rgb(182,53,45); }
H1.HeaderClassName
{
color: #B6352D;
}
.AnyTagClassName
{
color: #B6352D;
}
</style>
background-color css
<style>
a { background-color: #B6352D; }
a { background-color: rgb(182,53,45); }
div.DivClassName
{
background-color: #B6352D;
}
.BgClassName
{
background-color: #B6352D;
}
</style>
border-color css
<style>
span { border-color: #B6352D; }
span { border-color: rgb(182,53,45); }
td.TdClassName
{
border-color: #B6352D;
}
.TagClassName
{
border-color: #B6352D;
}
</style>