Shades of Medium Carmine #B1452D
Tints of Medium Carmine #B1452D
RGB
CMYK
RGB Variations
Color information
#B1452D (or 0xB1452D) is known color: Medium Carmine. HEX triplet: B1, 45 and 2D. RGB value is (177,69,45). Sum of RGB (Red+Green+Blue) = 177+69+45=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1452D is #4EBAD2. Grayscale: #626262. Windows color (decimal): -5159635 or 2966961. OLE color: 2966961.
HSL color Cylindrical-coordinate representation of color #B1452D: hue angle of 10.91º 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 #B1452D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 45 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.31 |
| HSL | 10.91º | 0.59% | 0.44% | - |
| HSV(B) | 10.91º | 0.75% | 0.69% | - |
| XYZ | 20.73 | 13.79 | 4.05 | - |
| YUV | 98.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 45 | 0 | 0.61 | 0.75 | 0.31 | 10.91 | 0.59 | 0.44 |
| Hex | B1 | 45 | 2D | 0 | 3D | 4B | 1F | B | 3B | 2C |
| Octal | 261 | 105 | 55 | 0 | 75 | 113 | 37 | 13 | 73 | 54 |
| Binary | 10110001 | 1000101 | 101101 | 0 | 111101 | 1001011 | 11111 | 1011 | 111011 | 101100 |
Color Harmonies of #B1452D
Complementary color
Monochromatic Colors of #B1452D
Black with #B1452D
Text Example
Text Example
White with #B1452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1452D; }
p { color: rgb(177,69,45); }
H1.HeaderClassName
{
color: #B1452D;
}
.AnyTagClassName
{
color: #B1452D;
}
</style>
background-color css
<style>
a { background-color: #B1452D; }
a { background-color: rgb(177,69,45); }
div.DivClassName
{
background-color: #B1452D;
}
.BgClassName
{
background-color: #B1452D;
}
</style>
border-color css
<style>
span { border-color: #B1452D; }
span { border-color: rgb(177,69,45); }
td.TdClassName
{
border-color: #B1452D;
}
.TagClassName
{
border-color: #B1452D;
}
</style>