Shades of Medium Carmine #B0453C
Tints of Medium Carmine #B0453C
RGB
CMYK
RGB Variations
Color information
#B0453C (or 0xB0453C) is known color: Medium Carmine. HEX triplet: B0, 45 and 3C. RGB value is (176,69,60). Sum of RGB (Red+Green+Blue) = 176+69+60=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0453C is #4FBAC3. Grayscale: #646464. Windows color (decimal): -5225156 or 3950000. OLE color: 3950000.
HSL color Cylindrical-coordinate representation of color #B0453C: hue angle of 4.66º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0453C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 60 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.31 |
| HSL | 4.66º | 0.49% | 0.46% | - |
| HSV(B) | 4.66º | 0.66% | 0.69% | - |
| XYZ | 20.85 | 13.81 | 5.84 | - |
| YUV | 99.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 60 | 0 | 0.61 | 0.66 | 0.31 | 4.66 | 0.49 | 0.46 |
| Hex | B0 | 45 | 3C | 0 | 3D | 42 | 1F | 5 | 31 | 2E |
| Octal | 260 | 105 | 74 | 0 | 75 | 102 | 37 | 5 | 61 | 56 |
| Binary | 10110000 | 1000101 | 111100 | 0 | 111101 | 1000010 | 11111 | 101 | 110001 | 101110 |
Color Harmonies of #B0453C
Complementary color
Monochromatic Colors of #B0453C
Black with #B0453C
Text Example
Text Example
White with #B0453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0453C; }
p { color: rgb(176,69,60); }
H1.HeaderClassName
{
color: #B0453C;
}
.AnyTagClassName
{
color: #B0453C;
}
</style>
background-color css
<style>
a { background-color: #B0453C; }
a { background-color: rgb(176,69,60); }
div.DivClassName
{
background-color: #B0453C;
}
.BgClassName
{
background-color: #B0453C;
}
</style>
border-color css
<style>
span { border-color: #B0453C; }
span { border-color: rgb(176,69,60); }
td.TdClassName
{
border-color: #B0453C;
}
.TagClassName
{
border-color: #B0453C;
}
</style>