Shades of Medium Carmine #B63D2C
Tints of Medium Carmine #B63D2C
RGB
CMYK
RGB Variations
Color information
#B63D2C (or 0xB63D2C) is known color: Medium Carmine. HEX triplet: B6, 3D and 2C. RGB value is (182,61,44). Sum of RGB (Red+Green+Blue) = 182+61+44=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D2C is #49C2D3. Grayscale: #5F5F5F. Windows color (decimal): -4834004 or 2899382. OLE color: 2899382.
HSL color Cylindrical-coordinate representation of color #B63D2C: hue angle of 7.39º degrees, saturation: 0.61, 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 #B63D2C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 44 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.29 |
| HSL | 7.39º | 0.61% | 0.44% | - |
| HSV(B) | 7.39º | 0.76% | 0.71% | - |
| XYZ | 21.41 | 13.46 | 3.85 | - |
| YUV | 95.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 44 | 0 | 0.66 | 0.76 | 0.29 | 7.39 | 0.61 | 0.44 |
| Hex | B6 | 3D | 2C | 0 | 42 | 4C | 1D | 7 | 3D | 2C |
| Octal | 266 | 75 | 54 | 0 | 102 | 114 | 35 | 7 | 75 | 54 |
| Binary | 10110110 | 111101 | 101100 | 0 | 1000010 | 1001100 | 11101 | 111 | 111101 | 101100 |
Color Harmonies of #B63D2C
Complementary color
Monochromatic Colors of #B63D2C
Black with #B63D2C
Text Example
Text Example
White with #B63D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D2C; }
p { color: rgb(182,61,44); }
H1.HeaderClassName
{
color: #B63D2C;
}
.AnyTagClassName
{
color: #B63D2C;
}
</style>
background-color css
<style>
a { background-color: #B63D2C; }
a { background-color: rgb(182,61,44); }
div.DivClassName
{
background-color: #B63D2C;
}
.BgClassName
{
background-color: #B63D2C;
}
</style>
border-color css
<style>
span { border-color: #B63D2C; }
span { border-color: rgb(182,61,44); }
td.TdClassName
{
border-color: #B63D2C;
}
.TagClassName
{
border-color: #B63D2C;
}
</style>