Shades of Medium Carmine #B7463C
Tints of Medium Carmine #B7463C
RGB
CMYK
RGB Variations
Color information
#B7463C (or 0xB7463C) is known color: Medium Carmine. HEX triplet: B7, 46 and 3C. RGB value is (183,70,60). Sum of RGB (Red+Green+Blue) = 183+70+60=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7463C is #48B9C3. Grayscale: #666666. Windows color (decimal): -4766148 or 3950263. OLE color: 3950263.
HSL color Cylindrical-coordinate representation of color #B7463C: hue angle of 4.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7463C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 60 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.28 |
| HSL | 4.88º | 0.51% | 0.48% | - |
| HSV(B) | 4.88º | 0.67% | 0.72% | - |
| XYZ | 22.53 | 14.77 | 5.94 | - |
| YUV | 102.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 60 | 0 | 0.62 | 0.67 | 0.28 | 4.88 | 0.51 | 0.48 |
| Hex | B7 | 46 | 3C | 0 | 3E | 43 | 1C | 5 | 33 | 30 |
| Octal | 267 | 106 | 74 | 0 | 76 | 103 | 34 | 5 | 63 | 60 |
| Binary | 10110111 | 1000110 | 111100 | 0 | 111110 | 1000011 | 11100 | 101 | 110011 | 110000 |
Color Harmonies of #B7463C
Complementary color
Monochromatic Colors of #B7463C
Black with #B7463C
Text Example
Text Example
White with #B7463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7463C; }
p { color: rgb(183,70,60); }
H1.HeaderClassName
{
color: #B7463C;
}
.AnyTagClassName
{
color: #B7463C;
}
</style>
background-color css
<style>
a { background-color: #B7463C; }
a { background-color: rgb(183,70,60); }
div.DivClassName
{
background-color: #B7463C;
}
.BgClassName
{
background-color: #B7463C;
}
</style>
border-color css
<style>
span { border-color: #B7463C; }
span { border-color: rgb(183,70,60); }
td.TdClassName
{
border-color: #B7463C;
}
.TagClassName
{
border-color: #B7463C;
}
</style>