Shades of Medium Carmine #B63A2B
Tints of Medium Carmine #B63A2B
RGB
CMYK
RGB Variations
Color information
#B63A2B (or 0xB63A2B) is known color: Medium Carmine. HEX triplet: B6, 3A and 2B. RGB value is (182,58,43). Sum of RGB (Red+Green+Blue) = 182+58+43=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A2B is #49C5D4. Grayscale: #5D5D5D. Windows color (decimal): -4834773 or 2833078. OLE color: 2833078.
HSL color Cylindrical-coordinate representation of color #B63A2B: hue angle of 6.47º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63A2B is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 43 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.29 |
| HSL | 6.47º | 0.62% | 0.44% | - |
| HSV(B) | 6.47º | 0.76% | 0.71% | - |
| XYZ | 21.24 | 13.15 | 3.7 | - |
| YUV | 93.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 43 | 0 | 0.68 | 0.76 | 0.29 | 6.47 | 0.62 | 0.44 |
| Hex | B6 | 3A | 2B | 0 | 44 | 4C | 1D | 6 | 3E | 2C |
| Octal | 266 | 72 | 53 | 0 | 104 | 114 | 35 | 6 | 76 | 54 |
| Binary | 10110110 | 111010 | 101011 | 0 | 1000100 | 1001100 | 11101 | 110 | 111110 | 101100 |
Color Harmonies of #B63A2B
Complementary color
Monochromatic Colors of #B63A2B
Black with #B63A2B
Text Example
Text Example
White with #B63A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A2B; }
p { color: rgb(182,58,43); }
H1.HeaderClassName
{
color: #B63A2B;
}
.AnyTagClassName
{
color: #B63A2B;
}
</style>
background-color css
<style>
a { background-color: #B63A2B; }
a { background-color: rgb(182,58,43); }
div.DivClassName
{
background-color: #B63A2B;
}
.BgClassName
{
background-color: #B63A2B;
}
</style>
border-color css
<style>
span { border-color: #B63A2B; }
span { border-color: rgb(182,58,43); }
td.TdClassName
{
border-color: #B63A2B;
}
.TagClassName
{
border-color: #B63A2B;
}
</style>