Shades of Medium Carmine #B3463C
Tints of Medium Carmine #B3463C
RGB
CMYK
RGB Variations
Color information
#B3463C (or 0xB3463C) is known color: Medium Carmine. HEX triplet: B3, 46 and 3C. RGB value is (179,70,60). Sum of RGB (Red+Green+Blue) = 179+70+60=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3463C is #4CB9C3. Grayscale: #656565. Windows color (decimal): -5028292 or 3950259. OLE color: 3950259.
HSL color Cylindrical-coordinate representation of color #B3463C: hue angle of 5.04º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3463C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 60 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.30 |
| HSL | 5.04º | 0.5% | 0.47% | - |
| HSV(B) | 5.04º | 0.66% | 0.7% | - |
| XYZ | 21.6 | 14.29 | 5.9 | - |
| YUV | 101.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 60 | 0 | 0.61 | 0.66 | 0.30 | 5.04 | 0.5 | 0.47 |
| Hex | B3 | 46 | 3C | 0 | 3D | 42 | 1E | 5 | 32 | 2F |
| Octal | 263 | 106 | 74 | 0 | 75 | 102 | 36 | 5 | 62 | 57 |
| Binary | 10110011 | 1000110 | 111100 | 0 | 111101 | 1000010 | 11110 | 101 | 110010 | 101111 |
Color Harmonies of #B3463C
Complementary color
Monochromatic Colors of #B3463C
Black with #B3463C
Text Example
Text Example
White with #B3463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3463C; }
p { color: rgb(179,70,60); }
H1.HeaderClassName
{
color: #B3463C;
}
.AnyTagClassName
{
color: #B3463C;
}
</style>
background-color css
<style>
a { background-color: #B3463C; }
a { background-color: rgb(179,70,60); }
div.DivClassName
{
background-color: #B3463C;
}
.BgClassName
{
background-color: #B3463C;
}
</style>
border-color css
<style>
span { border-color: #B3463C; }
span { border-color: rgb(179,70,60); }
td.TdClassName
{
border-color: #B3463C;
}
.TagClassName
{
border-color: #B3463C;
}
</style>