Shades of Medium Carmine #B1392D
Tints of Medium Carmine #B1392D
RGB
CMYK
RGB Variations
Color information
#B1392D (or 0xB1392D) is known color: Medium Carmine. HEX triplet: B1, 39 and 2D. RGB value is (177,57,45). Sum of RGB (Red+Green+Blue) = 177+57+45=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1392D is #4EC6D2. Grayscale: #5B5B5B. Windows color (decimal): -5162707 or 2963889. OLE color: 2963889.
HSL color Cylindrical-coordinate representation of color #B1392D: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1392D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 45 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.31 |
| HSL | 5.45º | 0.59% | 0.44% | - |
| HSV(B) | 5.45º | 0.75% | 0.69% | - |
| XYZ | 20.07 | 12.46 | 3.83 | - |
| YUV | 91.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 45 | 0 | 0.68 | 0.75 | 0.31 | 5.45 | 0.59 | 0.44 |
| Hex | B1 | 39 | 2D | 0 | 44 | 4B | 1F | 5 | 3B | 2C |
| Octal | 261 | 71 | 55 | 0 | 104 | 113 | 37 | 5 | 73 | 54 |
| Binary | 10110001 | 111001 | 101101 | 0 | 1000100 | 1001011 | 11111 | 101 | 111011 | 101100 |
Color Harmonies of #B1392D
Complementary color
Monochromatic Colors of #B1392D
Black with #B1392D
Text Example
Text Example
White with #B1392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1392D; }
p { color: rgb(177,57,45); }
H1.HeaderClassName
{
color: #B1392D;
}
.AnyTagClassName
{
color: #B1392D;
}
</style>
background-color css
<style>
a { background-color: #B1392D; }
a { background-color: rgb(177,57,45); }
div.DivClassName
{
background-color: #B1392D;
}
.BgClassName
{
background-color: #B1392D;
}
</style>
border-color css
<style>
span { border-color: #B1392D; }
span { border-color: rgb(177,57,45); }
td.TdClassName
{
border-color: #B1392D;
}
.TagClassName
{
border-color: #B1392D;
}
</style>