Shades of Medium Carmine #B1473B
Tints of Medium Carmine #B1473B
RGB
CMYK
RGB Variations
Color information
#B1473B (or 0xB1473B) is known color: Medium Carmine. HEX triplet: B1, 47 and 3B. RGB value is (177,71,59). Sum of RGB (Red+Green+Blue) = 177+71+59=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1473B is #4EB8C4. Grayscale: #656565. Windows color (decimal): -5159109 or 3884977. OLE color: 3884977.
HSL color Cylindrical-coordinate representation of color #B1473B: hue angle of 6.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1473B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 59 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.31 |
| HSL | 6.1º | 0.5% | 0.46% | - |
| HSV(B) | 6.1º | 0.67% | 0.69% | - |
| XYZ | 21.17 | 14.17 | 5.76 | - |
| YUV | 101.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 59 | 0 | 0.60 | 0.67 | 0.31 | 6.1 | 0.5 | 0.46 |
| Hex | B1 | 47 | 3B | 0 | 3C | 43 | 1F | 6 | 32 | 2E |
| Octal | 261 | 107 | 73 | 0 | 74 | 103 | 37 | 6 | 62 | 56 |
| Binary | 10110001 | 1000111 | 111011 | 0 | 111100 | 1000011 | 11111 | 110 | 110010 | 101110 |
Color Harmonies of #B1473B
Complementary color
Monochromatic Colors of #B1473B
Black with #B1473B
Text Example
Text Example
White with #B1473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1473B; }
p { color: rgb(177,71,59); }
H1.HeaderClassName
{
color: #B1473B;
}
.AnyTagClassName
{
color: #B1473B;
}
</style>
background-color css
<style>
a { background-color: #B1473B; }
a { background-color: rgb(177,71,59); }
div.DivClassName
{
background-color: #B1473B;
}
.BgClassName
{
background-color: #B1473B;
}
</style>
border-color css
<style>
span { border-color: #B1473B; }
span { border-color: rgb(177,71,59); }
td.TdClassName
{
border-color: #B1473B;
}
.TagClassName
{
border-color: #B1473B;
}
</style>