Shades of Medium Carmine #B63E33
Tints of Medium Carmine #B63E33
RGB
CMYK
RGB Variations
Color information
#B63E33 (or 0xB63E33) is known color: Medium Carmine. HEX triplet: B6, 3E and 33. RGB value is (182,62,51). Sum of RGB (Red+Green+Blue) = 182+62+51=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E33 is #49C1CC. Grayscale: #606060. Windows color (decimal): -4833741 or 3358390. OLE color: 3358390.
HSL color Cylindrical-coordinate representation of color #B63E33: hue angle of 5.04º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63E33 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 51 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.29 |
| HSL | 5.04º | 0.56% | 0.46% | - |
| HSV(B) | 5.04º | 0.72% | 0.71% | - |
| XYZ | 21.61 | 13.63 | 4.62 | - |
| YUV | 96.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 51 | 0 | 0.66 | 0.72 | 0.29 | 5.04 | 0.56 | 0.46 |
| Hex | B6 | 3E | 33 | 0 | 42 | 48 | 1D | 5 | 38 | 2E |
| Octal | 266 | 76 | 63 | 0 | 102 | 110 | 35 | 5 | 70 | 56 |
| Binary | 10110110 | 111110 | 110011 | 0 | 1000010 | 1001000 | 11101 | 101 | 111000 | 101110 |
Color Harmonies of #B63E33
Complementary color
Monochromatic Colors of #B63E33
Black with #B63E33
Text Example
Text Example
White with #B63E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E33; }
p { color: rgb(182,62,51); }
H1.HeaderClassName
{
color: #B63E33;
}
.AnyTagClassName
{
color: #B63E33;
}
</style>
background-color css
<style>
a { background-color: #B63E33; }
a { background-color: rgb(182,62,51); }
div.DivClassName
{
background-color: #B63E33;
}
.BgClassName
{
background-color: #B63E33;
}
</style>
border-color css
<style>
span { border-color: #B63E33; }
span { border-color: rgb(182,62,51); }
td.TdClassName
{
border-color: #B63E33;
}
.TagClassName
{
border-color: #B63E33;
}
</style>