Shades of Medium Carmine #B1473D
Tints of Medium Carmine #B1473D
RGB
CMYK
RGB Variations
Color information
#B1473D (or 0xB1473D) is known color: Medium Carmine. HEX triplet: B1, 47 and 3D. RGB value is (177,71,61). Sum of RGB (Red+Green+Blue) = 177+71+61=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1473D is #4EB8C2. Grayscale: #656565. Windows color (decimal): -5159107 or 4016049. OLE color: 4016049.
HSL color Cylindrical-coordinate representation of color #B1473D: hue angle of 5.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1473D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 61 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.31 |
| HSL | 5.17º | 0.49% | 0.47% | - |
| HSV(B) | 5.17º | 0.66% | 0.69% | - |
| XYZ | 21.23 | 14.19 | 6.04 | - |
| YUV | 101.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 61 | 0 | 0.60 | 0.66 | 0.31 | 5.17 | 0.49 | 0.47 |
| Hex | B1 | 47 | 3D | 0 | 3C | 42 | 1F | 5 | 31 | 2F |
| Octal | 261 | 107 | 75 | 0 | 74 | 102 | 37 | 5 | 61 | 57 |
| Binary | 10110001 | 1000111 | 111101 | 0 | 111100 | 1000010 | 11111 | 101 | 110001 | 101111 |
Color Harmonies of #B1473D
Complementary color
Monochromatic Colors of #B1473D
Black with #B1473D
Text Example
Text Example
White with #B1473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1473D; }
p { color: rgb(177,71,61); }
H1.HeaderClassName
{
color: #B1473D;
}
.AnyTagClassName
{
color: #B1473D;
}
</style>
background-color css
<style>
a { background-color: #B1473D; }
a { background-color: rgb(177,71,61); }
div.DivClassName
{
background-color: #B1473D;
}
.BgClassName
{
background-color: #B1473D;
}
</style>
border-color css
<style>
span { border-color: #B1473D; }
span { border-color: rgb(177,71,61); }
td.TdClassName
{
border-color: #B1473D;
}
.TagClassName
{
border-color: #B1473D;
}
</style>