Shades of Medium Carmine #B1483B
Tints of Medium Carmine #B1483B
RGB
CMYK
RGB Variations
Color information
#B1483B (or 0xB1483B) is known color: Medium Carmine. HEX triplet: B1, 48 and 3B. RGB value is (177,72,59). Sum of RGB (Red+Green+Blue) = 177+72+59=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1483B is #4EB7C4. Grayscale: #666666. Windows color (decimal): -5158853 or 3885233. OLE color: 3885233.
HSL color Cylindrical-coordinate representation of color #B1483B: hue angle of 6.61º 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 #B1483B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 59 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.31 |
| HSL | 6.61º | 0.5% | 0.46% | - |
| HSV(B) | 6.61º | 0.67% | 0.69% | - |
| XYZ | 21.24 | 14.3 | 5.78 | - |
| YUV | 101.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 59 | 0 | 0.59 | 0.67 | 0.31 | 6.61 | 0.5 | 0.46 |
| Hex | B1 | 48 | 3B | 0 | 3B | 43 | 1F | 7 | 32 | 2E |
| Octal | 261 | 110 | 73 | 0 | 73 | 103 | 37 | 7 | 62 | 56 |
| Binary | 10110001 | 1001000 | 111011 | 0 | 111011 | 1000011 | 11111 | 111 | 110010 | 101110 |
Color Harmonies of #B1483B
Complementary color
Monochromatic Colors of #B1483B
Black with #B1483B
Text Example
Text Example
White with #B1483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1483B; }
p { color: rgb(177,72,59); }
H1.HeaderClassName
{
color: #B1483B;
}
.AnyTagClassName
{
color: #B1483B;
}
</style>
background-color css
<style>
a { background-color: #B1483B; }
a { background-color: rgb(177,72,59); }
div.DivClassName
{
background-color: #B1483B;
}
.BgClassName
{
background-color: #B1483B;
}
</style>
border-color css
<style>
span { border-color: #B1483B; }
span { border-color: rgb(177,72,59); }
td.TdClassName
{
border-color: #B1483B;
}
.TagClassName
{
border-color: #B1483B;
}
</style>