Shades of Medium Carmine #B63822
Tints of Medium Carmine #B63822
RGB
CMYK
RGB Variations
Color information
#B63822 (or 0xB63822) is known color: Medium Carmine. HEX triplet: B6, 38 and 22. RGB value is (182,56,34). Sum of RGB (Red+Green+Blue) = 182+56+34=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63822 is #49C7DD. Grayscale: #5B5B5B. Windows color (decimal): -4835294 or 2242742. OLE color: 2242742.
HSL color Cylindrical-coordinate representation of color #B63822: hue angle of 8.92º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63822 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 34 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.29 |
| HSL | 8.92º | 0.69% | 0.42% | - |
| HSV(B) | 8.92º | 0.81% | 0.71% | - |
| XYZ | 20.99 | 12.89 | 2.89 | - |
| YUV | 91.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 34 | 0 | 0.69 | 0.81 | 0.29 | 8.92 | 0.69 | 0.42 |
| Hex | B6 | 38 | 22 | 0 | 45 | 51 | 1D | 9 | 45 | 2A |
| Octal | 266 | 70 | 42 | 0 | 105 | 121 | 35 | 11 | 105 | 52 |
| Binary | 10110110 | 111000 | 100010 | 0 | 1000101 | 1010001 | 11101 | 1001 | 1000101 | 101010 |
Color Harmonies of #B63822
Complementary color
Monochromatic Colors of #B63822
Black with #B63822
Text Example
Text Example
White with #B63822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63822; }
p { color: rgb(182,56,34); }
H1.HeaderClassName
{
color: #B63822;
}
.AnyTagClassName
{
color: #B63822;
}
</style>
background-color css
<style>
a { background-color: #B63822; }
a { background-color: rgb(182,56,34); }
div.DivClassName
{
background-color: #B63822;
}
.BgClassName
{
background-color: #B63822;
}
</style>
border-color css
<style>
span { border-color: #B63822; }
span { border-color: rgb(182,56,34); }
td.TdClassName
{
border-color: #B63822;
}
.TagClassName
{
border-color: #B63822;
}
</style>