Shades of Medium Carmine #B3463F
Tints of Medium Carmine #B3463F
RGB
CMYK
RGB Variations
Color information
#B3463F (or 0xB3463F) is known color: Medium Carmine. HEX triplet: B3, 46 and 3F. RGB value is (179,70,63). Sum of RGB (Red+Green+Blue) = 179+70+63=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3463F is #4CB9C0. Grayscale: #656565. Windows color (decimal): -5028289 or 4146867. OLE color: 4146867.
HSL color Cylindrical-coordinate representation of color #B3463F: hue angle of 3.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3463F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 63 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.30 |
| HSL | 3.62º | 0.48% | 0.47% | - |
| HSV(B) | 3.62º | 0.65% | 0.7% | - |
| XYZ | 21.68 | 14.32 | 6.32 | - |
| YUV | 101.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 63 | 0 | 0.61 | 0.65 | 0.30 | 3.62 | 0.48 | 0.47 |
| Hex | B3 | 46 | 3F | 0 | 3D | 41 | 1E | 4 | 30 | 2F |
| Octal | 263 | 106 | 77 | 0 | 75 | 101 | 36 | 4 | 60 | 57 |
| Binary | 10110011 | 1000110 | 111111 | 0 | 111101 | 1000001 | 11110 | 100 | 110000 | 101111 |
Color Harmonies of #B3463F
Complementary color
Monochromatic Colors of #B3463F
Black with #B3463F
Text Example
Text Example
White with #B3463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3463F; }
p { color: rgb(179,70,63); }
H1.HeaderClassName
{
color: #B3463F;
}
.AnyTagClassName
{
color: #B3463F;
}
</style>
background-color css
<style>
a { background-color: #B3463F; }
a { background-color: rgb(179,70,63); }
div.DivClassName
{
background-color: #B3463F;
}
.BgClassName
{
background-color: #B3463F;
}
</style>
border-color css
<style>
span { border-color: #B3463F; }
span { border-color: rgb(179,70,63); }
td.TdClassName
{
border-color: #B3463F;
}
.TagClassName
{
border-color: #B3463F;
}
</style>