Shades of Medium Carmine #B63622
Tints of Medium Carmine #B63622
RGB
CMYK
RGB Variations
Color information
#B63622 (or 0xB63622) is known color: Medium Carmine. HEX triplet: B6, 36 and 22. RGB value is (182,54,34). Sum of RGB (Red+Green+Blue) = 182+54+34=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63622 is #49C9DD. Grayscale: #5A5A5A. Windows color (decimal): -4835806 or 2242230. OLE color: 2242230.
HSL color Cylindrical-coordinate representation of color #B63622: hue angle of 8.11º 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 #B63622 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 34 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.29 |
| HSL | 8.11º | 0.69% | 0.42% | - |
| HSV(B) | 8.11º | 0.81% | 0.71% | - |
| XYZ | 20.9 | 12.7 | 2.86 | - |
| YUV | 89.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 34 | 0 | 0.70 | 0.81 | 0.29 | 8.11 | 0.69 | 0.42 |
| Hex | B6 | 36 | 22 | 0 | 46 | 51 | 1D | 8 | 45 | 2A |
| Octal | 266 | 66 | 42 | 0 | 106 | 121 | 35 | 10 | 105 | 52 |
| Binary | 10110110 | 110110 | 100010 | 0 | 1000110 | 1010001 | 11101 | 1000 | 1000101 | 101010 |
Color Harmonies of #B63622
Complementary color
Monochromatic Colors of #B63622
Black with #B63622
Text Example
Text Example
White with #B63622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63622; }
p { color: rgb(182,54,34); }
H1.HeaderClassName
{
color: #B63622;
}
.AnyTagClassName
{
color: #B63622;
}
</style>
background-color css
<style>
a { background-color: #B63622; }
a { background-color: rgb(182,54,34); }
div.DivClassName
{
background-color: #B63622;
}
.BgClassName
{
background-color: #B63622;
}
</style>
border-color css
<style>
span { border-color: #B63622; }
span { border-color: rgb(182,54,34); }
td.TdClassName
{
border-color: #B63622;
}
.TagClassName
{
border-color: #B63622;
}
</style>