Shades of Medium Carmine #B5473D
Tints of Medium Carmine #B5473D
RGB
CMYK
RGB Variations
Color information
#B5473D (or 0xB5473D) is known color: Medium Carmine. HEX triplet: B5, 47 and 3D. RGB value is (181,71,61). Sum of RGB (Red+Green+Blue) = 181+71+61=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473D is #4AB8C2. Grayscale: #666666. Windows color (decimal): -4896963 or 4016053. OLE color: 4016053.
HSL color Cylindrical-coordinate representation of color #B5473D: hue angle of 5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5473D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 61 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.29 |
| HSL | 5º | 0.5% | 0.47% | - |
| HSV(B) | 5º | 0.66% | 0.71% | - |
| XYZ | 22.15 | 14.67 | 6.08 | - |
| YUV | 102.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 61 | 0 | 0.61 | 0.66 | 0.29 | 5 | 0.5 | 0.47 |
| Hex | B5 | 47 | 3D | 0 | 3D | 42 | 1D | 5 | 32 | 2F |
| Octal | 265 | 107 | 75 | 0 | 75 | 102 | 35 | 5 | 62 | 57 |
| Binary | 10110101 | 1000111 | 111101 | 0 | 111101 | 1000010 | 11101 | 101 | 110010 | 101111 |
Color Harmonies of #B5473D
Complementary color
Monochromatic Colors of #B5473D
Black with #B5473D
Text Example
Text Example
White with #B5473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5473D; }
p { color: rgb(181,71,61); }
H1.HeaderClassName
{
color: #B5473D;
}
.AnyTagClassName
{
color: #B5473D;
}
</style>
background-color css
<style>
a { background-color: #B5473D; }
a { background-color: rgb(181,71,61); }
div.DivClassName
{
background-color: #B5473D;
}
.BgClassName
{
background-color: #B5473D;
}
</style>
border-color css
<style>
span { border-color: #B5473D; }
span { border-color: rgb(181,71,61); }
td.TdClassName
{
border-color: #B5473D;
}
.TagClassName
{
border-color: #B5473D;
}
</style>