Shades of Medium Carmine #B63D2B
Tints of Medium Carmine #B63D2B
RGB
CMYK
RGB Variations
Color information
#B63D2B (or 0xB63D2B) is known color: Medium Carmine. HEX triplet: B6, 3D and 2B. RGB value is (182,61,43). Sum of RGB (Red+Green+Blue) = 182+61+43=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D2B is #49C2D4. Grayscale: #5F5F5F. Windows color (decimal): -4834005 or 2833846. OLE color: 2833846.
HSL color Cylindrical-coordinate representation of color #B63D2B: hue angle of 7.77º 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 #B63D2B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 43 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.29 |
| HSL | 7.77º | 0.62% | 0.44% | - |
| HSV(B) | 7.77º | 0.76% | 0.71% | - |
| XYZ | 21.4 | 13.46 | 3.76 | - |
| YUV | 95.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 43 | 0 | 0.66 | 0.76 | 0.29 | 7.77 | 0.62 | 0.44 |
| Hex | B6 | 3D | 2B | 0 | 42 | 4C | 1D | 8 | 3E | 2C |
| Octal | 266 | 75 | 53 | 0 | 102 | 114 | 35 | 10 | 76 | 54 |
| Binary | 10110110 | 111101 | 101011 | 0 | 1000010 | 1001100 | 11101 | 1000 | 111110 | 101100 |
Color Harmonies of #B63D2B
Complementary color
Monochromatic Colors of #B63D2B
Black with #B63D2B
Text Example
Text Example
White with #B63D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D2B; }
p { color: rgb(182,61,43); }
H1.HeaderClassName
{
color: #B63D2B;
}
.AnyTagClassName
{
color: #B63D2B;
}
</style>
background-color css
<style>
a { background-color: #B63D2B; }
a { background-color: rgb(182,61,43); }
div.DivClassName
{
background-color: #B63D2B;
}
.BgClassName
{
background-color: #B63D2B;
}
</style>
border-color css
<style>
span { border-color: #B63D2B; }
span { border-color: rgb(182,61,43); }
td.TdClassName
{
border-color: #B63D2B;
}
.TagClassName
{
border-color: #B63D2B;
}
</style>