Shades of Medium Carmine #B1483C
Tints of Medium Carmine #B1483C
RGB
CMYK
RGB Variations
Color information
#B1483C (or 0xB1483C) is known color: Medium Carmine. HEX triplet: B1, 48 and 3C. RGB value is (177,72,60). Sum of RGB (Red+Green+Blue) = 177+72+60=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1483C is #4EB7C3. Grayscale: #666666. Windows color (decimal): -5158852 or 3950769. OLE color: 3950769.
HSL color Cylindrical-coordinate representation of color #B1483C: hue angle of 6.15º 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 #B1483C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 60 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.31 |
| HSL | 6.15º | 0.49% | 0.46% | - |
| HSV(B) | 6.15º | 0.66% | 0.69% | - |
| XYZ | 21.26 | 14.31 | 5.92 | - |
| YUV | 102.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 60 | 0 | 0.59 | 0.66 | 0.31 | 6.15 | 0.49 | 0.46 |
| Hex | B1 | 48 | 3C | 0 | 3B | 42 | 1F | 6 | 31 | 2E |
| Octal | 261 | 110 | 74 | 0 | 73 | 102 | 37 | 6 | 61 | 56 |
| Binary | 10110001 | 1001000 | 111100 | 0 | 111011 | 1000010 | 11111 | 110 | 110001 | 101110 |
Color Harmonies of #B1483C
Complementary color
Monochromatic Colors of #B1483C
Black with #B1483C
Text Example
Text Example
White with #B1483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1483C; }
p { color: rgb(177,72,60); }
H1.HeaderClassName
{
color: #B1483C;
}
.AnyTagClassName
{
color: #B1483C;
}
</style>
background-color css
<style>
a { background-color: #B1483C; }
a { background-color: rgb(177,72,60); }
div.DivClassName
{
background-color: #B1483C;
}
.BgClassName
{
background-color: #B1483C;
}
</style>
border-color css
<style>
span { border-color: #B1483C; }
span { border-color: rgb(177,72,60); }
td.TdClassName
{
border-color: #B1483C;
}
.TagClassName
{
border-color: #B1483C;
}
</style>