Shades of Medium Carmine #B3352B
Tints of Medium Carmine #B3352B
RGB
CMYK
RGB Variations
Color information
#B3352B (or 0xB3352B) is known color: Medium Carmine. HEX triplet: B3, 35 and 2B. RGB value is (179,53,43). Sum of RGB (Red+Green+Blue) = 179+53+43=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3352B is #4CCAD4. Grayscale: #595959. Windows color (decimal): -5032661 or 2831795. OLE color: 2831795.
HSL color Cylindrical-coordinate representation of color #B3352B: hue angle of 4.41º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3352B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 43 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.30 |
| HSL | 4.41º | 0.61% | 0.44% | - |
| HSV(B) | 4.41º | 0.76% | 0.7% | - |
| XYZ | 20.3 | 12.3 | 3.59 | - |
| YUV | 89.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 43 | 0 | 0.70 | 0.76 | 0.30 | 4.41 | 0.61 | 0.44 |
| Hex | B3 | 35 | 2B | 0 | 46 | 4C | 1E | 4 | 3D | 2C |
| Octal | 263 | 65 | 53 | 0 | 106 | 114 | 36 | 4 | 75 | 54 |
| Binary | 10110011 | 110101 | 101011 | 0 | 1000110 | 1001100 | 11110 | 100 | 111101 | 101100 |
Color Harmonies of #B3352B
Complementary color
Monochromatic Colors of #B3352B
Black with #B3352B
Text Example
Text Example
White with #B3352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3352B; }
p { color: rgb(179,53,43); }
H1.HeaderClassName
{
color: #B3352B;
}
.AnyTagClassName
{
color: #B3352B;
}
</style>
background-color css
<style>
a { background-color: #B3352B; }
a { background-color: rgb(179,53,43); }
div.DivClassName
{
background-color: #B3352B;
}
.BgClassName
{
background-color: #B3352B;
}
</style>
border-color css
<style>
span { border-color: #B3352B; }
span { border-color: rgb(179,53,43); }
td.TdClassName
{
border-color: #B3352B;
}
.TagClassName
{
border-color: #B3352B;
}
</style>