Shades of Medium Carmine #B5473A
Tints of Medium Carmine #B5473A
RGB
CMYK
RGB Variations
Color information
#B5473A (or 0xB5473A) is known color: Medium Carmine. HEX triplet: B5, 47 and 3A. RGB value is (181,71,58). Sum of RGB (Red+Green+Blue) = 181+71+58=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473A is #4AB8C5. Grayscale: #666666. Windows color (decimal): -4896966 or 3819445. OLE color: 3819445.
HSL color Cylindrical-coordinate representation of color #B5473A: hue angle of 6.34º 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 #B5473A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 58 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.29 |
| HSL | 6.34º | 0.51% | 0.47% | - |
| HSV(B) | 6.34º | 0.68% | 0.71% | - |
| XYZ | 22.07 | 14.64 | 5.66 | - |
| YUV | 102.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 58 | 0 | 0.61 | 0.68 | 0.29 | 6.34 | 0.51 | 0.47 |
| Hex | B5 | 47 | 3A | 0 | 3D | 44 | 1D | 6 | 33 | 2F |
| Octal | 265 | 107 | 72 | 0 | 75 | 104 | 35 | 6 | 63 | 57 |
| Binary | 10110101 | 1000111 | 111010 | 0 | 111101 | 1000100 | 11101 | 110 | 110011 | 101111 |
Color Harmonies of #B5473A
Complementary color
Monochromatic Colors of #B5473A
Black with #B5473A
Text Example
Text Example
White with #B5473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5473A; }
p { color: rgb(181,71,58); }
H1.HeaderClassName
{
color: #B5473A;
}
.AnyTagClassName
{
color: #B5473A;
}
</style>
background-color css
<style>
a { background-color: #B5473A; }
a { background-color: rgb(181,71,58); }
div.DivClassName
{
background-color: #B5473A;
}
.BgClassName
{
background-color: #B5473A;
}
</style>
border-color css
<style>
span { border-color: #B5473A; }
span { border-color: rgb(181,71,58); }
td.TdClassName
{
border-color: #B5473A;
}
.TagClassName
{
border-color: #B5473A;
}
</style>