Shades of Medium Carmine #B5463A
Tints of Medium Carmine #B5463A
RGB
CMYK
RGB Variations
Color information
#B5463A (or 0xB5463A) is known color: Medium Carmine. HEX triplet: B5, 46 and 3A. RGB value is (181,70,58). Sum of RGB (Red+Green+Blue) = 181+70+58=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5463A is #4AB9C5. Grayscale: #656565. Windows color (decimal): -4897222 or 3819189. OLE color: 3819189.
HSL color Cylindrical-coordinate representation of color #B5463A: hue angle of 5.85º degrees, saturation: 0.51, 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 #B5463A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 58 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.29 |
| HSL | 5.85º | 0.51% | 0.47% | - |
| HSV(B) | 5.85º | 0.68% | 0.71% | - |
| XYZ | 22.01 | 14.51 | 5.64 | - |
| YUV | 101.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 58 | 0 | 0.61 | 0.68 | 0.29 | 5.85 | 0.51 | 0.47 |
| Hex | B5 | 46 | 3A | 0 | 3D | 44 | 1D | 6 | 33 | 2F |
| Octal | 265 | 106 | 72 | 0 | 75 | 104 | 35 | 6 | 63 | 57 |
| Binary | 10110101 | 1000110 | 111010 | 0 | 111101 | 1000100 | 11101 | 110 | 110011 | 101111 |
Color Harmonies of #B5463A
Complementary color
Monochromatic Colors of #B5463A
Black with #B5463A
Text Example
Text Example
White with #B5463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5463A; }
p { color: rgb(181,70,58); }
H1.HeaderClassName
{
color: #B5463A;
}
.AnyTagClassName
{
color: #B5463A;
}
</style>
background-color css
<style>
a { background-color: #B5463A; }
a { background-color: rgb(181,70,58); }
div.DivClassName
{
background-color: #B5463A;
}
.BgClassName
{
background-color: #B5463A;
}
</style>
border-color css
<style>
span { border-color: #B5463A; }
span { border-color: rgb(181,70,58); }
td.TdClassName
{
border-color: #B5463A;
}
.TagClassName
{
border-color: #B5463A;
}
</style>