Shades of Medium Carmine #B63D3A
Tints of Medium Carmine #B63D3A
RGB
CMYK
RGB Variations
Color information
#B63D3A (or 0xB63D3A) is known color: Medium Carmine. HEX triplet: B6, 3D and 3A. RGB value is (182,61,58). Sum of RGB (Red+Green+Blue) = 182+61+58=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D3A is #49C2C5. Grayscale: #606060. Windows color (decimal): -4833990 or 3816886. OLE color: 3816886.
HSL color Cylindrical-coordinate representation of color #B63D3A: hue angle of 1.45º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63D3A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 58 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.29 |
| HSL | 1.45º | 0.52% | 0.47% | - |
| HSV(B) | 1.45º | 0.68% | 0.71% | - |
| XYZ | 21.72 | 13.59 | 5.48 | - |
| YUV | 96.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 58 | 0 | 0.66 | 0.68 | 0.29 | 1.45 | 0.52 | 0.47 |
| Hex | B6 | 3D | 3A | 0 | 42 | 44 | 1D | 1 | 34 | 2F |
| Octal | 266 | 75 | 72 | 0 | 102 | 104 | 35 | 1 | 64 | 57 |
| Binary | 10110110 | 111101 | 111010 | 0 | 1000010 | 1000100 | 11101 | 1 | 110100 | 101111 |
Color Harmonies of #B63D3A
Complementary color
Monochromatic Colors of #B63D3A
Black with #B63D3A
Text Example
Text Example
White with #B63D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D3A; }
p { color: rgb(182,61,58); }
H1.HeaderClassName
{
color: #B63D3A;
}
.AnyTagClassName
{
color: #B63D3A;
}
</style>
background-color css
<style>
a { background-color: #B63D3A; }
a { background-color: rgb(182,61,58); }
div.DivClassName
{
background-color: #B63D3A;
}
.BgClassName
{
background-color: #B63D3A;
}
</style>
border-color css
<style>
span { border-color: #B63D3A; }
span { border-color: rgb(182,61,58); }
td.TdClassName
{
border-color: #B63D3A;
}
.TagClassName
{
border-color: #B63D3A;
}
</style>