Shades of Medium Carmine #B7463A
Tints of Medium Carmine #B7463A
RGB
CMYK
RGB Variations
Color information
#B7463A (or 0xB7463A) is known color: Medium Carmine. HEX triplet: B7, 46 and 3A. RGB value is (183,70,58). Sum of RGB (Red+Green+Blue) = 183+70+58=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7463A is #48B9C5. Grayscale: #666666. Windows color (decimal): -4766150 or 3819191. OLE color: 3819191.
HSL color Cylindrical-coordinate representation of color #B7463A: hue angle of 5.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7463A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 58 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.28 |
| HSL | 5.76º | 0.52% | 0.47% | - |
| HSV(B) | 5.76º | 0.68% | 0.72% | - |
| XYZ | 22.48 | 14.75 | 5.67 | - |
| YUV | 102.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 58 | 0 | 0.62 | 0.68 | 0.28 | 5.76 | 0.52 | 0.47 |
| Hex | B7 | 46 | 3A | 0 | 3E | 44 | 1C | 6 | 34 | 2F |
| Octal | 267 | 106 | 72 | 0 | 76 | 104 | 34 | 6 | 64 | 57 |
| Binary | 10110111 | 1000110 | 111010 | 0 | 111110 | 1000100 | 11100 | 110 | 110100 | 101111 |
Color Harmonies of #B7463A
Complementary color
Monochromatic Colors of #B7463A
Black with #B7463A
Text Example
Text Example
White with #B7463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7463A; }
p { color: rgb(183,70,58); }
H1.HeaderClassName
{
color: #B7463A;
}
.AnyTagClassName
{
color: #B7463A;
}
</style>
background-color css
<style>
a { background-color: #B7463A; }
a { background-color: rgb(183,70,58); }
div.DivClassName
{
background-color: #B7463A;
}
.BgClassName
{
background-color: #B7463A;
}
</style>
border-color css
<style>
span { border-color: #B7463A; }
span { border-color: rgb(183,70,58); }
td.TdClassName
{
border-color: #B7463A;
}
.TagClassName
{
border-color: #B7463A;
}
</style>