Shades of Medium Carmine #B63623
Tints of Medium Carmine #B63623
RGB
CMYK
RGB Variations
Color information
#B63623 (or 0xB63623) is known color: Medium Carmine. HEX triplet: B6, 36 and 23. RGB value is (182,54,35). Sum of RGB (Red+Green+Blue) = 182+54+35=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63623 is #49C9DC. Grayscale: #5A5A5A. Windows color (decimal): -4835805 or 2307766. OLE color: 2307766.
HSL color Cylindrical-coordinate representation of color #B63623: hue angle of 7.76º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63623 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 35 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.29 |
| HSL | 7.76º | 0.68% | 0.43% | - |
| HSV(B) | 7.76º | 0.81% | 0.71% | - |
| XYZ | 20.91 | 12.7 | 2.94 | - |
| YUV | 90.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 35 | 0 | 0.70 | 0.81 | 0.29 | 7.76 | 0.68 | 0.43 |
| Hex | B6 | 36 | 23 | 0 | 46 | 51 | 1D | 8 | 44 | 2B |
| Octal | 266 | 66 | 43 | 0 | 106 | 121 | 35 | 10 | 104 | 53 |
| Binary | 10110110 | 110110 | 100011 | 0 | 1000110 | 1010001 | 11101 | 1000 | 1000100 | 101011 |
Color Harmonies of #B63623
Complementary color
Monochromatic Colors of #B63623
Black with #B63623
Text Example
Text Example
White with #B63623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63623; }
p { color: rgb(182,54,35); }
H1.HeaderClassName
{
color: #B63623;
}
.AnyTagClassName
{
color: #B63623;
}
</style>
background-color css
<style>
a { background-color: #B63623; }
a { background-color: rgb(182,54,35); }
div.DivClassName
{
background-color: #B63623;
}
.BgClassName
{
background-color: #B63623;
}
</style>
border-color css
<style>
span { border-color: #B63623; }
span { border-color: rgb(182,54,35); }
td.TdClassName
{
border-color: #B63623;
}
.TagClassName
{
border-color: #B63623;
}
</style>