Shades of Medium Carmine #B0352A
Tints of Medium Carmine #B0352A
RGB
CMYK
RGB Variations
Color information
#B0352A (or 0xB0352A) is known color: Medium Carmine. HEX triplet: B0, 35 and 2A. RGB value is (176,53,42). Sum of RGB (Red+Green+Blue) = 176+53+42=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0352A is #4FCAD5. Grayscale: #585858. Windows color (decimal): -5229270 or 2766256. OLE color: 2766256.
HSL color Cylindrical-coordinate representation of color #B0352A: hue angle of 4.93º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0352A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 42 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.31 |
| HSL | 4.93º | 0.61% | 0.43% | - |
| HSV(B) | 4.93º | 0.76% | 0.69% | - |
| XYZ | 19.6 | 11.94 | 3.46 | - |
| YUV | 88.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 42 | 0 | 0.70 | 0.76 | 0.31 | 4.93 | 0.61 | 0.43 |
| Hex | B0 | 35 | 2A | 0 | 46 | 4C | 1F | 5 | 3D | 2B |
| Octal | 260 | 65 | 52 | 0 | 106 | 114 | 37 | 5 | 75 | 53 |
| Binary | 10110000 | 110101 | 101010 | 0 | 1000110 | 1001100 | 11111 | 101 | 111101 | 101011 |
Color Harmonies of #B0352A
Complementary color
Monochromatic Colors of #B0352A
Black with #B0352A
Text Example
Text Example
White with #B0352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0352A; }
p { color: rgb(176,53,42); }
H1.HeaderClassName
{
color: #B0352A;
}
.AnyTagClassName
{
color: #B0352A;
}
</style>
background-color css
<style>
a { background-color: #B0352A; }
a { background-color: rgb(176,53,42); }
div.DivClassName
{
background-color: #B0352A;
}
.BgClassName
{
background-color: #B0352A;
}
</style>
border-color css
<style>
span { border-color: #B0352A; }
span { border-color: rgb(176,53,42); }
td.TdClassName
{
border-color: #B0352A;
}
.TagClassName
{
border-color: #B0352A;
}
</style>