Shades of Medium Carmine #B1452F
Tints of Medium Carmine #B1452F
RGB
CMYK
RGB Variations
Color information
#B1452F (or 0xB1452F) is known color: Medium Carmine. HEX triplet: B1, 45 and 2F. RGB value is (177,69,47). Sum of RGB (Red+Green+Blue) = 177+69+47=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1452F is #4EBAD0. Grayscale: #626262. Windows color (decimal): -5159633 or 3098033. OLE color: 3098033.
HSL color Cylindrical-coordinate representation of color #B1452F: hue angle of 10.15º 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 #B1452F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 47 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.31 |
| HSL | 10.15º | 0.58% | 0.44% | - |
| HSV(B) | 10.15º | 0.73% | 0.69% | - |
| XYZ | 20.77 | 13.81 | 4.26 | - |
| YUV | 98.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 47 | 0 | 0.61 | 0.73 | 0.31 | 10.15 | 0.58 | 0.44 |
| Hex | B1 | 45 | 2F | 0 | 3D | 49 | 1F | A | 3A | 2C |
| Octal | 261 | 105 | 57 | 0 | 75 | 111 | 37 | 12 | 72 | 54 |
| Binary | 10110001 | 1000101 | 101111 | 0 | 111101 | 1001001 | 11111 | 1010 | 111010 | 101100 |
Color Harmonies of #B1452F
Complementary color
Monochromatic Colors of #B1452F
Black with #B1452F
Text Example
Text Example
White with #B1452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1452F; }
p { color: rgb(177,69,47); }
H1.HeaderClassName
{
color: #B1452F;
}
.AnyTagClassName
{
color: #B1452F;
}
</style>
background-color css
<style>
a { background-color: #B1452F; }
a { background-color: rgb(177,69,47); }
div.DivClassName
{
background-color: #B1452F;
}
.BgClassName
{
background-color: #B1452F;
}
</style>
border-color css
<style>
span { border-color: #B1452F; }
span { border-color: rgb(177,69,47); }
td.TdClassName
{
border-color: #B1452F;
}
.TagClassName
{
border-color: #B1452F;
}
</style>