Shades of Medium Carmine #B5473C
Tints of Medium Carmine #B5473C
RGB
CMYK
RGB Variations
Color information
#B5473C (or 0xB5473C) is known color: Medium Carmine. HEX triplet: B5, 47 and 3C. RGB value is (181,71,60). Sum of RGB (Red+Green+Blue) = 181+71+60=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473C is #4AB8C3. Grayscale: #666666. Windows color (decimal): -4896964 or 3950517. OLE color: 3950517.
HSL color Cylindrical-coordinate representation of color #B5473C: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5473C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 60 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.29 |
| HSL | 5.45º | 0.5% | 0.47% | - |
| HSV(B) | 5.45º | 0.67% | 0.71% | - |
| XYZ | 22.12 | 14.66 | 5.94 | - |
| YUV | 102.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 60 | 0 | 0.61 | 0.67 | 0.29 | 5.45 | 0.5 | 0.47 |
| Hex | B5 | 47 | 3C | 0 | 3D | 43 | 1D | 5 | 32 | 2F |
| Octal | 265 | 107 | 74 | 0 | 75 | 103 | 35 | 5 | 62 | 57 |
| Binary | 10110101 | 1000111 | 111100 | 0 | 111101 | 1000011 | 11101 | 101 | 110010 | 101111 |
Color Harmonies of #B5473C
Complementary color
Monochromatic Colors of #B5473C
Black with #B5473C
Text Example
Text Example
White with #B5473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5473C; }
p { color: rgb(181,71,60); }
H1.HeaderClassName
{
color: #B5473C;
}
.AnyTagClassName
{
color: #B5473C;
}
</style>
background-color css
<style>
a { background-color: #B5473C; }
a { background-color: rgb(181,71,60); }
div.DivClassName
{
background-color: #B5473C;
}
.BgClassName
{
background-color: #B5473C;
}
</style>
border-color css
<style>
span { border-color: #B5473C; }
span { border-color: rgb(181,71,60); }
td.TdClassName
{
border-color: #B5473C;
}
.TagClassName
{
border-color: #B5473C;
}
</style>