Shades of Medium Carmine #B1473C
Tints of Medium Carmine #B1473C
RGB
CMYK
RGB Variations
Color information
#B1473C (or 0xB1473C) is known color: Medium Carmine. HEX triplet: B1, 47 and 3C. RGB value is (177,71,60). Sum of RGB (Red+Green+Blue) = 177+71+60=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1473C is #4EB8C3. Grayscale: #656565. Windows color (decimal): -5159108 or 3950513. OLE color: 3950513.
HSL color Cylindrical-coordinate representation of color #B1473C: hue angle of 5.64º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1473C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 60 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.31 |
| HSL | 5.64º | 0.49% | 0.46% | - |
| HSV(B) | 5.64º | 0.66% | 0.69% | - |
| XYZ | 21.2 | 14.18 | 5.89 | - |
| YUV | 101.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 60 | 0 | 0.60 | 0.66 | 0.31 | 5.64 | 0.49 | 0.46 |
| Hex | B1 | 47 | 3C | 0 | 3C | 42 | 1F | 6 | 31 | 2E |
| Octal | 261 | 107 | 74 | 0 | 74 | 102 | 37 | 6 | 61 | 56 |
| Binary | 10110001 | 1000111 | 111100 | 0 | 111100 | 1000010 | 11111 | 110 | 110001 | 101110 |
Color Harmonies of #B1473C
Complementary color
Monochromatic Colors of #B1473C
Black with #B1473C
Text Example
Text Example
White with #B1473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1473C; }
p { color: rgb(177,71,60); }
H1.HeaderClassName
{
color: #B1473C;
}
.AnyTagClassName
{
color: #B1473C;
}
</style>
background-color css
<style>
a { background-color: #B1473C; }
a { background-color: rgb(177,71,60); }
div.DivClassName
{
background-color: #B1473C;
}
.BgClassName
{
background-color: #B1473C;
}
</style>
border-color css
<style>
span { border-color: #B1473C; }
span { border-color: rgb(177,71,60); }
td.TdClassName
{
border-color: #B1473C;
}
.TagClassName
{
border-color: #B1473C;
}
</style>