Shades of Medium Carmine #B3352D
Tints of Medium Carmine #B3352D
RGB
CMYK
RGB Variations
Color information
#B3352D (or 0xB3352D) is known color: Medium Carmine. HEX triplet: B3, 35 and 2D. RGB value is (179,53,45). Sum of RGB (Red+Green+Blue) = 179+53+45=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3352D is #4CCAD2. Grayscale: #595959. Windows color (decimal): -5032659 or 2962867. OLE color: 2962867.
HSL color Cylindrical-coordinate representation of color #B3352D: hue angle of 3.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3352D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 45 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.30 |
| HSL | 3.58º | 0.6% | 0.44% | - |
| HSV(B) | 3.58º | 0.75% | 0.7% | - |
| XYZ | 20.34 | 12.32 | 3.79 | - |
| YUV | 89.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 45 | 0 | 0.70 | 0.75 | 0.30 | 3.58 | 0.6 | 0.44 |
| Hex | B3 | 35 | 2D | 0 | 46 | 4B | 1E | 4 | 3C | 2C |
| Octal | 263 | 65 | 55 | 0 | 106 | 113 | 36 | 4 | 74 | 54 |
| Binary | 10110011 | 110101 | 101101 | 0 | 1000110 | 1001011 | 11110 | 100 | 111100 | 101100 |
Color Harmonies of #B3352D
Complementary color
Monochromatic Colors of #B3352D
Black with #B3352D
Text Example
Text Example
White with #B3352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3352D; }
p { color: rgb(179,53,45); }
H1.HeaderClassName
{
color: #B3352D;
}
.AnyTagClassName
{
color: #B3352D;
}
</style>
background-color css
<style>
a { background-color: #B3352D; }
a { background-color: rgb(179,53,45); }
div.DivClassName
{
background-color: #B3352D;
}
.BgClassName
{
background-color: #B3352D;
}
</style>
border-color css
<style>
span { border-color: #B3352D; }
span { border-color: rgb(179,53,45); }
td.TdClassName
{
border-color: #B3352D;
}
.TagClassName
{
border-color: #B3352D;
}
</style>