Shades of Medium Carmine #B1432F
Tints of Medium Carmine #B1432F
RGB
CMYK
RGB Variations
Color information
#B1432F (or 0xB1432F) is known color: Medium Carmine. HEX triplet: B1, 43 and 2F. RGB value is (177,67,47). Sum of RGB (Red+Green+Blue) = 177+67+47=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1432F is #4EBCD0. Grayscale: #616161. Windows color (decimal): -5160145 or 3097521. OLE color: 3097521.
HSL color Cylindrical-coordinate representation of color #B1432F: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1432F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 47 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.31 |
| HSL | 9.23º | 0.58% | 0.44% | - |
| HSV(B) | 9.23º | 0.73% | 0.69% | - |
| XYZ | 20.65 | 13.57 | 4.22 | - |
| YUV | 97.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 47 | 0 | 0.62 | 0.73 | 0.31 | 9.23 | 0.58 | 0.44 |
| Hex | B1 | 43 | 2F | 0 | 3E | 49 | 1F | 9 | 3A | 2C |
| Octal | 261 | 103 | 57 | 0 | 76 | 111 | 37 | 11 | 72 | 54 |
| Binary | 10110001 | 1000011 | 101111 | 0 | 111110 | 1001001 | 11111 | 1001 | 111010 | 101100 |
Color Harmonies of #B1432F
Complementary color
Monochromatic Colors of #B1432F
Black with #B1432F
Text Example
Text Example
White with #B1432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1432F; }
p { color: rgb(177,67,47); }
H1.HeaderClassName
{
color: #B1432F;
}
.AnyTagClassName
{
color: #B1432F;
}
</style>
background-color css
<style>
a { background-color: #B1432F; }
a { background-color: rgb(177,67,47); }
div.DivClassName
{
background-color: #B1432F;
}
.BgClassName
{
background-color: #B1432F;
}
</style>
border-color css
<style>
span { border-color: #B1432F; }
span { border-color: rgb(177,67,47); }
td.TdClassName
{
border-color: #B1432F;
}
.TagClassName
{
border-color: #B1432F;
}
</style>