Shades of Medium Carmine #B6362D
Tints of Medium Carmine #B6362D
RGB
CMYK
RGB Variations
Color information
#B6362D (or 0xB6362D) is known color: Medium Carmine. HEX triplet: B6, 36 and 2D. RGB value is (182,54,45). Sum of RGB (Red+Green+Blue) = 182+54+45=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6362D is #49C9D2. Grayscale: #5B5B5B. Windows color (decimal): -4835795 or 2963126. OLE color: 2963126.
HSL color Cylindrical-coordinate representation of color #B6362D: hue angle of 3.94º 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 #B6362D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 45 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.29 |
| HSL | 3.94º | 0.6% | 0.45% | - |
| HSV(B) | 3.94º | 0.75% | 0.71% | - |
| XYZ | 21.08 | 12.77 | 3.84 | - |
| YUV | 91.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 45 | 0 | 0.70 | 0.75 | 0.29 | 3.94 | 0.6 | 0.45 |
| Hex | B6 | 36 | 2D | 0 | 46 | 4B | 1D | 4 | 3C | 2D |
| Octal | 266 | 66 | 55 | 0 | 106 | 113 | 35 | 4 | 74 | 55 |
| Binary | 10110110 | 110110 | 101101 | 0 | 1000110 | 1001011 | 11101 | 100 | 111100 | 101101 |
Color Harmonies of #B6362D
Complementary color
Monochromatic Colors of #B6362D
Black with #B6362D
Text Example
Text Example
White with #B6362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6362D; }
p { color: rgb(182,54,45); }
H1.HeaderClassName
{
color: #B6362D;
}
.AnyTagClassName
{
color: #B6362D;
}
</style>
background-color css
<style>
a { background-color: #B6362D; }
a { background-color: rgb(182,54,45); }
div.DivClassName
{
background-color: #B6362D;
}
.BgClassName
{
background-color: #B6362D;
}
</style>
border-color css
<style>
span { border-color: #B6362D; }
span { border-color: rgb(182,54,45); }
td.TdClassName
{
border-color: #B6362D;
}
.TagClassName
{
border-color: #B6362D;
}
</style>